I know this may sound strange, but I have a situation where I want to have a PowerBasic DLL call a function in a VB DLL.
The reason: I have an OCX control that I have purchased that has an excellant eval function (VSOCX from VIdeoSoft).
They do not offer it as a DLL, only as an OCX. So I have created a VB ActiveX DLL that contains this control on a form, with 1 function exposed so that I can call it.
But, when I run the VB EXE that calls the PowerBasic DLL that calls the VB/DLL it says it cannot load the PB/DLL.
Hopefully this makes sense.
I'm guessing that this is not possible.
If anyone know of an excellant Eval DLL or code I can use in my production code then I would be very grateful.
Thanks!
Kerry
------------------
The reason: I have an OCX control that I have purchased that has an excellant eval function (VSOCX from VIdeoSoft).
They do not offer it as a DLL, only as an OCX. So I have created a VB ActiveX DLL that contains this control on a form, with 1 function exposed so that I can call it.
But, when I run the VB EXE that calls the PowerBasic DLL that calls the VB/DLL it says it cannot load the PB/DLL.
Hopefully this makes sense.
I'm guessing that this is not possible.
If anyone know of an excellant Eval DLL or code I can use in my production code then I would be very grateful.
Thanks!
Kerry
------------------
Comment