Thread: linking htmlhelp.lib

  1. #1
    Registered User
    Join Date
    Jan 2008
    Posts
    3

    Question linking htmlhelp.lib

    It would appear winhelp() will soon be obsolete and so I'm looking to move on to htmlhelp() instead.

    I downloaded the MS htmlhelp SDK, along with the appropriate header and lib files. The header compiles OK but on the link I get a "fatal bad object file" error in reference to htmlhelp.lib

    I'm using a fairly old borland c++ compiler BC5 (although not much older than the currently available free version), any ideas why I'm hanging up?

    Also, any ideas for better ways to go about providing context sensitive help than htmhelp?

    Thanks!

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    BC5 probably just doesn't understand the format of the .lib file.

    You can download Visual C++ Express and try compiling with it to verify. If neither work, then the download of the SDK may have been corrupted.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problems linking with g++
    By Just in forum Linux Programming
    Replies: 11
    Last Post: 07-24-2006, 01:35 AM
  2. strange linking error -- can not find shared library
    By George2 in forum C Programming
    Replies: 2
    Last Post: 07-10-2006, 10:51 PM
  3. Replies: 8
    Last Post: 04-27-2006, 10:39 AM
  4. Grrr.... SDL Linking Problem
    By 7EVEN in forum Game Programming
    Replies: 5
    Last Post: 08-12-2005, 08:44 PM
  5. Linking error with DirectDrawCreateEx
    By jjj93421 in forum Game Programming
    Replies: 6
    Last Post: 04-06-2004, 03:57 PM