:I didn't find any references to LINK_APP_INTO_SERVER in Microwindows 0.91 : source code. I used "MS Windows search" which even browses IN files...It : must be somewhere in the Makefile or Config files?!
The reference is in src/config. Then, src/Arch.rules reads the config file and sets compiler defines. : Anyway, I went through most of the source code files, except the client : side, and I extracted the part I needed I think. I disabled the network : by defining NONETWORK, then I commented out "unisted.h". I only have errors : for the symbols: scrdev, mousedev, kbddev which I was expecting. Those : structures need to be filled in with the drivers functions. These structures are initialized in the drivers directory, using drivers/scr_*.c, drivers/mou_*.c, and drivers/kbd_*.c. I guess now I : need to write drivers to write into the screen through MS Windows, like you : did :) I sent you my tar file of the Windows version I built, did you get it? Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
