PDA

View Full Version : Save Data in .tps



NewsArchive
03-07-2009, 06:03 AM
Hello Friedrich, because SB is build with clarion itīs possible to save data
into an .tps file instead of an ini?

Thanks much and best regards

Kai

PS: Love your setup-builder :-)

NewsArchive
03-07-2009, 06:04 AM
Hi Kai,

> Hello Friedrich, because SB is build with clarion itīs possible to save
> data into an .tps file instead of an ini?

The SetupBuilder IDE, compiler, linker and debugger tools are developed with
SoftVelocity Clarion 6.3. But the resulting setup.exe is generated with our
own compiler technology, so it does not include any Clarion code.

But no problem! You can write data from the installer to TopSpeed .tps
files. Develop your code to handle this in Clarion. Then compile a .DLL
instead of an .EXE and call that Clarion code directly from the installer
;-) Works like a charm. There are some .DLL demo source codes in the
Examples Package.

>
> PS: Love your setup-builder :-)
>

Thank you :)

Friedrich

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

SetupBuilder "point. click. ship"
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
03-07-2009, 06:05 AM
Hello Friedrich,

thanks much. Iīll have a look at the samples :-)

Best regards

Kai