header location

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Michael Sgier

    header location

    Hi
    where do I need to put the header files? ( Include command on Vista64)
    Thanks Michael
  • James Kanze

    #2
    Re: header location

    On Sep 18, 8:50 am, Michael Sgier <sg...@nospam.c omwrote:
    where do I need to put the header files? ( Include command on
    Vista64)
    Where ever the compiler documentation says to put them. On most
    compilers (all that I know), you can put them anywhere you want,
    as long as you specify the directory using a -I (or /I under
    Windows) option.

    --
    James Kanze (GABI Software) email:james.kan ze@gmail.com
    Conseils en informatique orientée objet/
    Beratung in objektorientier ter Datenverarbeitu ng
    9 place Sémard, 78210 St.-Cyr-l'École, France, +33 (0)1 30 23 00 34

    Comment

    • PeterAPIIT@gmail.com

      #3
      Re: header location

      You just need to specify additional Include directory.

      Comment

      Working...