I don't think you can declare a DLL call in that way with 2.6, so in that case you would have to find another approach. (Of course, the issue is only relevant in 2.6 for Windows.).
Androidc,
While it's not that simple, it can be done in FPW. Since FPW can't directly call 32-bit DLL's you'll need to use CALL32. The CALL32.ZIP file is on Rick Strahl's site at
Note: Back when I was using this, I found that while CALL32 works for many 32-bit API calls, others can fail and "hang" the program / workstation - use only when necessary and test on all potential OS platforms.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.