[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Game engines and C++



On Tue, 30 Sep 1997, Karlheinz Barth wrote:

> Does somebody know if it's possible
> to work on the game-engine if you only have a NT or Dos/Win 3.1
> system and no Linux?

I haven't tried it myself, but I think it is possible.
Have you made an attempt yet, and if so, where did you get hung up?

In fact, looking at sendmail.cpp (which would contain some unix-isms),
I see this:

#if defined(WIN32) && !defined(unix)
#define popen(str,mode) (printf("%s\n",str),*(mode)=='w'?stdout:stdin)
#define pclose(fp)
#endif

... so someone must be doing it.

~ John "sharkey" Williams