• Garuda : Error cannot locate required Tcl API function

    From Nicolas Robert@21:1/5 to All on Wed Sep 29 08:56:18 2021
    Hello,

    I would like use this package for a project.
    I have downloaded Garuda from this address : https://urn.to/r/garuda_pkg
    I have downloaded Eagle from this address : https://eagle.to/download_full.html

    When I’m doing :
    package require Tcl 8.6
    8.6.9
    package require Garuda

    I have an error message with a popup window:

    48736(1): Error cannot locate required Tcl API function
    “Tcl_GetVersion”, GetProcAdress(4194304, “Tcl_Version”)
    failed with error 127 : The specified procedure could not be found.

    On my console I have this message :

    startup return value not TCL_OK, method: "Eagle._Components.Public.NativePackage.Startup", assembly: "C:/temp/Eagle/bin/Eagle.dll": failure (code 1).

    I wanted to know if it was my fault and if you had already encountered this error.
    If someone use this package If you have a procedure to install it.

    Thanks

    Nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Nicolas Robert@21:1/5 to All on Tue Oct 5 03:31:23 2021
    Le mercredi 29 septembre 2021 à 17:56:21 UTC+2, Nicolas Robert a écrit :
    Hello,

    I would like use this package for a project.
    I have downloaded Garuda from this address : https://urn.to/r/garuda_pkg
    I have downloaded Eagle from this address : https://eagle.to/download_full.html

    When I’m doing :
    package require Tcl 8.6
    8.6.9
    package require Garuda

    I have an error message with a popup window:

    48736(1): Error cannot locate required Tcl API function “Tcl_GetVersion”, GetProcAdress(4194304, “Tcl_Version”)
    failed with error 127 : The specified procedure could not be found.

    On my console I have this message :

    startup return value not TCL_OK, method: "Eagle._Components.Public.NativePackage.Startup", assembly: "C:/temp/Eagle/bin/Eagle.dll": failure (code 1).

    I wanted to know if it was my fault and if you had already encountered this error.
    If someone use this package If you have a procedure to install it.

    Thanks

    Nicolas

    I had to add this before my package require as written on the wiki page and confirm by the author.
    I didn’t see...

    namespace eval ::Garuda {
    variable methodFlags 0x40
    }

    Nicolas

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)