Rank: Member
Groups: Registered, Registered Users Joined: 5/25/2006(UTC) Posts: 13 Location: Brisbane, Australia
|
I am writing a MSX DLL in PowerBasic. I want to use a third party DLL to write data away to my own database. I am getting an error:
DLL Name: mydll.dll
!System error loading DLL:
The specified module could not be found.
DLL Name: thirdpartydll.DLL
Assumed non-MSX DLL (missing required exports)
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/28/2005(UTC) Posts: 276 Location: Salt Lake City, UT
|
MSX DLLs are just like any other DLL. You can access your other DLLs and everything you can do in any other DLL.
It sounds to me like you may not be loading it properly and it is just unable to find it.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey jt..... this is a shot in the dark...... noticed your third party dll was named mydll..... is that by chance wabbit's version that had a timer on it..... if so, the dll might have expired...... his earlier versions still work...... h
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 5/25/2006(UTC) Posts: 13 Location: Brisbane, Australia
|
Hi hayseed,
Good shot, but my DLL is actually called EnigmaExport.DLL (I renamed it for simplicty sake of the post). I am using the SQLT_Pro.DLL from SQL Perfect Sync as the third party DLL.
|
|
|
|
Rank: Member
Groups: Registered, Registered Users Joined: 5/25/2006(UTC) Posts: 13 Location: Brisbane, Australia
|
Thanks Branden,
I just wanted to knock that out possibility out first. Funny thing is though my PowerBASIC DLL compiles OK, just dies in MSXTest.
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.