close Warning: Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.

Opened 9 years ago

Last modified 9 years ago

#1918 accepted enhancement

Función para obtener el conjunto de un archivo compilado

Reported by: Alejandro Owned by: Pedro Gea
Priority: normal Milestone: Mantainance
Component: Kernel Version: head
Severity: normal Keywords:
Cc:

Description

Se solicita una función que permita obtener de manera similar a como funciona GetConsoleObject, el conjunto correspondiente a un archivo compilado.

Change History (1)

comment:1 Changed 9 years ago by Pedro Gea

Owner: changed from Víctor de Buen Remiro to Pedro Gea
Status: newaccepted

Mientras se crea una función GetIncludedFile en el paquete StdLib, se puede usar el siguiente código de ejemplo:

Set r = Tcl_Eval("
::tol::info address {File {C:/Program Files (x86)/Tol-Project/tol-gnu-v3.2/bin/stdlib/_init_stdlib.tol}}
");
Set a = GetObjectFromAddress(r::result)
Note: See TracTickets for help on using tickets.