Well, I've create a dll in Vfp 6.0 and when i try to call it with CallFn(), after I issued RegFn() it gives me something like "Cannot find entry point". Where I've done wrong. Thank's.
Hi my friend
YOU CAN'T DEVELOP STANDARD DLLs IN FOXPRO.
There is a big defferent between standard DLLs and COM-Based DLLs (Out-Of-Process COM servers)
Not even with VB you can develop standard DLLs, just COM-based like VFP. Standard DLLs can be developed just with a low level language like C/C++.
CallFn(),RegFn() in FoxTools.fll allow you to call standard DLLs not COM-Based.
Read thread184-52479 for more info.
Thanks. Walid Magd
Engwam@Hotmail.com
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.