You might want to ask this question in the dBASE newsgroups.
news://news.dbase.com
news://news.dbasetalk.com
news://news.alldbase.com
--
Rich...
www.autotraker.com
AutoTraker Inc.
"Mark Geurds" <mark.geurds (AT) pondres (DOT) nl> wrote
Quote:
Hi group,
I've written a 16-bits DLL (containing functions, using the C calling
convention) which I want to use in Visual dBASE 5.7.
Some of these functions are equipped with optional parameters.
Is it possible in VdB5.7 to pass parameters optionally?!
For example, something similar to this;
extern cdecl clogical myfunction (cstring, cstring, optional clong,
optional clong) mydll.dll
return myfunction (mystring1, mystring2 [, myvalue1, myvalue2])
Thanks in advance... |