![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have a C++/CLI dll that have some methods that I need to use (or call) from my legacy C++ application/dll created using Visual Studio 6.0. Will really appreciate some suggestions on what are some of the ways to do the above so that I can call the functions I wrote in C++/CLI (Visual Studio 2005) from my legacy application. THanks |
#3
| |||
| |||
|
|
1 Create some callback function types 2 pass the pointer of your callback function in C++/CLI projects into your MFC legacy application. Your callback function can call managed funtion in the same project. -- Sheng Jiang Microsoft MVP in VC++ "Mdosi" <Mdosi (AT) discussions (DOT) microsoft.com> wrote in message news:00CDED3A-4EFF-495C-AE53-9FAD1BA87D83 (AT) microsoft (DOT) com... Hi, I have a C++/CLI dll that have some methods that I need to use (or call) from my legacy C++ application/dll created using Visual Studio 6.0. Will really appreciate some suggestions on what are some of the ways to do the above so that I can call the functions I wrote in C++/CLI (Visual Studio 2005) from my legacy application. THanks |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |