This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: ntxlib works on win95


> 
> Unfortunately, ntxlib's libX11.a (the simulated version) compiles with few
> problems, but the sample test program causes the following error message
> from Windows 95:
> 
> TST caused an invalid page fault in
> module <unknown> at 0000:8b26ddea.
> ...

In the makefile you have:

	$(cc) -o tst $(OBJECTS) -luser32 -lkernel32 -lgdi32

Remove "-lkernel32" and all works well on win95.

-- 
Arlindo da Silva    
dasilva@alum.mit.edu


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]