Ibrahim Wali
Programmer
Dear Friends,
I have tried a lot and now I need expert help.
I have created isl file and calling .dll file in it. Isl is working fine on the micros windows server but on Workstation it is no able to open file.
isl script:
DLLLoad dll_handle, "\CF\micros\Bin\DownloadStringLib"
if dll_handle = 0 //if file cant be opened
call ferr //let the user know
endif
dll located in:
\CF\micros\Bin
I have tried reading the text file from the location which was a success but .dll is not loading.
Please help.
TIA
I have tried a lot and now I need expert help.
I have created isl file and calling .dll file in it. Isl is working fine on the micros windows server but on Workstation it is no able to open file.
isl script:
DLLLoad dll_handle, "\CF\micros\Bin\DownloadStringLib"
if dll_handle = 0 //if file cant be opened
call ferr //let the user know
endif
dll located in:
\CF\micros\Bin
I have tried reading the text file from the location which was a success but .dll is not loading.
Please help.
TIA