Results 1 to 6 of 6

Thread: Problems with 3.0.21

  1. #1
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default

    Right after I install Girder 3.0.21 and attempt to run it I receive multiple error messages in this order:

    title: Girder.exe - Entrypoint not found
    text: The procedure entrypoint CreateToolhelp32Snapshot could not be located in dynamic link library KERNEL32.dll

    followed by
    title: error
    text: C:Programs filesgirder3pluginshardwaretaskcreate.dll

    followed by
    title: error
    text: error code 183

    followed by the toolhelp message again

    followed by
    C:Programs filesgirder3pluginshardwaretaskswitch.dll

    followed by
    title: error
    text: error code 87

    followed by the toolhelp message again

    followed by
    title: error
    cannot load dll

    followed by
    title: error
    text: blockplugin.dll

    I am using Windows NT Workstation version 4.00.1381. I have been using 3.0.16 without problem.

    When I remove the blockplugin.dll from pluginssoftware and the taskswitch.dll and taskcreate.dll from pluginshardware, Girder comes up fine.

    Any ideas?

  2. #2
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,400

    Default

    WinNT doesn't support the CreateToolhelp32Snapshot. Its used in all the named .dll's and in Girder itself.

    Somehow however Delphi puts some extra code in to make it work under WinNT, and since the plugins are coded in C this extra code is not generated. So I should make wrappers for the
    CreateToolhelp32S.. if anyone feels the urge to do this be my guest ;-)

    Regards,
    Ron

  3. #3
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,400

    Default

    I think i found the solution,

    Microsoft Knowledge base

    I'll look into implementing this this weekend if i get the time.

    Regards,
    Ron

  4. #4
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default

    Thanks, Ron.

    Excellent support, as always.

  5. #5
    Join Date
    Jan 2000
    Location
    Jupiter, FL
    Posts
    11,400

    Default

    I've update the taskswitch detector to use wrapper functions, but I run Win2K and not WinNT so I cannot test it. If you would download the updated plugin and give me some feedback that would be great!

    TaskSwitch 1.2

    -Ron

  6. #6
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default

    The new taskswitch works great with my NT system.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •