Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL call Fails on W98SE Wkstatn. 1

Status
Not open for further replies.

jsams

Programmer
Aug 22, 2000
73
US
I have an application, written in FPW2.6, compiled in VFP6.0 that calls external functions from a DLL that works just fine running on a Win2000 workstation.

When I try to run the same application from a Win98SE workstation and I get a VFP Error 1753, "Cannot load 32bit DLL. T:\path\xxxx.dll". The DLL is located in the same directory as the compiled EXE on the network.

Any comments or ideas would be greatly appreciated.

John
 
Some DLL's require other parts of Win2k to function.
Win2k also adds unicode support where Win9x didn't necessarily have it.

What DLL are you using?

What is the DECLARE statement for the function?
 
Thanks for the prompt replies! The DLL is a custom unit written in Delphi by another group in our department and that is the key to the problem.

I Downloaded the Dependency program and ran it against our DLL and found that I was missing a Delphi support ".VCL" module. Of course I had Delphi installed on my W2K machine so the "problem" didn't occur. I renamed it and found the DLL failed to load on W2K also. Added the ".VCL" module to the mix and the Win98SE workstation is now working just fine.

Thank for the help, know I can always count on the Tek-Tips group to come thru!!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top