[Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rony G. Flatscher
Reworking the BSF4Rexx dynamic library, and in a first step defining a RexxPackEntry using a RexxRoutineEntry with 13 entries of type REXX_CLASSIC_ROUTINE only can be compiled and be used with the RxFuncAdd() function. (There are no new type routines defined in the source file yet.) However,

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rick McGuire
I don't spot anything obviously wrong here, so you'll probably need to upload everything. Alternatively, since I know you occasionally build from source, try running this in the debugger and attach a stack trace to the bug report. Rick On Thu, Apr 23, 2009 at 4:49 PM, Rony G. Flatscher

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rony G. Flatscher
Rick McGuire wrote: I don't spot anything obviously wrong here, so you'll probably need to upload everything. Alternatively, since I know you occasionally build from source, try running this in the debugger and attach a stack trace to the bug report. O.K., am on the run home. Will try do

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rick McGuire
Assuming you have visual studio and you have a Rexx command that creates the problem, just type devenv /debugexe rexx yada yada yada Hit PF5 to run, and it should stop at the location of the trap. Rick On Thu, Apr 23, 2009 at 5:04 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote:

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Mark Miesfeld
On Thu, Apr 23, 2009 at 1:49 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: I don't know about the crash, but this isn't right: RexxPackageEntry bsf_package_entry = { ... OOREXX_GET_PACKAGE(BSFLIB); That should be: OOREXX_GET_PACKAGE(bsf); -- Mark Miesfeld

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rick McGuire
Good catch! I wonder what this actually ended up pointing to. Rick On Thu, Apr 23, 2009 at 5:39 PM, Mark Miesfeld miesf...@gmail.com wrote: On Thu, Apr 23, 2009 at 1:49 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: I don't know about the crash, but this isn't right:    

Re: [Oorexx-devel] Problem with ::requires 'BSF4Rexx' library

2009-04-23 Thread Rony G. Flatscher
Rick McGuire wrote: Good catch! I wonder what this actually ended up pointing to. Rick On Thu, Apr 23, 2009 at 5:39 PM, Mark Miesfeld miesf...@gmail.com wrote: On Thu, Apr 23, 2009 at 1:49 PM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: I don't know about the crash, but