Advertisement

Unable to compile using MSVC++6

Started by August 30, 2004 09:58 PM
0 comments, last by GreenToad 20 years ago
I followed the instructions in the article just recently posted to set up my basic BREW project. Everything goes fine (I start a new project, make the mif file, save the bid file, compile the mif file, etc) until I go to compile. I get this error: error C2065: 'AEECLSID_TEST_PROJECT1' : undeclared identifier Now AEECLSID_TEST_PROJECT1 is defined in the test_project1.bid file. I could manually define it in a .h file or something, but I have a feeling that isn't how things are supposed to be done. Any help is much appreciated.
Nevermind, I solved it myself. I had forgotten to install the Visual C++ add-ins.

This topic is closed to new replies.

Advertisement