in reply to Building C++ extensions under MSVC?

I can't tell if msvc is compiling your program as c++?
  • Comment on Re: Building C++ extensions under MSVC?

Replies are listed 'Best First'.
Re^2: Building C++ extensions under MSVC?
by DrWhy (Chaplain) on Jul 18, 2006 at 16:38 UTC
    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..."