Rick,
I declared a bug for my problem of RxFuncAdd.
I think I registered correctly to the list before, but I got an automatic
reply explaining that my mail must be approved by the moderator.
Just in case of mail lost, I repeat here what I wrote in the bug declaration
:
The functions exported by my library rexusr.dll are not loaded (or at
least not found) by current ooRexx-3.x in trunk, when declared the "classic"
way :
if RxFuncQuery("UsrLoadFuncs") <> 0 then do
call RxFuncAdd "UsrLoadFuncs", "rexxusr.dll", "UsrLoadFuncs"
call UsrLoadFuncs
end
The following changes in my local copy let me load my library :
BuiltinFunctions.cpp : RXFUNCQUERY : must call queryRegisteredRoutine
instead of dropRegisteredRoutine
SubcommandAPI.c : RexxResolveRoutine : in the call to RegLoad, must pass
handler, not &handler
Jean Louis
----- Original Message -----
From: "Rick McGuire" <[EMAIL PROTECTED]>
To: "Open Object Rexx Developer Mailing List"
<[email protected]>
Sent: Sunday, July 20, 2008 10:56 PM
Subject: Re: [Oorexx-devel] Changes between 3.2.0 and the current
SVNinterpreter-3.x
>
> You are correct. Existing libraries should not need to be recompiled.
> If you can open a bug report
> and attach the library with a sample program, I'll make sure this gets
> fixed.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel