Hi all, I've found the answer in these list :)) (thx Thomas).
From: "Andre Heine" <[EMAIL PROTECTED]> [...] > ---------------------------------------------------------------------- > test1.cpp.C: In function `void sqlc80(long int, long int, char *)': > /opt/sapdb/interfaces/precompiler/incl/cpc.h:221: previous non-function declarat This is the problem, 'double definition of sqlc80' ... After reading the mail by 'Thomas Simenec", my program works fine! [...] > But, when I added the struct deklaration at the bottom (!!!!) , the code will > compile ... (Puuuh, what'S happend here???) > > WinXP care a pap for it ...The generated cpc code will compiled with VC++6.0 ... Now, I got the answer. VC++6 don't need the "cpc.h". So, I don't get the same failure. Bye Andre _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
