I remember many discussions about having a dll function callback within
VB, and I remember the outcome to always cause a GPF.
Has anyone worked a solution? This is what I'm trying to do.
Make .DLL in PowerBasic
Make .OCX that wrappes the .DLL in Visual Basic and the .DLL sends callbacks to the .OCX
I could simply make a type library and call that within my .OCX but that
somewhat seems less productive.
Any ideas?
Thanks,
Greg
------------------
-Greg
VB, and I remember the outcome to always cause a GPF.
Has anyone worked a solution? This is what I'm trying to do.
Make .DLL in PowerBasic
Make .OCX that wrappes the .DLL in Visual Basic and the .DLL sends callbacks to the .OCX
I could simply make a type library and call that within my .OCX but that
somewhat seems less productive.
Any ideas?
Thanks,
Greg
------------------
-Greg
Comment