logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
jtrevatt  
#1 Posted : Wednesday, June 7, 2006 11:05:54 AM(UTC)
jtrevatt

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)
Branden Russell  
#2 Posted : Wednesday, June 7, 2006 2:17:50 PM(UTC)
Branden Russell

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.
hayseed  
#3 Posted : Wednesday, June 7, 2006 3:53:08 PM(UTC)
hayseed

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
jtrevatt  
#4 Posted : Wednesday, June 7, 2006 9:03:55 PM(UTC)
jtrevatt

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.
jtrevatt  
#5 Posted : Wednesday, June 7, 2006 9:07:38 PM(UTC)
jtrevatt

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.