Displaying 1 result from an estimated 1 matches for "mlopen".
Did you mean:
dlopen
2007 Mar 19
1
thermocalc in Wine
Hello,
I am trying to get Thermocalc(meant to be run on win NT) to run on
Ubuntu 6.10.
I am using the command: wine tc
I get the Error message:
"
*** ERROR 1718 IN MLOPEN
*** NO SUCH FILE
Protection file missing
"
I am not sure if this error message is from Wine or thermocalc.
The batch file is as listed:
"
@echo off
SET TCPATH=C:/home/waldo/TC in NT/TC4A/verm/nt
if exist %1 goto take_input
%tcpath%\tc.exe
goto end
:take_input
%tcpath%\tcl.exe...