Python/Wx dot net

T

Tim Roberts

Larry goodman said:
Im pretty sure you can mix managed and unmanage code even in the same
unit in c++.net

No, not easily, depending on how you define "unit". The original poster is
correct. Remember that Managed C++ emits MSIL, not x86 assembler, and
requires the Common Language Runtime to even get started.

An MC++ program can certainly call into unmanaged C++ DLLs, but you can't
link to unmanaged C++ object files.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,173
Latest member
GeraldReund
Top