View Single Post
Old 07-01-2007, 10:47 AM   #6 (permalink)
GNUrag
FooBar Guy
 
GNUrag's Avatar
 
Join Date: Jun 2004
Location: GNUmbai
Posts: 1,245
Default Re: GCC vs VISUAL STUDIO

Search where is the include file named "math.h" in your VS.Net++ installation, note that path, and give it while compiling.

With gcc/turboc++ its given with the -I/path/to/math.h parameter.

Mostly there should be a GUI interface where you can enter what all directories the preprocessor needs to look at for include libraries.
__________________
- --
http://web.gnuer.org
GNUrag is offline