Subject EXTERN issue
From Gene Moore <chrtsi@aol.com>
Date Thu, 26 Nov 2015 17:22:07 -0500
Newsgroups dbase.getting-started

I have this in a .prg file:

extern CDECL cint dBinput() cga.dll
do dBinput()

I get "procedure not found dBinput"

It works fine when called from a C++ program. I've read the help and seem to be doing it right. (Yes, cga.dll is in the same folder.) What am I missing? I also tried it as:


extern cint dBinput() cga.dll
do dBinput()

and got the same result..
Thanks,
Gene Moore