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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB dll not functioning in fox

Status
Not open for further replies.

Pollock

Programmer
Joined
Jun 2, 2000
Messages
49
Location
CA
I have a dll created in VB, i can do the declare statement with no problem in foxpro, but when i go execute one of the dll's functions I get the following error message
"cannot load 32-bit dll"

Has anybody run into this before..
 
Pollock

Is the DLL registered?

Mike Gagnon

If you want to get the best response to a question, please check out FAQ184-2483 first.
 
No When I went to register the dll with regsvr32, I got the following message-
Loadlibrary failed.
GetLastError returns 0x00000485
 
It is a dll created with vb, the person who created it said the following
Only thing that I didn't include was a .DEF file, but that just means you
have to reference the functions by their alias _functionname@16 (for 16
bytes of parameters etc).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top