NewsArchive
10-21-2009, 01:41 AM
Friedrich,
Found a few bugs in my script, but there is one I can't fix and would
appreciate some advice.
No matter what I've done so far, when running the update program (which I
assume is the one downloaded when a new version is detected), I'm getting a
$HOST_ADDRESS$/$HOST_DIRECTORY$ not found message.
My script uses these lines:
! Get Host Address
#const $HOST_ADDRESS$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_ADDRESS] = "$HOST_ADDRESS$"
#msg "Host Address: [HOST_ADDRESS]"
! Get Host Directory
#const $HOST_DIRECTORY$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_DIRECTORY] = "$HOST_DIRECTORY$"
#msg "Host Directory: [HOST_DIRECTORY]"
and their contents are correct. In my config file, I've these values:
[$HOST_ADDRESS$]
Value=http://www.radfusion.com
[$HOST_DIRECTORY$]
Value=shopping/Products/RFI/KillerApp
What else do I need to check?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm
Found a few bugs in my script, but there is one I can't fix and would
appreciate some advice.
No matter what I've done so far, when running the update program (which I
assume is the one downloaded when a new version is detected), I'm getting a
$HOST_ADDRESS$/$HOST_DIRECTORY$ not found message.
My script uses these lines:
! Get Host Address
#const $HOST_ADDRESS$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_ADDRESS] = "$HOST_ADDRESS$"
#msg "Host Address: [HOST_ADDRESS]"
! Get Host Directory
#const $HOST_DIRECTORY$ = Get Value from INI file: [CONFIG_FILE]
#set compiler variable [HOST_DIRECTORY] = "$HOST_DIRECTORY$"
#msg "Host Directory: [HOST_DIRECTORY]"
and their contents are correct. In my config file, I've these values:
[$HOST_ADDRESS$]
Value=http://www.radfusion.com
[$HOST_DIRECTORY$]
Value=shopping/Products/RFI/KillerApp
What else do I need to check?
--
Russell B. Eggen
www.radfusion.com
Clarion developers: www.radfusion.com/devs.htm