Compiling programs in MS-DOS using SRGP

Compiling programs in MS-DOS using SRGP

Post by feihong hs » Sun, 05 Nov 2000 04:00:00



Hi, I am reading Computer Graphics: Principles and Practice (Foley, Van
Dam, et al) for the first time, and I am having trouble compiling the
example program that came with the SRGP distribution.

Specifically, I am using Turbo C++ 3.0 and I am trying to compile it using
this:

c:\tc\bin\tcc -eexample -Ic:\srgp\include c:\srgp\lib\srgp.lib example.c  

I'm not familiar with using TCC, so could someone point out to me what I'm
doing wrong?  Perhaps I should use the free Turbo C 2.0 instead?

Thanks,
Feihong