Search found 2 matches

by RapiD
Sat Aug 30, 2008 8:42 pm
Forum: Programming
Topic: Managed, Unmanaged code C++
Replies: 10
Views: 2047

well send me a few of those errors and i can try to help there. This is why if you're going to have a major change in your project, make it at a very early stage because converting the project itself is a pain in the ass.
by RapiD
Sat Aug 30, 2008 8:30 pm
Forum: Programming
Topic: Managed, Unmanaged code C++
Replies: 10
Views: 2047

In visual c++ you have a choice to create a managed class or an unmanaged class. The differences between managed code and unmanaged code are that unmanaged code is compiled directly to native machine code (otherwise known as native code), while managed code is compiled to a secondary language which ...