PDA

View Full Version : Returning string from Clarion DLL called from SetupBuilder



NewsArchive
03-23-2012, 01:31 AM
Hi all,

I use DLL's Clarion DLL's regularly called from SB.

Is there any way to return a STRING from the Clarion DLL to SB ?

Mike

NewsArchive
03-23-2012, 01:32 AM
*CSTRING works as a parameter. I use it.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
This post may self-destruct at any moment

NewsArchive
03-23-2012, 01:32 AM
Thanks Jeff.

Jsut to clarify, I want to return a value from the DLL....not pass one to
it.

Mike

NewsArchive
03-23-2012, 01:33 AM
Jeff,

I'm trying to get a string back from Clarion DLL.
Not pass one to it.

Michael Brooks

NewsArchive
03-23-2012, 01:33 AM
It's passed by address. Set the value in your dll, then it will be
reflected in your SB project, although not as a return value.

Jeff Slarve
www.jssoftware.com
www.twitter.com/jslarve
This post may self-destruct at any moment

NewsArchive
03-23-2012, 01:33 AM
SOLVED.

Thank you!

Mike