|
Home > Archive > Unix questions > February 2005 > X application running on Win2000
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
X application running on Win2000
|
|
| Maurizio 2005-02-04, 6:01 pm |
| hi,
I have an application (Xess) built to run under Exceed,
is there any chance to have it to run under a different
Windows Xserver such as XCygwin ?
I mean without recompiling it, I have no sources, just
an .exe file that once launched complaints for a missing
Xlib.dll, which is not there in my XCygwin installation.
Thanks
Maurizio
| |
| Paul Pluzhnikov 2005-02-04, 6:01 pm |
| mauri_8@libero.it (Maurizio) writes:
> I have an application (Xess) built to run under Exceed,
> is there any chance to have it to run under a different
> Windows Xserver such as XCygwin ?
The problem you have is not the the app is compiled to "run under
eXceed", but rather that it is compiled to use eXceed client DLLs
which you do not have.
Without that Xlib.dll, your app will never run.
Whoever gave you the exe may also be able to give you the DLL
(I don't know whether Xlib.dll is re-distributable).
BTW, this has absolutely nothing to do with UNIX.
Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
|
|
|
|
|