Displaying 5 results from an estimated 5 matches for "cmdl".
Did you mean:
cmd
2002 Apr 23
1
Can't load native dll
When I try to load winelib dll I get an error message:
"err:module:MODULE_LoadLibraryExA Loading of native
DLL <dllname> failed (error 193), check this file."
The error message is printed for call:
DllHandle = LoadLibrary(DllName);
This happens even when I try to load standard Wine
dlls, like dlls/msisys.ocx.so
Did I miss something obvious?
Thanks,
Andriy Palamarchuk
2002 Feb 05
2
Wine always tries to connect to ":0.0"
Wine always give errors when it tries to start on xser
ver ":1" because it always tries to connect to ":0.0".
I know that DISPLAY is set correctly:
Xlib: connection to ":0.0" refused by server
Xlib: Client is not authorized to connect to Server
2002 Jan 29
5
Still no luck on command line parse
Thanks, bjornr, however your suggestion to try:
wine "C:\Program Files\intuit\qbtimer\qbtimer.exe"
gave the same result as the other command lines I tried.
All invoke the qbtimer program and all get the same error from qbtimer:
Can't find timer file "Files/intuit/qbtimer.exe" ...
So wine properly finds the qbtimer.exe file. The error arises after
the program is
2008 Sep 03
8
suggestion of new API function for embedded programming.
...ore of these functions were exported to the Rembedded.h API we could
do something like the following:
R_Expr = R_Parse1Buffer(&R_ConsoleIob, 0, &status);
if (PARSE_OK==status) {
...
value = eval(R_CurrentExpr, rho);
...
}
or possibly simplifying the interface to take the CMDL string:
R_Expr = R_Parse1Line("t.test(x,conf.level=(1-p))$conf.int[2]", &status);
I think this would be a useful addition to the embedding interface, and
hopefully not difficult to incorporate by someone more experienced with the
internals than I currently am. I took a few hours...
2002 Feb 05
1
Still no luck on command line parse [Bug 417]
As suggested, I checked that I was getting wine of the right vintage,
and as you see below, I indeed seem to have the version designated by
the codeweavers rpm name I downloaded
(codeweavers-wine-20011108-5.i386.rpm):
[cafl@emma cafl]$ which wine
/usr/bin/wine
[cafl@emma cafl]$ /usr/bin/wine --version
Wine release 20011108
Wine exited with a successful status
[cafl@emma