Home > Archive > PowerBuilder > April 2004 > PB IDE crashes when using embedded ActiveX from VC++7.1
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
PB IDE crashes when using embedded ActiveX from VC++7.1
|
|
| Maciej Sobczak 2004-03-27, 12:23 am |
| Hello,
The PB 9.0.1 mysteriously crashes when trying to save the user object
that has an ActiveX control compiled with VC++7.1.
There was absolutely no problem with controls compiled with VC++6.0.
I suspect this is a result of the conflict between mfc42.dll (load by PB
IDE) and mfc71.dll (loaded by the control).
Has anybody else experienced this problem?
Thank you very much for your time,
--
Maciej Sobczak : http://www.msobczak.com/
Programming : http://www.msobczak.com/prog/
| |
| Bert Szoghy 2004-04-14, 11:41 am |
| Hello,
I believe your ActiveX control will require the precise version of MFC
it was compiled with. Try placing the control in a different directory
than the Windows system directory along with the correct MFC DLLs and
register the control there.
Cheers,
Bert Szoghy
Developer
http://www.quadmore.com
Maciej Sobczak <no.spam@no.spam.com> wrote in message news:<c3pk0q$bgb$1@nemesis.news.tpi.pl>...
> Hello,
>
> The PB 9.0.1 mysteriously crashes when trying to save the user object
> that has an ActiveX control compiled with VC++7.1.
>
> There was absolutely no problem with controls compiled with VC++6.0.
>
> I suspect this is a result of the conflict between mfc42.dll (load by PB
> IDE) and mfc71.dll (loaded by the control).
>
> Has anybody else experienced this problem?
>
>
> Thank you very much for your time,
|
|
|
|
|