|
C++ .NET Resources
I'm trying to compile some MC++ code with VS 2002, and I don't have the .NET templates. So I start with an empty project, and everything seems to fine. But when I go to compile I get various compile areas about my namespaces. I've read that you can use your Assembly.cpp file to add to resources, but my project doesn't even have that. Is there a way to add these manually?
|