in reply to Re: Building C++ extensions under MSVC?
in thread Building C++ extensions under MSVC?

It is compiling it as C++. Or at least it should be if the documentation is correct. The source code file is named Quality.cpp and msvc's compiler is supposed to treat source files ending in .cpp as C++. Also, in an earlier round I was using the default .c as the file extension and it was giving me a completely different set of errors.

--DrWhy

"If God had meant for us to think for ourselves he would have given us brains. Oh, wait..."

  • Comment on Re^2: Building C++ extensions under MSVC?