C++ to managed C++ wrapper wizard?

  • Thread starter Thread starter Bae,Hyun-jik
  • Start date Start date
B

Bae,Hyun-jik

Is there any program which analyzes C++ source files and generates Managed
C++ files which wraps the original C++ source files? For example, generating
a __gc class for each C++ class?

Please reply. Thanks in advance.

Regards,
Hyun-jik Bae
 
Hi Bae!
Is there any program which analyzes C++ source files and generates Managed
C++ files which wraps the original C++ source files? For example, generating
a __gc class for each C++ class?

No.

--
Greetings
Jochen

My blog about Win32 and .NET
http://blog.kalmbachnet.de/
 

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

Back
Top