English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i was able to make an exe for the vnc viewer but i couldn't do so in case of the server.I get some errors,some of them are linking errors and sometimes file can not be open.

For example:one of the error is...

-------------------Configuration: xdmcp - Win32 Release--------------------
Compiling...
xdmcp.c
D:\UltraVNC-code\xdmcp\xdmcp.c(35) : fatal error C1083: Cannot open include file: 'X11/Xlib.h': No such file or directory
Error executing cl.exe.

xdmcp.exe - 1 error(s), 0 warning(s)
--------------------Configuration: xdmcp - Win32 Debug--------------------
Compiling...
xdmcp.c
d:\ultravnc-code\xdmcp\xdmcp.c(35) : fatal error C1083: Cannot open include file: 'X11/Xlib.h': No such file or directory
Error executing cl.exe.

xdmcp.exe - 1 error(s), 0 warning(s)

can u help me with this.I'm new to C++.
Thanks & Regards,
Nimmi

2006-07-27 00:42:28 · 1 answers · asked by nirupama 1 in Computers & Internet Software

1 answers

what u need to do is to check if there is a file called Xlib.h in folder X11, which should be under project directory...

2006-07-27 00:55:08 · answer #1 · answered by B1t Hunt3r 5 · 0 0

fedest.com, questions and answers