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
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
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
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
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
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
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
I can't use
winelib because I don't have the source to the DLL.
Thanks,
Ken Larson