Search Results

1
vote
4answers
1k views

Unmanaged C++ libraries - differences between VS2005 and VS2008?

Hi, I'll preface this by saying I'm a C# programmer who inherited horrible code with no documentation. I have an unmanaged C++ library wrapped with managed code that worked fine in VS2003 with .Ne …
0
votes

Unmanaged C++ libraries - differences between VS2005 and VS2008?

--Rob Prouse: The wrapper uses managed C++, no PInvoke. The wrapper is compiled into a DLL that is then used by another application (as you illustrated). The legacy code produces graph …