Header files missing - Help

G

Guest

For some time now, other teachers have had this problem. Visual C++ 6.0 was
once installed on a WIN98 platform and apstring.h and graphic.h worked.
However, since moving to WIN2000 and WINXP, these header files are missing.

Where can I find these header files?? I have tried to create these headers
over again, even CUT/PASTE, however, I most not be doing something right.

Help here would be very appreciated.
 
S

StringFellow Hawk

From my understanding those files are only "required" by DOS or Win9x
machines - WinNT OS's (NT, 2k, XP) won't have those installed by default.
I've just checked both my WinXP Pro and Win2k3 Server machines (have VS 6.0
and VS.NET 03 installed) and neither have either of these files.
 
G

Guest

Okay, so what actions should I take?? I am teaching a HS class C++ using
VSC++ and in this program it calls for graphics.h and conic.h and dice.h
header files.

It will not still run, so do I need to make my own header or what??
email is: (e-mail address removed)
 
C

Carl Daniel [VC++ MVP]

crs2003c said:
Okay, so what actions should I take?? I am teaching a HS class C++
using VSC++ and in this program it calls for graphics.h and conic.h
and dice.h header files.

It will not still run, so do I need to make my own header or what??
email is: (e-mail address removed)

These header files are not now, nor have they ever been part of Visual C++
(including VC6).

It sounds like you're using course materials that were designed from
something like Turbo C++ for DOS. If that's the case, you'll simply need to
update your curriculum. There's no tractable way to get DOS graphics
examples to compile with Visual C++. Ironically, if you had an old enough
development environment to compile them, the resulting programs would
probably run on Windows XP just fine.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top