rha@bunker.UUCP (Robert H. Averack) (11/17/88)
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.