Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Rick McGuire
On Tue, Feb 5, 2019 at 11:25 AM Erich Steinböck wrote: > I'm not seeing that warning >> > For me the warning doesn't show up for DEBUG builds, only for RELEASE > builds > > Lately I've been using the TortoiseSVN explorer menu option > Ok .. I haven't ever used the GUI, but I stepped through the

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Erich Steinböck
> > I'm not seeing that warning > For me the warning doesn't show up for DEBUG builds, only for RELEASE builds Lately I've been using the TortoiseSVN explorer menu option Ok .. I haven't ever used the GUI, but I stepped through the menu and as you say it looks easy (didn't actually do any real

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Rick McGuire
On Tue, Feb 5, 2019 at 7:22 AM Erich Steinböck wrote: > more sandbox rexxutil issues: > > to remove compiler "warning C4800: 'uint32_t': forcing value to bool > 'true' or 'false' (performance warning)" I believe the following patch > should be appropriate > Hmm, I'm not seeing that warning, but

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-05 Thread Erich Steinböck
more sandbox rexxutil issues: to remove compiler "warning C4800: 'uint32_t': forcing value to bool 'true' or 'false' (performance warning)" I believe the following patch should be appropriate ~~~ --- interpreter/platform/windows/SysRexxUtil.cpp(revision 11717) +++

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-04 Thread Erich Steinböck
sandbox/rick/rexxutil SysSleep 0.99 doesn't sleep for almost a second, but returns instantly. > uint64_t microseconds = ((uint64_t)(seconds)) * 100; The brackets are wrong for this cast from double to int. ___ Oorexx-devel mailing list

Re: [Oorexx-devel] sandbox/rick/rexxutil

2019-02-04 Thread Rick McGuire
Thanks. Should have a fix shortly. Rick On Mon, Feb 4, 2019 at 4:10 PM Erich Steinböck wrote: > rexx.exe built from latest sandbox/rick/rexxutil does not search for .rex > extension. If `test.rex` exists, you can't run it with `rexx test`, you > have to type `rexx test.rex` >

[Oorexx-devel] sandbox/rick/rexxutil

2019-02-04 Thread Erich Steinböck
rexx.exe built from latest sandbox/rick/rexxutil does not search for .rex extension. If `test.rex` exists, you can't run it with `rexx test`, you have to type `rexx test.rex` ___ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net