Hi, I'm not quite up to speed on the .NET scene yet, so this might be a dumb question... I built a Win32 Console app with VC++ 2005 Express and I changed all the Project settings I could find that looked like they were .NET related to 'No', but when I ran it, it said I needed to compile using a Manifest file, which if I'm not mistaken has something to do with .NET. I also needed to copy msvcp80d.dll and msvcr80d.dll from a very strange looking subdirectory of C:\Windows...
Does it sound like I'm building a .NET app? If so, is there anything else I need to disable or change to make a regular exe?
BTW, my program isn't using any .NET libraries, only C and STL libraries.
Does it sound like I'm building a .NET app? If so, is there anything else I need to disable or change to make a regular exe?
BTW, my program isn't using any .NET libraries, only C and STL libraries.