: Well, I'll do what you said, comment out header files and see if I can : figure out how to solve the errors. I'll start with the srvmain.c. I'll : "remove" its communication part and might make a call to an empty client : function.
I would start with setting LINK_APP_INTO_SERVER, this automatically sets everything so no communications is required. You don't want to start arbitrarily #ifdefing the source. The art of porting is best when you're not mucking around with the code, but instead configuring for minimal requirements and resources until you get something running. Then you can start adding back features. All of the win32 demos for instance are single-threaded, no client/server. Its a great place to start, since the link lines are already written. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]