NewsArchive
03-16-2013, 08:02 AM
Hi All!
I needc to extract a field from a TPS based licens file for naming of
my setup.
I had a very bad experience of delevering a setup
to a wrong custumer....
Weel, that should be easy:
Create a dll, which has the file structrure of the licens file as data
and something like (CLARION 6.3):
DATA
[file structure licenfile]
returnvalue STRING(100)
CODE
Open licensfile
set licensfile
next licensfile
returnvalue = lic.name
With a prototype of ()STRING
But how to get the returnvalue into the setupboiloder at compile time?
best regards
Edvard Korsbæk
I needc to extract a field from a TPS based licens file for naming of
my setup.
I had a very bad experience of delevering a setup
to a wrong custumer....
Weel, that should be easy:
Create a dll, which has the file structrure of the licens file as data
and something like (CLARION 6.3):
DATA
[file structure licenfile]
returnvalue STRING(100)
CODE
Open licensfile
set licensfile
next licensfile
returnvalue = lic.name
With a prototype of ()STRING
But how to get the returnvalue into the setupboiloder at compile time?
best regards
Edvard Korsbæk