Menu

#402 A proposed htmlhelp.h

WSL
closed
None
rejected
Feature_requests
2013-01-24
2003-08-09
Phil Krylov
No

This is an initial version of htmlhelp.h attached.

Discussion

  • Danny Smith

    Danny Smith - 2003-08-10

    Logged In: YES
    user_id=11494

    The prototype is wrong. This is what I find in MSDN docs:
    http://msdn.microsoft.com/library/default.asp?url=/library/en-
    us/htmlhelp/html/vsconovabouthtmlhelpcommands.asp
    HWND HtmlHelpA(
    HWND hwndCaller,
    LPCSTR pszFile,
    UINT uCommand,
    DWORD dwData) ;

    Danny

     
  • Phil Krylov

    Phil Krylov - 2003-08-10

    Logged In: YES
    user_id=86146

    Attached corrected version.

     
  • Phil Krylov

    Phil Krylov - 2003-08-10
     
  • Earnie Boyd

    Earnie Boyd - 2004-02-13
    • milestone: --> Feature_requests
    • assigned_to: earnie --> dannysmith
     
  • Earnie Boyd

    Earnie Boyd - 2004-02-13

    Logged In: YES
    user_id=15438

    Danny,

    Should we add this? I assigned it to you since you
    responded to likewolf. He uploaded a new file after your
    comment.

    Earnie

     
  • Danny Smith

    Danny Smith - 2004-02-14

    Logged In: YES
    user_id=11494

    AFAICT, htmlhelp.lib (the lib that contains the definitions of
    the functions in htmlhlp.h) is only available as a static lib
    distributed by MS. The MS htmlhelp SDK package contains
    the header, of course, as well as the lib.

    Why are we bothering with this header if we can't provide a
    way to resolve the symbols decalred in it.

    Danny

     
  • Earnie Boyd

    Earnie Boyd - 2004-02-15
    • status: open --> closed-rejected
     
  • Earnie Boyd

    Earnie Boyd - 2004-02-15

    Logged In: YES
    user_id=15438

    Ok. Sounds reasonable to me. I'm closing this ticket as
    rejected for the reasons Danny states.

     
  • Phil Krylov

    Phil Krylov - 2004-02-15

    Logged In: YES
    user_id=86146

    OK, I see I'm late with the release of 2.5, but here is a .
    def file for the libhtmlhelp.a import library (attached).

     
  • Phil Krylov

    Phil Krylov - 2004-02-15

    A def file for the import library.

     
  • Phil Krylov

    Phil Krylov - 2004-02-27
    • status: closed-rejected --> open-rejected
     
  • Earnie Boyd

    Earnie Boyd - 2004-02-28
    • status: open-rejected --> closed-rejected
     
  • Earnie Boyd

    Earnie Boyd - 2004-02-28

    Logged In: YES
    user_id=15438

    I have already REJECTED this patch.

     
  • Earnie Boyd

    Earnie Boyd - 2013-01-24
    • labels: w32api (deprecated use WSL) -->
    • status: closed-rejected --> closed
    • resolution: --> rejected
    • category: --> Feature_requests
    • milestone: Feature_requests --> WSL