280 Subj : Re: extern "C" To : borland.public.cpp.borlandcpp From : "Ed Mulroy [TeamB]" Date : Wed Oct 15 2003 06:42 pm I messed up on one item. In C++ this is correct but in C it is not a proper function prototype unless you decare it with a calling argument of void. C++ also accepts that calling argument. void __stdcall test2(); .. Ed > Sebastian Gantzert wrote in message > news:3f8d911e@newsgroups.borland.com... > > Thanks, the version with #ifdef __cplusplus works fine. Next > time I will post to the 'cppbuilder' newsgroup. Thought it would > be a general c/c++ question. . 0