Is it possible to call DLL functions from a Linux program?

Vincent Béron vberon at mecano.gme.usherb.ca
Mon Apr 14 07:48:25 CDT 2003


Le lun 14/04/2003 à 07:35, Uwe Bonnes a écrit :
> >>>>> "Vincent" == Vincent Béron <vberon at mecano.gme.usherb.ca> writes:
> 
>     Vincent> I know for sure that even without X loaded (telinit 3 or ssh
>     Vincent> w/o X), it's possible to use commandline Windows programs, with
>     Vincent> either x11drv or ttydrv specified in the config.
> 
>     Vincent> Eg, "wine -- p3_corr.exe p3_1.ent p3_1.sor" works fine through
>     Vincent> ssh.
> 
> Vincent,
> 
> I am quite sure that x11drv and an unset DISPLAY variable don't work. I
> submitted a patch to fall back to ttydrv yesterday.

Hmmm... This here seems to say the opposite (or if there's something
obvious I missed, please point it to me):

[vincent at papineau3 correcteur]$ set
[..]
BASH_VERSION='2.05b.0(1)-release'
COLORS=/etc/DIR_COLORS
COLUMNS=80
DIRSTACK=()
EUID=500
GROUPS=()
G_BROKEN_FILENAMES=1
[..]
[vincent at papineau3 correcteur]$ grep -C 2 ttydrv ~/.wine/config
[vincent at papineau3 correcteur]$ grep -C 2 x11drv ~/.wine/config
"Path" = "c:\\windows;c:\\windows\\system;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
;"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
[..]
[vincent at papineau3 correcteur]$ wine -- p3_corr.exe p3_1.ent p3_1.sor
2
[vincent at papineau3 correcteur]$

Vincent




More information about the wine-devel mailing list