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 .
 
Back
Top