balak yap
May 24th, 1999, 03:25 AM
Hello; i have a program in using VB ActiveX DLL in VC++..
1. I create an ActiveX DLL in VB5.0 with a simple Function, just show a msgbox
2. I create an MFC EXE project in VC++5.0, i add that DLL into my project thru class wizard,
the class wizard also general a wrapper class for me. i DIDN't modify the *.cpp and *.h of
wrapper class at all.
3. I try to to call the function which from ActiveX DLL, no error ot warning during compile
in release and debug mode.
4. When run the program, THE msgbox i wait and expect for NEVER come out Nothing happen to
the exe in both release and debug versioan.
5. I test the ActiveX DLL in another VB Exe program, it work JUST fine as i program...
...SO...what shall i do to make the ActiveX DLL from VB work fine in VC++?
Thanks and all the best
Hello World!!!
1. I create an ActiveX DLL in VB5.0 with a simple Function, just show a msgbox
2. I create an MFC EXE project in VC++5.0, i add that DLL into my project thru class wizard,
the class wizard also general a wrapper class for me. i DIDN't modify the *.cpp and *.h of
wrapper class at all.
3. I try to to call the function which from ActiveX DLL, no error ot warning during compile
in release and debug mode.
4. When run the program, THE msgbox i wait and expect for NEVER come out Nothing happen to
the exe in both release and debug versioan.
5. I test the ActiveX DLL in another VB Exe program, it work JUST fine as i program...
...SO...what shall i do to make the ActiveX DLL from VB work fine in VC++?
Thanks and all the best
Hello World!!!