[Oorexx-devel] CMake build; MutableBuffer missing caselessPos

2014-06-16 Thread Mark Miesfeld
does not understand message CASELESSPOS -- Mark Miesfeld -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable

Re: [Oorexx-devel] Suspect executables not getting built correctly ...

2014-06-15 Thread Mark Miesfeld
Thanks Rick. -- Mark Miesfeld On Sun, Jun 15, 2014 at 2:06 PM, Rick McGuire object.r...@gmail.com wrote: If you want to see what are getting used for the compile and links, you can specify nmake VERBOSE=1, and it will display all of the commands that nmake is issuing. This allows you

Re: [Oorexx-devel] Suspect executables not getting built correctly ...

2014-06-15 Thread Mark Miesfeld
Okay, yeah I discovered the temp files. Unfortunately during the build the files get deleted to fast to look at them. -- Mark Miesfeld On Sun, Jun 15, 2014 at 2:21 PM, Rick McGuire object.r...@gmail.com wrote: Shoot, I stand corrected. It appears nmake writes all of the options to a temp

Re: [Oorexx-devel] Suspect executables not getting built correctly ...

2014-06-15 Thread Mark Miesfeld
difference is causing the compiler to crash in the current build. There are other differences in the flags, but I'm not sure if they are important or not. I'll see if I can figure out how to change to /MTd from the current /MDd. -- Mark Miesfeld On Sun, Jun 15, 2014 at 2:26 PM, Rick McGuire

Re: [Oorexx-devel] Suspect executables not getting built correctly ...

2014-06-15 Thread Mark Miesfeld
. -- Mark Miesfeld On Sun, Jun 15, 2014 at 6:07 PM, Rick McGuire object.r...@gmail.com wrote: I see you figured this out already. Was it really necessary to set the _DEBUG and _RELEASE flags? I suspect the top level version would be sufficient. Rick On Sun, Jun 15, 2014 at 9:04 PM, Rick

Re: [Oorexx-devel] Discuss: Embedding data into an ooRexx program.

2014-06-14 Thread Mark Miesfeld
This sounds pretty good. I confess it is not something that I have desired, but I can think of uses for it if it was available. -- Mark Miesfeld On Sat, Jun 14, 2014 at 6:42 AM, Rick McGuire object.r...@gmail.com wrote: This is something I've been thinking about for some time, and we even

Re: [Oorexx-devel] Are test suite adjustments needed for the cmake build?

2014-06-12 Thread Mark Miesfeld
look up how it works later. -- Mark Miesfeld On Thu, Jun 12, 2014 at 6:29 AM, Rick McGuire object.r...@gmail.com wrote: I'm guessing there might need to be some adjustments made in the build suite for locating information in out-of-source builds. For example, I'm sure the process

Re: [Oorexx-devel] Are test suite adjustments needed for the cmake build?

2014-06-12 Thread Mark Miesfeld
by right clicking on rxregexp.dll and selecting properties. Some of the properties are not filled in, like they are for some of the other DLLs, like rxsock.dll for instance. -- Mark Miesfeld On Thu, Jun 12, 2014 at 6:29 AM, Rick McGuire object.r...@gmail.com wrote: I'm guessing there might need

Re: [Oorexx-devel] Are test suite adjustments needed for the cmake build?

2014-06-12 Thread Mark Miesfeld
Okay, thanks Rick. -- Mark Miesfeld On Thu, Jun 12, 2014 at 12:11 PM, Rick McGuire object.r...@gmail.com wrote: Ok, I think rxregexp should be fixed now. There was a typo in the target dependencies that prevented it using the .rc and .def file on the link. The .def file was the kiss

[Oorexx-devel] Confused at where we are with CMake

2014-06-12 Thread Mark Miesfeld
I've gotten confused on the status of packaging on Windows. To create the NSIS package are we using CPack, going to use CPack but it isn't ready yet, or ... ? Thanks. -- Mark Miesfeld -- HPCC Systems Open Source Big

Re: [Oorexx-devel] Confused at where we are with CMake

2014-06-12 Thread Mark Miesfeld
to work by issuing CPack after issuing nmake to build the binaries. -- Mark Miesfeld -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems

Re: [Oorexx-devel] The factor.rex sample program

2014-06-11 Thread Mark Miesfeld
I say go for it. Whatever you think is useful, go ahead and do it. -- Mark Miesfeld On Wed, Jun 11, 2014 at 10:00 AM, Rick McGuire object.r...@gmail.com wrote: I've been going through the samples and modernizing some of these samples. One of the samples, factor.rex, demonstrates some

Re: [Oorexx-devel] The factor.rex sample program

2014-06-11 Thread Mark Miesfeld
Jon, I'm okay with adding the sample. Note that the rest of Rick's advice is pertinent. -- Mark Miesfeld On Wed, Jun 11, 2014 at 10:31 AM, Rick McGuire object.r...@gmail.com wrote: Jon, You'll need to get Rony's permission, but I'm ok with that. Note that we generally don't include

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-09 Thread Mark Miesfeld
Rick, Okay. The configure_file() command looks promising. That's what I was trying to do yesterday by using a NSIS.template.in file that was a copy of our old oorexx.nsi file and just have variables for the /D options. But, it didn't work at all. -- Mark Miesfeld On Mon, Jun 9, 2014 at 2

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-09 Thread Mark Miesfeld
to be fixed up, if I recall correctly. -- Mark Miesfeld -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems Open Source. Fast. Scalable. Simple. Ideal

Re: [Oorexx-devel] Future CPU Architecture Decisions

2014-06-09 Thread Mark Miesfeld
Jon, You don't need to be overly concerned with this, in my opinion. The ooRexx code base builds on both 32-bit and 64-bit Windows and will continue to build that way as long as your current machines are still running. -- Mark Miesfeld On Mon, Jun 9, 2014 at 12:03 PM, Sahananda (Jon) Wolfers

Re: [Oorexx-devel] A couple of questions about the NSIS script.

2014-06-09 Thread Mark Miesfeld
to change...which one? It should be x86_64. A change I didn't notice in the new build process. -- Mark Miesfeld -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your

Re: [Oorexx-devel] A couple of questions about the NSIS script.

2014-06-09 Thread Mark Miesfeld
On Mon, Jun 9, 2014 at 1:45 PM, Rick McGuire object.r...@gmail.com wrote: On Mon, Jun 9, 2014 at 4:37 PM, Mark Miesfeld miesf...@gmail.com wrote: On Mon, Jun 9, 2014 at 1:24 PM, Rick McGuire object.r...@gmail.com wrote: Spotted a couple of things about the how the NSIS script is currently

[Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Mark Miesfeld
generated NSIS script. But, I think there is still a lot of time that needs to be spent on it. I'm in favor of just sticking with our current script. -- Mark Miesfeld -- Learn Graph Databases - Download FREE O'Reilly Book

Re: [Oorexx-devel] NSIS installer and CPack

2014-06-08 Thread Mark Miesfeld
script and copying the files from platform/windows/install to the directory that NSIS.template.in is copied to. I'm not sure if that is what you are thinking of, or not. I'll play around with that and see if I can get it to work. -- Mark Miesfeld On Sun, Jun 8, 2014 at 3:19 PM, Rick McGuire

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt

2014-06-08 Thread Mark Miesfeld
Yes, I should have. I'll do that now. -- Mark Miesfeld On Sun, Jun 8, 2014 at 3:59 PM, Rick McGuire object.r...@gmail.com wrote: Mark, did you need to checkin the cpack.nsi file with this commit? Rick -- Forwarded message -- From: miesf...@users.sf.net Date: Sun, Jun

Re: [Oorexx-devel] Fwd: [Oorexx-svn] SF.net SVN: oorexx-code-0:[10144] main/trunk/CMakeLists.txt

2014-06-08 Thread Mark Miesfeld
I screwed that up. Give me a few minutes to fix it up. -- Mark Miesfeld On Sun, Jun 8, 2014 at 4:05 PM, Mark Miesfeld miesf...@gmail.com wrote: Yes, I should have. I'll do that now. -- Mark Miesfeld On Sun, Jun 8, 2014 at 3:59 PM, Rick McGuire object.r...@gmail.com wrote: Mark

Re: [Oorexx-devel] rexx.exe manifest file and cmake.

2014-05-21 Thread Mark Miesfeld
. So, if we can't get CMake to add the common controls part to the manifest it generates, then I'll have to add the custom step. I won't be back at home until after Memorial day. I'll work on it then if you haven't already come up with something. -- Mark Miesfeld On Mon, May 5, 2014 at 4:17 AM

Re: [Oorexx-devel] rexx.exe manifest file and cmake.

2014-05-21 Thread Mark Miesfeld
, rexx.exe, rexxhide.exe, rexxpaws.exe and oodialog.exe need the manifest. With the common controls dependency part I posted. -- Mark Miesfeld Rick On Wed, May 21, 2014 at 5:17 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi Rick, I'm still traveling and only have good Internet once

Re: [Oorexx-devel] rexx.exe manifest file and cmake.

2014-05-21 Thread Mark Miesfeld
as a separate process or created as a child process. Which I don't remember off the top of my head. -- Mark Miesfeld -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300

Re: [Oorexx-devel] NSIS versions used for ooRexx and CPack

2014-05-18 Thread Mark Miesfeld
Hi Rick, It must be something CPack is doing. You'll have to use the regular install and then unzip the long string version over the top of it, I guess. On May 17, 2014 3:27 PM, Rick McGuire object.r...@gmail.com wrote: Mark, Made my first attempt at generating an NSIS install using CMake,

Re: [Oorexx-devel] Pondering redoing the Windows build process

2014-04-21 Thread Mark Miesfeld
Sounds like a reasonable project. I'd say go for the single file to start with. -- Mark Miesfeld On Mon, Apr 21, 2014 at 6:24 AM, Rick McGuire object.r...@gmail.com wrote: I've not liked the lack of dependency management in the makefiles used for building Windows for quite a while. David

Re: [Oorexx-devel] condition('CODE') S*O*L*V*E*D

2014-04-06 Thread Mark Miesfeld
On Sun, Apr 6, 2014 at 1:20 PM, Walter Pachl christel.u.w.pa...@chello.atwrote: SOLVED: ... Reading helps :-) That's what I keep telling you. ;-) -- Mark Miesfeld

Re: [Oorexx-devel] rxMath - rxm.class help sought

2014-04-05 Thread Mark Miesfeld
Walter, A good use of your skills. I commend you on your work. But, I can't over any help. -- Mark Miesfeld On Sat, Apr 5, 2014 at 9:53 AM, Walter Pachl christel.u.w.pa...@chello.atwrote: Rxm 5 March 2014 The distribution of ooRexx

Re: [Oorexx-devel] orxsock6 - Initial development Complete

2014-03-18 Thread Mark Miesfeld
I haven't even tried to build it on Windows yet. Two of my systems died in the same week, and I've been constrained for time. I just glanced at it and it looks like it needs a nMake make file. -- Mark Miesfeld On Tue, Mar 18, 2014 at 5:57 AM, Rick McGuire object.r...@gmail.com wrote

Re: [Oorexx-devel] Comodo AV/FW does not like ooDialog.com

2014-03-12 Thread Mark Miesfeld
Michael, You should submit it to Comodo AV/FW as a false positive. -- Mark Miesfeld On Wed, Mar 12, 2014 at 3:02 AM, Michael Lueck mlu...@lueckdatasystems.comwrote: Greetings, FYI... I updated our Windows machines to v4.2.0 yesterday. This morning I am seeing that Comodo AV/FW does

Re: [Oorexx-devel] Comodo AV/FW does not like ooDialog.com

2014-03-12 Thread Mark Miesfeld
On Wed, Mar 12, 2014 at 9:52 AM, Michael Lueck mlu...@lueckdatasystems.comwrote: Greetings Mark, Mark Miesfeld wrote: You should submit it to Comodo AV/FW as a false positive. After I sent my email I discovered on the right-click menu a way to do exactly that, and have done so

Re: [Oorexx-devel] ooRexx Web Site Download Page

2014-03-11 Thread Mark Miesfeld
saying to see all packages released by the ooRexx project go to: https://sourceforge.net/projects/oorexx/files/ and browse the folders -- Mark Miesfeld On Tue, Mar 11, 2014 at 8:37 AM, David Ashley w.david.ash...@gmail.comwrote: All - The download page on the main ooRexx web site is getting

Re: [Oorexx-devel] orxsock6 - Initial development Complete

2014-03-07 Thread Mark Miesfeld
Hi David, Good work on this. I'm still out of town. I'll try to test on Windows this weekend, but I just might not have enough time. -- Mark Miesfeld On Fri, Mar 7, 2014 at 9:24 AM, David Ashley w.david.ash...@gmail.comwrote: All - I think I am done with the initial development

Re: [Oorexx-devel] orxsock6 - Initial development Complete

2014-03-07 Thread Mark Miesfeld
Jon, It is probably a Linux build of the library. We would need a Windows build of the library. -- Mark Miesfeld On Fri, Mar 7, 2014 at 10:40 AM, Sahananda (Jon) Wolfers sahana...@windhorse.biz wrote: Hi David, Do you need to do any setup to run the tests? This is what I get just

Re: [Oorexx-devel] ooRexx 4.2.0 Files Uploaded

2014-02-23 Thread Mark Miesfeld
Thanks David, I'll send out an announcement notice this evening and make the folder visible. -- Mark Miesfeld On Sun, Feb 23, 2014 at 1:20 PM, David Ashley w.david.ash...@gmail.comwrote: Mark, Rick - I uploaded the following - all the *nix install files - all the docs The Build

[Oorexx-devel] Announce: The official release of ooRexx 4.2.0

2014-02-23 Thread Mark Miesfeld
The Open Object Rexx Project is happy to announce the official release of oRexx 4.2.0. The installation packages are now available on SourceForge at: https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0/ ooRexx 4.2.0 is an enhancement and bug fix release. The first new feature release in

Re: [Oorexx-devel] ooRexx 4.2.0 Survey

2014-02-22 Thread Mark Miesfeld
tools along with the ooRexx debug build. -- Mark Miesfeld -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http

Re: [Oorexx-devel] ooRexx 4.2.0 Survey

2014-02-21 Thread Mark Miesfeld
doing the Windows builds after this Saturday for 2 weeks. -- Mark Miesfeld On Fri, Feb 21, 2014 at 6:07 AM, David Ashley w.david.ash...@gmail.comwrote: All - How close are we to the release? All the issues I care about are resolved. Are there any left? David Ashley

Re: [Oorexx-devel] ooRexx 4.2.0 Survey

2014-02-21 Thread Mark Miesfeld
Okay. -- Mark Miesfeld On Fri, Feb 21, 2014 at 7:18 AM, David Ashley w.david.ash...@gmail.comwrote: Mark - Go ahead and shoot for Saturday. I will do the Linux builds on Sunday (my Saturday is busy). David Ashley On Fri, 2014-02-21 at 06:42 -0800, Mark Miesfeld wrote: I think we

Re: [Oorexx-devel] Debug downloads

2014-02-20 Thread Mark Miesfeld
++ debugger installed, and if so is it the Express version? -- Mark Miesfeld On Wed, Feb 19, 2014 at 7:47 AM, Mike Cowlishaw m...@speleotrove.com wrote: I'm not sure what the requirements for the *ix platforms would be, and I'm pretty sure we really don't want to do this for all of the flavors

Re: [Oorexx-devel] Debug downloads

2014-02-20 Thread Mark Miesfeld
. Looking up some details on windbg, reminded me that the debug build may not be helpful without the .pdb files that are produced during the compile? -- Mark Miesfeld -- Managing the Performance of Cloud-Based Applications Take

Re: [Oorexx-devel] Object Context

2014-02-18 Thread Mark Miesfeld
. Then in a method, if one of the args is a .Point object, I just get the CSelf struct and get the x an y attribute values directly from that. -- Mark Miesfeld On Tue, Feb 18, 2014 at 9:20 AM, David Ashley w.david.ash...@gmail.comwrote: I am in the middle of writing the new IPv6 sockets API and I have run

[Oorexx-devel] Announce: An updated ooTest-4.2.0-snapshot06 on SourceForge

2014-02-15 Thread Mark Miesfeld
A quick announcement that the ooTest-4.2.0-snapshot06 package has been updated and is now available for download from SourceForge: https://sourceforge.net/projects/oorexx/files/oorexxunit/4.2.0.Snapshot.06/? This snapshot represents the current state of the test suite used to test ooRexx 4.2.0.

Re: [Oorexx-devel] IPv6 rxsock Function Library

2014-02-11 Thread Mark Miesfeld
will need to make. If you want and need IPv6, then you will need to use the software that supplies it. If you don't want it, then you will be able to use ooRexx, but you won't have IPv6. -- Mark Miesfeld -- Android apps run

Re: [Oorexx-devel] IPv6 rxsock Function Library

2014-02-11 Thread Mark Miesfeld
stick with rxsock. I'm in favor of that, but since David is pushing this, I'm perfectly fine with whatever he wants to do. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime

Re: [Oorexx-devel] IPv6 rxsock Function Library

2014-02-11 Thread Mark Miesfeld
that supported both IPv4 and IPv6. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app

Re: [Oorexx-devel] IPv6 rxsock Function Library

2014-02-11 Thread Mark Miesfeld
. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new

[Oorexx-devel] Announce: ooTest-4.2.0-snapshot06 now available on SourceForge

2014-02-08 Thread Mark Miesfeld
A quick announcement that an ooTest-4.2.0-snapshot06 package is now available for download from SourcForge: https://sourceforge.net/projects/oorexx/files/oorexxunit/4.2.0.Snapshot.06/ This snapshot represents the current state of the test suite used to test ooRexx 4.2.0. There has been a lot of

Re: [Oorexx-devel] IPv6 Test Environment

2014-02-07 Thread Mark Miesfeld
environment. -- Mark Miesfeld -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk

Re: [Oorexx-devel] ooRexx 4.2.0 RC2 *nix Files Uploaded

2014-01-31 Thread Mark Miesfeld
a chance. Not later than this evening. -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends

[Oorexx-devel] Announce: ooRexx 4.2.0 Release Candidate 2 non available on SourceForge

2014-01-31 Thread Mark Miesfeld
The Open Object Rexx Project is happy to announce a release candidate for oRexx 4.2.0. The installation packages are available on SourceForge at: https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0%20%28release%20candidate%202%29/ A small number of bugs were discovered in the first

Re: [Oorexx-devel] Announce: ooRexx 4.2.0 Release Candidate 2 non available on SourceForge

2014-01-31 Thread Mark Miesfeld
. -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated setup - simply

Re: [Oorexx-devel] Test Failures on ooRexx 4.2.0

2014-01-30 Thread Mark Miesfeld
candidates. I have a release candidate 2 folder on SourceForge. We should rebuild all packages and put them there. Then I'll announce RC 2 and delete the older folder. I'm a little busy now, let's shot for getting everything updated over the weekend? -- Mark Miesfeld

Re: [Oorexx-devel] Test Failures on ooRexx 4.2.0

2014-01-30 Thread Mark Miesfeld
On Thu, Jan 30, 2014 at 8:25 AM, David Ashley w.david.ash...@gmail.comwrote: I usually take one of the overnight builds and make them release candidates. So just say go and I can be ready the next day. Go. After tonight's build. I think Rick is done. -- Mark Miesfeld

Re: [Oorexx-devel] ooRexx 4.2.0 Release

2014-01-28 Thread Mark Miesfeld
good to me. -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends. Skip the complicated

Re: [Oorexx-devel] ooRexx 4.2.0 Release

2014-01-28 Thread Mark Miesfeld
. I can put a new Windows builds on SourceForge tonight. I'll create a new folder release candidate 2. We can move the release from this weekend to the next, releasing on 2/10 instead of 2/3. If that fits David's schedule. -- Mark Miesfeld

Re: [Oorexx-devel] ooRexx 4.2.0 Release

2014-01-28 Thread Mark Miesfeld
. It seems to me the explanation in the installer is sufficient. But, you can open a doc bug for that and I'll add it. -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence

Re: [Oorexx-devel] oorexx 4.2.0 for 32 bit Windows - Unsafe, says Norton!!!

2014-01-21 Thread Mark Miesfeld
it is actually coming from NSIS. The other thing you can do is turn Norton off, run the installation, then turn Norton back on and have it scan the installation directory. I believe it will report the files are okay. -- Mark Miesfeld

[Oorexx-devel] Fwd: [No Reply] False Positive Submission [3393192]

2014-01-21 Thread Mark Miesfeld
This is the reply I got from Norton when I submitted the first beta file to them. As you can see they affirm it is a false positive and say they corrected it. -- Mark Miesfeld -- Forwarded message -- From: Symantec FP Incident Response falsepositi...@symantec.com Date: Sun, Dec

[Oorexx-devel] Fwd: [No Reply] False Positive submission (3393192)

2014-01-21 Thread Mark Miesfeld
Here is the submission report for 3393192. I couldn't find it at first or I would have forwarded if first. As you can see here, the file I submitted had a different file name. Which is why I think their correction may have been file name based. -- Mark Miesfeld -- Forwarded message

[Oorexx-devel] Fwd: [No Reply] False Positive submission (3415563)

2014-01-21 Thread Mark Miesfeld
about the file to submit it on their own. -- Mark Miesfeld -- Forwarded message -- From: falsepositi...@symantec.com Date: Tue, Jan 21, 2014 at 8:50 AM Subject: [No Reply] False Positive submission (3415563) To: miesf...@gmail.com Thank you for contacting Symantec. Your submission

Re: [Oorexx-devel] oorexx 4.2.0 for 32 bit Windows - Unsafe, says Norton!!!

2014-01-21 Thread Mark Miesfeld
Miesfeld On Tue, Jan 21, 2014 at 8:35 AM, Mark Miesfeld miesf...@gmail.com wrote: On Tue, Jan 21, 2014 at 6:49 AM, Oliver Sims oliver.s...@simsassociates.co.uk wrote: Just downloaded oorexx-4.2.0.windows.x86_32.exe to my XP machine. At end of download, Norton anti-virus popped up

[Oorexx-devel] Fwd: [No Reply] False Positive Submission [3415563]

2014-01-21 Thread Mark Miesfeld
Here is Symantec's reply to the submission of ooRexx-4.2.0.windows.x86_32.exe, saying yes it was a false positive. -- Mark Miesfeld -- Forwarded message -- From: Symantec FP Incident Response falsepositi...@symantec.com Date: Tue, Jan 21, 2014 at 7:01 PM Subject: [No Reply

[Oorexx-devel] Announce: ooRexx 4.2.0 Release Candidate now available on SourceForge

2014-01-20 Thread Mark Miesfeld
The Open Object Rexx Project is happy to announce a release candidate for ooRexx 4.2.0. The installation packages are available on SourceForge at: https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0%20%28release%20candidate%29/ ooRexx 4.2.0 is an enhancement and bug fix release. The

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-20 Thread Mark Miesfeld
sections for individual contributions. I see several things in the incubator that would be easier for ooRexx users to access if they could be downloaded from the Files download pages. They could go under user-contributions: decimalFormat keditMacros mod_oorexx ooRexxShell ZabrodskyAAT -- Mark

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Mark Miesfeld
for it. -- Mark Miesfeld -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments Everything In Between. Get

[Oorexx-devel] Moving towards an ooRexx 4.2.0 release?

2014-01-19 Thread Mark Miesfeld
on SourceForge and call them the release candidate. Then give it 10 days or 2 weeks and if no bugs are opened, do the release. Or ... ? -- Mark Miesfeld -- CenturyLink Cloud: The Leader in Enterprise Cloud Services

Re: [Oorexx-devel] Kedit utility - where to put it

2014-01-19 Thread Mark Miesfeld
SourceForge to fix or enhance the Download Snapshot so that it works the way I would intuitively expect it to work. -- Mark Miesfeld -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses

[Oorexx-devel] Announce: ooDialog version 4.2.3, official release, is now available on SourceForge

2014-01-18 Thread Mark Miesfeld
, and version. If the ooRexx version is less than 4.1.0, or if there is no installed ooRexx, the installer will abort with a message explaining the problem. Otherwise the installer will replace the current ooDialog with ooDialog 4.2.3. -- Mark Miesfeld for the ooRexx Development Team

Re: [Oorexx-devel] ooRexx Web Sites

2014-01-09 Thread Mark Miesfeld
reader. Is it still going? If so, does anyone have a url that can go in here? It is still going, although there are not as many posts as several years ago. This is the bookmark I use: https://groups.google.com/forum/?hl=en#!forum/comp.lang.rexx -- Mark Miesfeld

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Mark Miesfeld
the memory allocation for the virtual machine? I don't know much about virtual machines either. Can you temporarily up the memory and then decrease it? Supposedly, Publican 3.0 and later eased the problem somewhat, so I was surprised to see it on the build machine. -- Mark Miesfeld Thanks

Re: [Oorexx-devel] ooDialog Doc

2014-01-08 Thread Mark Miesfeld
-Users_Guide-Frequently_Asked_Questions.html#idp10662944 -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance

Re: [Oorexx-devel] Status ooRexx 4.2 branch on AIX

2013-12-27 Thread Mark Miesfeld
/oorexx/code-0/test/trunk -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [Oorexx-devel] THE Function registration problem

2013-12-23 Thread Mark Miesfeld
Rick, Reading your previous post I was going to reply that, on Windows, there is a reference count and MSDN says the library won't be unloaded until the count goes to 0. But, it looks like you've already seen that. ;-) -- Mark Miesfeld On Mon, Dec 23, 2013 at 5:41 AM, Rick McGuire object.r

[Oorexx-devel] Announce: ooDialog 4.2.3 release candidate now available

2013-12-22 Thread Mark Miesfeld
Installation packages for ooDialog 4.2.3, final release candidate, are now available on SourceForge at: https://sourceforge.net/projects/oorexx/files/ooDialog/4.2.3%20%28release%20canidate%29/ The ooDialog 4.2.3 release is a routine update, providing some incremental improvements and a few bug

[Oorexx-devel] What version of publican are you updating to?

2013-12-18 Thread Mark Miesfeld
HI David, I see you made some changes to the doc source for a newer version of Publican. I'll need to update my build environment to? What version of Publican are you using? -- Mark Miesfeld -- Rapidly troubleshoot

Re: [Oorexx-devel] What version of publican are you updating to?

2013-12-18 Thread Mark Miesfeld
Okay thanks Rick. I knew from experimenting a couple of months ago that the then current doc source wouldn't build under newer versions of Publican. That's why I suspected I would have problems unless I upgraded my Publican version. -- Mark Miesfeld On Wed, Dec 18, 2013 at 1:47 PM, Rick

Re: [Oorexx-devel] Problem Using EXPOSE

2013-12-17 Thread Mark Miesfeld
testmethod public expose fld1 fld2 fld1 = abcdef fld2 = 123456789ZZZ ::method testExposeAndLocal expose fld1 fld2 .local~fld1 = fld1 .local~fld2 = fld2 ::requires ooDialog.cls -- Mark Miesfeld -- Rapidly

Re: [Oorexx-devel] Windows installer: Finish page

2013-12-17 Thread Mark Miesfeld
here, or write a new web page designed to be shown here. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance

Re: [Oorexx-devel] Windows installer: Finish page

2013-12-17 Thread Mark Miesfeld
page should look like / do. We have more options here. For instance: 2 chkBx Show Open Object Rexx 4.2.0 Releases Notes (or Read Me file.) 3 hypLnk How to Get Started if You are New to Open Object Rexx Where #3 is specifically designed for the newbie -- Mark Miesfeld

Re: [Oorexx-devel] Hardware support in the readme files.

2013-12-16 Thread Mark Miesfeld
hardware. I suggest this: Any hardware capable of running a supported Windows operating systems is sufficient. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-15 Thread Mark Miesfeld
open whatever is decided on, or be left out. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects

Re: [Oorexx-devel] Docs

2013-12-15 Thread Mark Miesfeld
Definitely a big improvement. There is still the problem that Publican doesn't produce a decent index section. You can't go to the F's without scrolling through all the pages starting at % -- Mark Miesfeld On Sun, Dec 15, 2013 at 9:50 AM, David Ashley w.david.ash...@gmail.comwrote: All

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
on the developer's list and I'd like to encourage them to ask questions. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application

Re: [Oorexx-devel] How about adding the SQLLite support to the ooRexx distribution?

2013-12-13 Thread Mark Miesfeld
with no licensing issues at all. ooSQLite is a complete package. There is nothing an ooRexx users needs to install, or do, to use ooSQLite. It is what I choose to do. -- Mark Miesfeld -- Rapidly troubleshoot problems before

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-12 Thread Mark Miesfeld
will have a Create Desktop Icon check box which by default is unckecked. If the user checks it, a shortcut icon is created on the Desktop which, if double-clicked, opens up the ooRexx menu folder. If Rick and David are okay with that, I'll add it to the 4.2.0 release. -- Mark Miesfeld

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-12 Thread Mark Miesfeld
to the point of obscurity. ;-) (Walter that is only a joke, I'm just teasing you a little bit.) -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear

Re: [Oorexx-devel] Bug or Not?

2013-12-12 Thread Mark Miesfeld
to manually intervene to share a file with others than manually intervene to not share a file with others. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't

Re: [Oorexx-devel] Bug or Not?

2013-12-12 Thread Mark Miesfeld
Well good. Seem counter-intuitive at first glance. I'm glad you read the docs. -- Mark Miesfeld On Thu, Dec 12, 2013 at 2:42 PM, Rick McGuire object.r...@gmail.com wrote: If I'm reading the docs for umask correctly, the right fix is the easy fix. If we set the other bits on, the process

Re: [Oorexx-devel] 4.2.0 doc updates

2013-12-11 Thread Mark Miesfeld
and it wouldn't be any extra pain. Otherwise, I can branch docs/oodialog and docs/oodguide off somewhere now and fix up trunk after you've merged the 4.2.0 branch back to trunk. -- Mark Miesfeld -- Rapidly troubleshoot problems

Re: [Oorexx-devel] 4.2.0 doc updates

2013-12-11 Thread Mark Miesfeld
Okay, I'm good with that. -- Mark Miesfeld On Wed, Dec 11, 2013 at 6:57 AM, Rick McGuire object.r...@gmail.com wrote: yeah, we can do the back copy on a doc-by-doc basis when the time comes. I'm ok with that. I might even try doing a merge first rather than a replacement to maintain

Re: [Oorexx-devel] Class Diagram Replacements

2013-12-11 Thread Mark Miesfeld
Yes, whatever is easiest for you David. -- Mark Miesfeld On Wed, Dec 11, 2013 at 9:44 AM, Rick McGuire object.r...@gmail.com wrote: I'd say whatever you find easier, since you're doing the work. SVN allows us to recover anything you might delete accidentally and we also have back up

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-11 Thread Mark Miesfeld
. The program itself includes help that explains this, so I think it is actually a pretty good Rexx program. If you install Excel, you can't expect to be able to use it without a little research. -- Mark Miesfeld -- Rapidly

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-11 Thread Mark Miesfeld
installing a desktop icon serves much purpose. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects

Re: [Oorexx-devel] ooRexx does nothing visible when installed.

2013-12-11 Thread Mark Miesfeld
. Or all of the above. I did think about a tutorial, but I was still thinking about starting a tutorial we wrote and included as an application. A link to a website is a good idea. Linking to a page that was or include a list of how to get started things makes sense to me. -- Mark Miesfeld

Re: [Oorexx-devel] Inheritance Diagrams in RexxRef

2013-12-10 Thread Mark Miesfeld
David, I'd also like to see it done. If you will do it great. Putting it off until after the 4.2.0 release is fine with me though. -- Mark Miesfeld On Tue, Dec 10, 2013 at 7:52 AM, Rick McGuire object.r...@gmail.com wrote: I'm certainly in favor of removing the image versions

Re: [Oorexx-devel] Inheritance Diagrams in RexxRef

2013-12-10 Thread Mark Miesfeld
David, Sounds good to me. I was hoping to, maybe, do the release around Christmas if things went well. Wrapping things up around Christmas and doing the release in January is good. -- Mark Miesfeld On Tue, Dec 10, 2013 at 8:14 AM, David Ashley w.david.ash...@gmail.comwrote: All - I

Re: [Oorexx-devel] ooRexx 4.2 Docs

2013-12-09 Thread Mark Miesfeld
doc, and put the package back up on SourceForge. That seems easiest. -- Mark Miesfeld -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http

  1   2   3   4   5   6   7   8   9   10   >