Turning a EXE into a DLL
- From: "Jim Boden" <jimbodenjr@xxxxxxxxx>
- Date: 5 Feb 2007 10:53:22 -0800
I am new to VC ++ so I am in need of some help. I have an application
written in vb.net and VB. The VB.NET application is using a control
that leaks memory and I am trying to eliminate or greatly reduce this
leak. So I am transfering it to C++. I have gotten it working as a
MFC application using the VS 2003. Now I need to convert it to a DLL
that I can call from a VB6 application. I have reviewed all sorts of
information about how this is suppose to work. The main object from
this is that the EXE has a dialog screen open with a bunch of buttons
attached to it. I need to pass some parameters from the VB6
application to this dll so that it can operate properly. If someone
can give me some help it would be greatly appreciated. I can even
email you the application to look at.
Thanks Jim Boden
.
- Follow-Ups:
- Re: Turning a EXE into a DLL
- From: Joseph M . Newcomer
- Re: Turning a EXE into a DLL
- From: Ajay Kalra
- Re: Turning a EXE into a DLL
- Prev by Date: Re: Here is BitBlt() drawing?
- Next by Date: Re: Closing an App
- Previous by thread: Re: Here is BitBlt() drawing?
- Next by thread: Re: Turning a EXE into a DLL
- Index(es):
Relevant Pages
|