Can Managed C++ Use MFC Lib

  • Thread starter Thread starter Nishant S
  • Start date Start date
N

Nishant S

To use Win32 API calls, just #include the required header files and it
should work. For MFC you need to #include the MFC headers and enable MFC
linking (static or dynamic as you prefer). Do a search for "Managed C++ IJW"
on google for related links.
 
Hi All:
Can Windows Forms Application (.net) Use MFC class and Windows SDK API ?
If can ,how to do ?

Thanks in advance .
 

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