PDA

View Full Version : "Call DLL Function" Script



NewsArchive
09-06-2006, 04:41 AM
Can I get some more info on the Call Dll Function Script.

(1) Which "calling Convention" is used.

(2) Some sample code and PRJ settings for the DLL written in Clarion.

Hope I'm not asking too much!

Mike

NewsArchive
09-06-2006, 04:41 AM
Hi Michael,

Please see the "Call DLL Function" function description in the PDF manual or
use F1 to open the online help. The text is too long, so I will not post it
here.

> Can I get some more info on the Call Dll Function Script.
>
> (1) Which "calling Convention" is used.

Both __stdcall and __cdecl is supported

> (2) Some sample code and PRJ settings for the DLL written in Clarion.

Please check the \Examples folders. There are .prj source code demos
available (Clarion 6x)

Does this help?

Friedrich

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
09-06-2006, 08:58 AM
> Please see the "Call DLL Function" function description in the PDF manual
> or use F1 to open the online help. The text is too long, so I will not
> post it here.

Yes...read all of it but the items I questions I did not have a firm grasp
about.


>> (1) Which "calling Convention" is used.
>
> Both __stdcall and __cdecl is supported

OK. I guess I was lazy and did not want to ahve to research what each meant
and how to prototype the Clarion
Procedure to work.


>> (2) Some sample code and PRJ settings for the DLL written in Clarion.
>
> Please check the \Examples folders. There are .prj source code demos
> available (Clarion 6x)


Great! I didn't know those examples were there. I'll take a look.

Thank you,

Michael