dll entry point not found [Solved]

Windows specific questions.
BasicScience
Posts: 489
Joined: Apr 18, 2008 4:09
Location: Los Angeles, CA
Contact:

Re: dll entry point not found [Solved]

Post by BasicScience »

@ Joshy,

I noticed in the disassembled code that DestroyHandle was used just before CreateHandle. With that change added to your code, it now works!

Code: Select all

AXC_DestroyHandle(hAXC)
hAXC = AXC_CreateHandle(bStartAsDemo,@nError)
var IsOpen = AXC_OpenDevice(hAXC, strptr(firstSN), bReadHardware, @nError)
Now I just need your email to send the Johnnie Walker Black gift. You can post to my email (see members)
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: dll entry point not found [Solved]

Post by D.J.Peters »

Sorry about my late reply but since Monday I'm in hospital because of herniated disc.

Nice to see you solved this short issue self.

Joshy
Post Reply