Hi All,
I am a PowerBasic newbie and I have just hit a brick wall. I am trying to create a dll to get and process data from a proprietary driver dll, the Dallas iButton TMEX driver for Windows. The idea is to bring the data into Excel or Access. I have lots of experience with these devices and their drivers using VB, VBA and Delphi.
I spent yesterday debugging some code and compiling it as an exe which works fine. Fast and compact as advertised. I removed the PBMAIN function and compiled it as a dll. I wrote a little application to call the dll and do some basic functions. It compiles OK but when I go to run it I get the error message "The application failed to initialize properly (c000007b)."
I can't even debug the application. Does anyone have any clues? Should I post the code and/or the full error details? I am using Vista Business.
Thanks in Advance,
Rob
I am a PowerBasic newbie and I have just hit a brick wall. I am trying to create a dll to get and process data from a proprietary driver dll, the Dallas iButton TMEX driver for Windows. The idea is to bring the data into Excel or Access. I have lots of experience with these devices and their drivers using VB, VBA and Delphi.
I spent yesterday debugging some code and compiling it as an exe which works fine. Fast and compact as advertised. I removed the PBMAIN function and compiled it as a dll. I wrote a little application to call the dll and do some basic functions. It compiles OK but when I go to run it I get the error message "The application failed to initialize properly (c000007b)."
I can't even debug the application. Does anyone have any clues? Should I post the code and/or the full error details? I am using Vista Business.
Thanks in Advance,
Rob
Comment