On Sat, Aug 18, 2012 at 10:12 AM, Mark Miesfeld <miesf...@gmail.com> wrote:

> For anyone interested in this example, here's how to use anonymous
> check out to get the it.  Please note the svn co command line is all
> one line.  Here I check out the example code directory to be sure to
> get all of it.  I check it out into a directory called mixin.example.

This example can use a pre-compiled, resource only DLL.  The DLL you
check out will be a 64-bit DLL.  Because of this, that feature of the
example currently will only work with a 64-bit ooRexx.

I'm going to add this example to the extra ooDialog examples package
and will provide 32-bit and 64-bit install packages.

In the meantime, by default the example uses the DLL.  If you add an
argument on the command line, the example uses the .rc file and a
RcDialog subclass.  What the argument is does not matter.  It could be
1 or ls or wlwlw.  So, to execute the example with a 32-bit ooRexx,
just execute it like this:

C:\work.ooRexx\>ListViewEx.rex 1

Oliver - you can of course recompile the .rc file to get a 32-bit DLL
on your system.

> C:\work.ooRexx>svn co
> http://svn.code.sf.net/p/oorexx/code-0/incubator/samples/ooDialog/ListView/listView.extend
> ed mixin.example
> A    mixin.example\ListViewEx.readMe
> A    mixin.example\ListViewEx.rex
> A    mixin.example\ListViewEx.rc
> A    mixin.example\ListViewEx.dll
> A    mixin.example\resource.h
> Checked out revision 8217.

--
Mark Miesfeld

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Oorexx-users mailing list
Oorexx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-users

Reply via email to