Author Topic: Problem with opening the helpfile  (Read 68037 times)

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Problem with opening the helpfile
« on: 2008-Jul-28 »
I'm having troubles opening the helpfile from GL-Basic, nothing happens. So I tried opening it from the explorer shell and then I get the errormessage:

Quote
hh.exe - Entrypoint not found
The procedure entry point _except_handler4_common could not be located in the dynamic link library msvcrt.dll

And an OK button. I get this message twice before it gives up.

Windows says I have this version of the file:
7.0.2600.5512 (xpsp.080413-2111)

Anyone have any ideas what's going wrong? This is after reinstalling Windows XP and SP3 but I haven't used the help for a while so don't know when it started.

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Re: Problem with opening the helpfile
« Reply #1 on: 2008-Jul-28 »
I found a page that said what files are belonging to the helpsystem and copied them from the old installation. These are the files you need to copy if you have the same trouble:

Just look for where they are on your system and replace them.

Code: (glbasic) [Select]
hhctrl.ocx
itss.dll
itircl.dll
hh.exe
hhctrlui.dll

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 10859
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: Problem with opening the helpfile
« Reply #2 on: 2008-Jul-28 »
Thanks. Maybe one should upload them to somewhere?

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Re: Problem with opening the helpfile
« Reply #3 on: 2008-Jul-28 »
Not sure how legal that is but I can upload them if you want.

Offline Hemlos

  • To boldy go where no pixel has gone before!
  • Global Moderator
  • Prof. Inline
  • *******
  • Posts: 1622
  • Particle Hawk
    • View Profile
Re: Problem with opening the helpfile
« Reply #4 on: 2008-Aug-03 »
I had this same problem a long time ago.
hh.exe is what fixed it.
Im having the same problem again.

Where did you upload these files to?
Can you put a link to them here in this topic please?

I get an error with msvcrt.dll when i click the help file. window title is hh.exe

-Hemlos
Here is a screenshot im attaching to this message:


[attachment deleted by admin]
« Last Edit: 2008-Aug-03 by Hemlos »
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)

Offline Hemlos

  • To boldy go where no pixel has gone before!
  • Global Moderator
  • Prof. Inline
  • *******
  • Posts: 1622
  • Particle Hawk
    • View Profile
Re: Problem with opening the helpfile
« Reply #5 on: 2008-Aug-05 »
The problem is windows xp sp3...i went back to sp2 and its fine now.
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Re: Problem with opening the helpfile
« Reply #6 on: 2008-Aug-05 »
I'm running SP3 without problems after copying those files from my old SP2 install

Offline Hemlos

  • To boldy go where no pixel has gone before!
  • Global Moderator
  • Prof. Inline
  • *******
  • Posts: 1622
  • Particle Hawk
    • View Profile
Re: Problem with opening the helpfile
« Reply #7 on: 2008-Aug-07 »
I'm running SP3 without problems after copying those files from my old SP2 install

Doesnt matter how you fixed it for sp3, the help file system is simply enough not compatible with sp3.

Maybe microsoft will make yet another update...who knows. Very unprofessional imo
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Re: Problem with opening the helpfile
« Reply #8 on: 2008-Aug-07 »
I would love HTML-help instead of this, more futureproof you can't get it. But it has to be offline, I don't want to be dependant on internet for getting help on a command.

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 10859
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: Problem with opening the helpfile
« Reply #9 on: 2008-Aug-07 »
uhm!? You want the help file to be different?

Offline Moru

  • Administrator
  • Prof. Inline
  • *******
  • Posts: 1793
    • View Profile
    • Homepage
Re: Problem with opening the helpfile
« Reply #10 on: 2008-Aug-07 »
I preffer HTML help since it's more future proof, not dependant on what OS i'm running at the moment. Sure, the F1 function is usefull but since I need to press enter to get the article after that it's not that much you loose.

Offline Hemlos

  • To boldy go where no pixel has gone before!
  • Global Moderator
  • Prof. Inline
  • *******
  • Posts: 1622
  • Particle Hawk
    • View Profile
Re: Problem with opening the helpfile
« Reply #11 on: 2008-Aug-07 »
I preffer HTML help since it's more future proof, not dependant on what OS i'm running at the moment. Sure, the F1 function is usefull but since I need to press enter to get the article after that it's not that much you loose.

I agree, it is a better standard in programming technology imo....html
Maybe you can put the html, for offline use with the SDK install?  =D
Volume_of_Earth(km^3) = 4/3*3.14*POW(6371.392896,3)

MrTAToad

  • Guest
Re: Problem with opening the helpfile
« Reply #12 on: 2008-Sep-14 »
What happens is that a program uses the Vista version of MSVCRT and replaces the one in SYSTEM32 - which, whilst fine on Vista machines, doesn't exactly work well with XP.

I've recently had this (its knocked out CHM viewer and my sound manager).  I do suspect that GLBasic was the cause unfortunately - so it might be worth checking to make sure that uses the correct version of MSVCRT.  However, saying that, it can be caused by a wide variety of other programs too.

Fortunately, trying a SFC /scannow seems to have fixed it.
« Last Edit: 2008-Sep-14 by MrTAToad »

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *******
  • Posts: 10859
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: Problem with opening the helpfile
« Reply #13 on: 2008-Sep-14 »
No, I'm not overwriting msvcrt.dll it a newer version is installed - and I install a quite old one (IIRC).
Will have to see again, though.

MrTAToad

  • Guest
Re: Problem with opening the helpfile
« Reply #14 on: 2008-Sep-14 »
Fair enough :)