how i create Dll of ActiveX Control Project
-
Hi All! I m trying to create the DLL of my VC++ project. My project is a dialog Based project at which i use ActiveX control when i m make the Dll of this project it not work.If i remove ActiveX control from the Dialog Box Dll work prperly. Pls tell me how i create Dll without deleting the ActiveX control.... of my project. ansh
-
Hi All! I m trying to create the DLL of my VC++ project. My project is a dialog Based project at which i use ActiveX control when i m make the Dll of this project it not work.If i remove ActiveX control from the Dialog Box Dll work prperly. Pls tell me how i create Dll without deleting the ActiveX control.... of my project. ansh
aaaan wrote:
it not work
What does this mean? :confused: Does it compile/link/run/crash? You have to be more explicit than that.
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
-
Hi All! I m trying to create the DLL of my VC++ project. My project is a dialog Based project at which i use ActiveX control when i m make the Dll of this project it not work.If i remove ActiveX control from the Dialog Box Dll work prperly. Pls tell me how i create Dll without deleting the ActiveX control.... of my project. ansh
aaaan wrote:
which i use ActiveX control
Which activeX control you are using ?
Prasad Notifier using ATL | Operator new[],delete[][^]
-
aaaan wrote:
it not work
What does this mean? :confused: Does it compile/link/run/crash? You have to be more explicit than that.
"It's supposed to be hard, otherwise anybody could do it!" - selfquote
In my ActiveX Control Project i simply use an ActiveX Check Box. and when i use The Dll of this project in my another project in which i call the Interface of ActiveX Control Project on ok event of my project that interface is not view. Bt if i remove the ActiveX Check Box from the ActiveX Control Project and make DLL of it and use it in my new project it works well.... So i just want to know how I use DLL with ActiveX Control.
-
aaaan wrote:
which i use ActiveX control
Which activeX control you are using ?
Prasad Notifier using ATL | Operator new[],delete[][^]
In my ActiveX Control Project i simply use an ActiveX Check Box. and when i use The Dll of this project in my another project in which i call the Interface of ActiveX Control Project on ok event of my project that interface is not view. Bt if i remove the ActiveX Check Box from the ActiveX Control Project and make DLL of it and use it in my new project it works well.... So i just want to know how I use DLL with ActiveX Control.