Thread: Missing msword.h

  1. #1
    Registered User
    Join Date
    Sep 2001
    Location
    England
    Posts
    121

    Missing msword.h

    I've got an annoying problem of a missing header file, which I need to use Word through automation. Microsoft 'HOWTO's imply that I should already have the required files, but I get a file not found error when I try to include it. I have searched my drive and dont seem to have it, despite having office xp developer and VS.NET enterprise. I know it's not just the header I need, but I wondered if anyone here knew where the files I need are supposed to be or what they come with. Thanks

    I've also tried msword9.h and msword8.h, which are supposed to be for office 2000 and 97 respectively, but I dont have either. Do I need to generate the files from a type library or something like that?
    Last edited by Robert602; 07-05-2002 at 03:06 PM.

  2. #2
    Registered User
    Join Date
    Sep 2001
    Location
    England
    Posts
    121
    Apparantly VC.NET generates seperate header files for each interface, rather than combining them all into msword.h, found a more up to date article on knowledge base.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Errors including <windows.h>
    By jw232 in forum Windows Programming
    Replies: 4
    Last Post: 07-29-2008, 01:29 PM
  2. failure to import external C libraries in C++ project
    By nocturna_gr in forum C++ Programming
    Replies: 3
    Last Post: 12-02-2007, 03:49 PM
  3. more then 100errors in header
    By hallo007 in forum Windows Programming
    Replies: 20
    Last Post: 05-13-2007, 08:26 AM
  4. ras.h errors
    By Trent_Easton in forum Windows Programming
    Replies: 8
    Last Post: 07-15-2005, 10:52 PM
  5. pointer to array of objects of struct
    By undisputed007 in forum C++ Programming
    Replies: 12
    Last Post: 03-02-2004, 04:49 AM