Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't get a DLL call to work in a form
Message
 
 
To
17/02/1999 11:30:42
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00188431
Message ID:
00188472
Views:
25
chuck -

if i call it with =fcheck(). everything shuts down. if i call it do fcheck, everything again shuts down.

declare integer PCMSOpenServer in pcmsrv32 integer appInst, integer hwind
declare integer PCMSCheckPlaceName in pcmsrv32 integer serverID, string cityzip

**simple.prg
public mserver, mgood, mtext1
mserver = PCMSOpenServer(0,0) &&& returns 10000
mtext1 ='15243'
mgood = PCMSCheckPlaceName(mserver, mtext1)

** in the simple prg it works

if i put the mgood = line in the valid event everything shutsdown.
invalid page fault error

any help would be great

thanks
kevin
Previous
Reply
Map
View

Click here to load this message in the networking platform