-
miesfeld committed revision 5319 to the Open Object Rexx SVN repository, changing 6 files.
2009-11-12 04:49:43 UTC by miesfeld
-
miesfeld committed revision 5318 to the Open Object Rexx SVN repository, changing 16 files.
2009-11-12 02:00:53 UTC by miesfeld
-
Fixed in SVN rev 5317.
2009-11-11 19:52:24 UTC by wdashley
-
wdashley committed revision 5317 to the Open Object Rexx SVN repository, changing 1 files.
2009-11-11 19:50:41 UTC by wdashley
-
jfaucher committed revision 5316 to the Open Object Rexx SVN repository, changing 1 files.
2009-11-11 12:56:32 UTC by jfaucher
-
Hello,
I receive this error when I compile RexxGtk package, my distribution is openSUSE 11.2 and my ooRexx 4.0.0
make
gcc -c `pkg-config --cflags gtk+-2.0 gdk-2.0 glib-2.0 gthread-2.0` -fPIC -DVMAJOR=0 -DVMINOR=10 -DVREL=0 grxliststore.cpp
grxliststore.cpp: In function ‘int GrxListStoreNew_impl(RexxMethodContext*, _RexxObjectPtr*, _RexxArrayObject*)’:
grxliststore.cpp:89: error: no...
2009-11-10 06:17:45 UTC by romacar
-
The following example demonstrates the error. I installed the latest version of 4.0 and it still fails.
parse arg count;
parse value count 20 with count .;
list = .array~new;
do x = 1 to count;
list~append("Item" x);
end;
group_name = listchoice("Select one of" count "items.","Test List Size",list); ::requires oodplain.cls;.
2009-11-09 13:38:20 UTC by oorexxpert
-
sahananda committed revision 5315 to the Open Object Rexx SVN repository, changing 1 files.
2009-11-09 10:53:19 UTC by sahananda
-
miesfeld committed revision 5314 to the Open Object Rexx SVN repository, changing 2 files.
2009-11-09 05:11:17 UTC by miesfeld
-
miesfeld committed revision 5313 to the Open Object Rexx SVN repository, changing 4 files.
2009-11-09 02:01:10 UTC by miesfeld