Thread: .h files

  1. #1
    Registered User ZachariahLee's Avatar
    Join Date
    Feb 2003
    Posts
    3

    .h files

    We want to add some .h files to include graphics.h and classes.h to the existing Visual Studio 6.0. Where can we find these to add, and how do we install?

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640

    Re: .h files

    Originally posted by ZachariahLee
    We want to add some .h files to include graphics.h and classes.h to the existing Visual Studio 6.0. Where can we find these to add, and how do we install?
    If i'm not mistaken 'graphics.h' is Boreland's graphics library
    and thus will probably not work on MSVC++, What do you
    mean by 'classes.h' ?

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    I just noticed you're talking about MSVC++ 6 in a C# board,
    Please move this thread mods.

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    You cannot import the standard headers of other compilers. Read the FAQ please.

    This is the C# board. Please post in the appropriate board next time.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Header Files
    By ejohns85 in forum C++ Programming
    Replies: 2
    Last Post: 03-20-2009, 07:39 AM
  2. .h files: "constant already defined"
    By wakeup in forum C++ Programming
    Replies: 11
    Last Post: 11-22-2005, 05:31 AM
  3. Cant Make heads or tails of .h files
    By D3T in forum C++ Programming
    Replies: 4
    Last Post: 07-09-2002, 10:03 AM
  4. reinserting htm files into chm help files
    By verb in forum Windows Programming
    Replies: 0
    Last Post: 02-15-2002, 09:35 AM
  5. Class files (.h and .cpp
    By Todd in forum C++ Programming
    Replies: 7
    Last Post: 02-14-2002, 03:07 PM