Creating a dialog in managed c++ DLL
- From: "Yoavo" <yoav@xxxxxxxxxxxxxx>
- Date: Sun, 15 Oct 2006 15:48:11 +0200
Hi,
I have a managed c++ DLL, and I want to add a dialog box to it.
How do I do it ?
I tried to design a dialog box in the resources, and use the MFC wizard to
attach a class to it but I got some link errors:
"unresoulved external symbol ___wargv"
Should I use the MFC wizard ?
If not, how do I attach the class to the resources ?
Can someone please help ?
thanks,
Yoav.
.
- Follow-Ups:
- Re: Creating a dialog in managed c++ DLL
- From: Bryan Phillips
- Re: Creating a dialog in managed c++ DLL
- Prev by Date: Re: #region in VC.NET ?
- Next by Date: Difference of AppDomain.CurrentDomain.BaseDirectory and Environment.CurrentDirectory
- Previous by thread: #region in VC.NET ?
- Next by thread: Re: Creating a dialog in managed c++ DLL
- Index(es):
Relevant Pages
|