NewsArchive
03-01-2008, 04:52 AM
Hi
during instalaltion i want the call dll to open a dll that is already on the
hard disk, check the contents of a tps file in the same directory as the
dll, and return an answer.
My question is :
If SB does the CALL DLL , is the dll opened in the current 'temp' directory
of the installation, or in the specified directory i put in ? iow.. if my
tps fiel is called 'myfile.tps' and it is in c:\myfolder....will the dll
call read for it in c:\myfolder\myfile.tps or in %tempdir%\myfile.tps ?
If the latter, how do i specify where the dll must be opened so it can read
the correct tps file ....?
Kind @Regards
Ben
during instalaltion i want the call dll to open a dll that is already on the
hard disk, check the contents of a tps file in the same directory as the
dll, and return an answer.
My question is :
If SB does the CALL DLL , is the dll opened in the current 'temp' directory
of the installation, or in the specified directory i put in ? iow.. if my
tps fiel is called 'myfile.tps' and it is in c:\myfolder....will the dll
call read for it in c:\myfolder\myfile.tps or in %tempdir%\myfile.tps ?
If the latter, how do i specify where the dll must be opened so it can read
the correct tps file ....?
Kind @Regards
Ben