Hi, To follow up on Ulrich's response, and alluding to a related thread: is this a .c or .cpp file? That is, does it compile with the C++ compiler or the C compiler? - Kim
his This is the issue. Thanks. In VS if the source file ends in .c *it fails*. If the source file ends in .cpp *it succeeds*. Is there even a way to compile "C compliant" code in VS 2005. Or do you always have to use a C++ compiler? Why don't they both work? This is more of a curiosity on my part. -Thx