Re: headless question, and IPC question

2005-10-03 Thread Ken Larson
Boaz Harrosh wrote: Ken Larson wrote: Thanks for the info. Ultimately, my app is a Java app. If I recall correctly someone has reported Installation of Sun's Java for windows under wine. Or was it A failure to install? I can't recall. How would you call a DLL on Windows? Free

Re: headless question, and IPC question

2005-10-02 Thread Ken Larson
Dmitry Timoshkov wrote: "Mike McCormack" <[EMAIL PROTECTED]> wrote: It looks like the only dependency is from the PostMessageA in dlls/winsock/async.c #514. The windows version of ws2_32.dll does not link to user32.dll however, it appears to load it on demand. I can see the following strin

Re: headless question, and IPC question

2005-10-02 Thread Ken Larson
Boaz Harrosh wrote: Ken Larson wrote: This assumes that I'm using winelib, correct? (I currently am not, I'm compiling on windows, but considering using winelib instead) Yes!! Winelib can be both your DLL calling code, and you complete Linux application. No need for .EXE c

Re: headless question, and IPC question

2005-09-30 Thread Ken Larson
Kuba Ober wrote: On Sunday 25 September 2005 05:37, Ken Larson wrote: I'm using wine to access a particular proprietary DLL (I don't have the source for it) on Linux. The way I'm doing this is to write an EXE that wraps the DLL, and makes all of the functions available via soc

Re: headless question, and IPC question

2005-09-30 Thread Ken Larson
cool, can you point me to where i can find the info on how to easily set up this cross-compiler on linux? thanks, Ken Richard Cohen wrote: Ken Larson wrote: Well I am actually using a command-line with CL to compile it, but it was true that I had a WinMain instead of main. I've ch

Re: headless question, and IPC question

2005-09-30 Thread Ken Larson
er be compiled under linux in winelib, but the proprietary DLL I am using also uses winsock so I would expect to have the same problem. Thanks, Ken Alex Villací­s Lasso wrote: Ken Larson wrote: Alex - Thanks for the good info. As far as not needing an X server, when I try to run my

Re: headless question, and IPC question

2005-09-29 Thread Ken Larson
ir thing... My DLL is a true DLL as far as I know, I currently link to it using the accompanying .lib, but I think I could link dynamically to it. Ken Alex Villací­s Lasso wrote: Ken Larson wrote: I'm using wine to access a particular proprietary DLL (I don't have the source

headless question, and IPC question

2005-09-29 Thread Ken Larson
I can't use winelib because I don't have the source to the DLL. Thanks, Ken Larson