Path: utzoo!attcan!uunet!yale!bunker!rha From: rha@bunker.UUCP (Robert H. Averack) Newsgroups: comp.sys.ibm.pc Subject: Clipper / C Interface Problem Keywords: MS-C Version 5.0 not compiling Message-ID: <4415@bunker.UUCP> Date: 17 Nov 88 15:23:21 GMT References: <8811150518.AA12765@hub.toronto.edu> Reply-To: rha@bunker.UUCP (Robert H. Averack) Organization: Bunker Ramo, an Olivetti Company, Shelton, Ct Lines: 19 I am having some difficulty compiling a C function which is meant to interface with Clipper. I am using the following to compile: CL /c /AL /Zl /Oalt /FPa /Gs mypgm.c I get the following error message back: mypgm.c(80): error C2122: typedef specifies different struct Line 80 looks like this: CLIPPER MYPGM() where: #define CLIPPER void pascal What am I doing wrong? Thanks for any help.