T
Tom Andrecht
I'm trying to write two managed C++ .DLL files for use in a project, and am
running into some trouble that I'm not sure if it's something I'm doing
wrong (this is my first time trying this) or if it's something VS .NET 2k3
is doing to me. My problems are this:
1. The projects will not find standard functions like strcpy and new.
doesn't seem to even know what they are despite my having added the header
files for everything plus.
2. When I try to use these in my main project file (built in C#), it tells
me that my classes in the DLL's do not exist in my namespace and asks if I'm
missing an assembly reference. I know I have them referenced in the project
file, and the build order is such that both are compiled at the appropriate
times to ensure (theoretically) that everything that is depended on gets
compiled first, and in the case of my C# DLL projects, everything works
fine. Any ideas from anyone? Thanks
Tom
running into some trouble that I'm not sure if it's something I'm doing
wrong (this is my first time trying this) or if it's something VS .NET 2k3
is doing to me. My problems are this:
1. The projects will not find standard functions like strcpy and new.
doesn't seem to even know what they are despite my having added the header
files for everything plus.
2. When I try to use these in my main project file (built in C#), it tells
me that my classes in the DLL's do not exist in my namespace and asks if I'm
missing an assembly reference. I know I have them referenced in the project
file, and the build order is such that both are compiled at the appropriate
times to ensure (theoretically) that everything that is depended on gets
compiled first, and in the case of my C# DLL projects, everything works
fine. Any ideas from anyone? Thanks
Tom