For testing purposes I am trying to run C++ code, using the X11 API under Windows.
I understand that an X Server must be running and I have installed Xming for this purpose.
But the problem is that I am missing the programmatic interface (the same that is found under Linux as the package X11-dev, including header files and the libX11.a library).
I expected to find a similar library (static or dynamic, with a .lib file and .h header files) for use under Windows, but these seem to be inexistent. What am I missing ?
[I am not after a form of Linux emulation under Windows, but direct calls to the server.]
EDIT : This was added by the poster.
It's alive ! This is under Windows 11, code compiled for 64 bits, native console application, talking to Xming 32 bits server.
