Uwe Stöhr wrote:
> When compiling LyX under Win I get this error:
>
> D:\LyXSVN\lyx-devel\src\support\chdir.C(23) : fatal error C1083: File
> (Include)
> could not be opened: "windows.h": No such file or directory
>
> The problem is the "windows.h" that is not in the MSVC compiler edition,
> (on
I wrote:
Could this be replaced by the "qt_windows.h" of the Qt4 package?
Stupid question, it can obviously not. Sorry.
Any other ideas?
Uwe
When compiling LyX under Win I get this error:
D:\LyXSVN\lyx-devel\src\support\chdir.C(23) : fatal error C1083: File
(Include)
could not be opened: "windows.h": No such file or directory
The problem is the "windows.h" that is not in the MSVC compiler edition,
(only in MinGW).
Could this be