MFC/C++ control in a dll
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I have a (hopefully) simple problem. I want to create a custom control in C++, with or without MFC, that i can compile into a dll and use that control elsewhere eg other MFC apps and a .NET app. Whats the easiest way to do this?
MrNed wrote:
Whats the easiest way to do this?
By Creating an
MFC
Extension Dll.
Nibu thomas Software Developer
-
MrNed wrote:
Whats the easiest way to do this?
By Creating an
MFC
Extension Dll.
Nibu thomas Software Developer