Re: [Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-04 Thread Mark Miesfeld
On Thu, Feb 4, 2010 at 1:47 AM, Rick McGuire object.r...@gmail.com wrote: On Wed, Feb 3, 2010 at 11:32 PM, Mark Miesfeld miesf...@gmail.com wrote: What I was thinking was:  for the C++ API, add an API for AttachThread that took a parameter which marked the activity for that thread to avoid

Re: [Oorexx-devel] Long Running Program Just Dies

2010-02-03 Thread Mark Miesfeld
always been obvious where the exception was located. But, I've never used the express edition and from what you said originally, it doesn't seem to work exactly the same. -- Mark Miesfeld On Wed, Feb 3, 2010 at 5:53 AM, David Ruggles da...@safedatausa.com wrote: Is there any obvious way to know

[Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-03 Thread Mark Miesfeld
, but the couple times I did I saw the same thing. -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose

Re: [Oorexx-devel] Hangs with ooDialog and thread attached to Window Procedure thread

2010-02-03 Thread Mark Miesfeld
. -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long

Re: [Oorexx-devel] Long Running Program Just Dies

2010-02-02 Thread Mark Miesfeld
to that thread. Then what shows in the call stack window is the stack for that thread. -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best

Re: [Oorexx-devel] Build on XP with Visual Studio Express

2010-02-02 Thread Mark Miesfeld
this. It gets created automatically when it does a debug build. Are you using: makeorx DEBUG -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data

Re: [Oorexx-devel] Build on XP with Visual Studio Express

2010-02-02 Thread Mark Miesfeld
David, Device is not ready is an operating system message when it can't write to a disk. It looks like you might have a disk problem. Is the disk full? Doy you have SRC_DRV pointing to a writable disk? I.e., not your DVD drive or a network drive that is not attached? -- Mark Miesfeld On Tue

Re: [Oorexx-devel] Build on XP with Visual Studio Express

2010-02-02 Thread Mark Miesfeld
the first option  If NO_BUILD_LOG is set, do not redirect to a log.  Check for the 'package' option  Check for the type of build The device is not ready. The device is not ready. Right there above is where it tried to create the directories, and the OS says there is a problem. -- Mark Miesfeld

Re: [Oorexx-devel] Long Running Program Just Dies

2010-01-29 Thread Mark Miesfeld
should be a popup message box giving you the option to start the debugger when the crash happens. I'm not sure why that doesn't happen. -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage, colocation

Re: [Oorexx-devel] Odd OODialog Font Issue

2010-01-28 Thread Mark Miesfeld
= self~create(0, 0, width, height, title, , , System, 10) -- or maybe 8 Let me know if that works. If not, I'll need to the example program. -- Mark Miesfeld -- The Planet: dedicated and managed hosting, cloud storage

Re: [Oorexx-devel] terminate called after throwing an instance of 'ActivityException'

2010-01-24 Thread Mark Miesfeld
rexxinstance is written? I.e., it would need to print out the condition message itself, but doesn't because it is just a test program. -- Mark Miesfeld -- Throughout its 18-year history, RSA Conference consistently

Re: [Oorexx-devel] terminate called after throwing an instance of 'ActivityException'

2010-01-24 Thread Mark Miesfeld
())) { printf(LibraryPackage::getPackagTable() lib.load failed for name=%s\n, libraryName-getStringData()); Looks like I'm going to have to give up for today. ;-( Have a dinner appointment. -- Mark Miesfeld -- Throughout its 18

Re: [Oorexx-devel] Still having problems with DetachThread() / ooDialog

2010-01-23 Thread Mark Miesfeld
number, like do 40 or maybe just add a 0 to make it 100. It could be that your system is faster than what I'm on right now. -- Mark Miesfeld -- Throughout its 18-year history, RSA Conference consistently attracts

Re: [Oorexx-devel] Still having problems with DetachThread() / ooDialog

2010-01-23 Thread Mark Miesfeld
On Sat, Jan 23, 2010 at 4:07 PM, Rick McGuire object.r...@gmail.com wrote: On Sat, Jan 23, 2010 at 7:05 PM, Mark Miesfeld miesf...@gmail.com wrote: Okay.  I'm on 64-bit XP.  I don't see how that would make a difference.  I'll do some more investigation. So what you see is something like

Re: [Oorexx-devel] Still having problems with DetachThread() / ooDialog

2010-01-23 Thread Mark Miesfeld
On Sat, Jan 23, 2010 at 5:18 PM, Mark Miesfeld miesf...@gmail.com wrote: On Sat, Jan 23, 2010 at 5:06 PM, Rick McGuire object.r...@gmail.com wrote: H, this probably requires some tracking on the AttachThread() call to figure out why this is created as a nested attach. grin  That's what I

Re: [Oorexx-devel] Still having problems with DetachThread() / ooDialog

2010-01-23 Thread Mark Miesfeld
and see if it clears things up.  We need to make sure we run the entire test suite before checking that fix in though! Well the change certainly fixes things for me. I'll run the test suite and more before I check it in. -- Mark Miesfeld

[Oorexx-devel] Some questions on C++ API DetachThread()

2010-01-22 Thread Mark Miesfeld
-dlgProcContext = NULL; } In thread 2, it is guaranteed that the SendMessage() is invoked before any DetachThread() is done. But, it is not guaranteed that it has returned from myMethod(). Is that going to cause problems? When, it does return, dlgProcContext will not be used again. -- Mark Miesfeld

Re: [Oorexx-devel] Some questions on C++ API DetachThread()

2010-01-22 Thread Mark Miesfeld
On Fri, Jan 22, 2010 at 1:40 PM, Rick McGuire object.r...@gmail.com wrote: On Fri, Jan 22, 2010 at 4:25 PM, Mark Miesfeld miesf...@gmail.com wrote: In thread 2, it is guaranteed that the SendMessage() is invoked before any DetachThread() is done.  But, it is not guaranteed that it has

Re: [Oorexx-devel] Opinions Wanted

2010-01-09 Thread Mark Miesfeld
to say the well known documentation on the API is the authority. -- Mark Miesfeld -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support

Re: [Oorexx-devel] C++ API Question

2010-01-07 Thread Mark Miesfeld
of the String/CSTRING methods will work for the conversion. Is there a way to do this? One form of the NewString() takes a length argument. That should do the trick. Page 198 in rexxprg.pdf -- Mark Miesfeld

Re: [Oorexx-devel] Using the addcheckbox method

2010-01-04 Thread Mark Miesfeld
it uses DATA10. It is actually rather difficult to predict what the attribute name is going to be; you're probably better off naming it explicitly in your code. -- Mark Miesfeld -- This SF.Net email is sponsored

Re: [Oorexx-devel] Using the addcheckbox method

2010-01-04 Thread Mark Miesfeld
on the button checked it, -- do what you want end else do -- The click just unchecked the button, -- do what you want. end ... Your dialog has to inherit AdvancedControls -- Mark Miesfeld

Re: [Oorexx-devel] Using the addcheckbox method

2010-01-04 Thread Mark Miesfeld
On Mon, Jan 4, 2010 at 1:05 PM, Mark Miesfeld miesf...@gmail.com wrote: On Mon, Jan 4, 2010 at 12:51 PM, David Ruggles da...@safedatausa.com wrote: Ok, thank you. That is what I did and it works. However, the next question I have is can I have it do something when the check box is changed

Re: [Oorexx-devel] Hostemu

2009-12-28 Thread Mark Miesfeld
get invoked. This makes ne think that there is some kind of linking problem with GrxHost that is not showing up until run time. David, I'll take a look at it. Probably have to be after Wednesday though. -- Mark Miesfeld

Re: [Oorexx-devel] oodialog : questions about syntax diagrams

2009-12-19 Thread Mark Miesfeld
On Sat, Dec 19, 2009 at 3:42 PM, Mark Miesfeld miesf...@gmail.com wrote: the argument is required, it close on the same line as the method Another typo, grin should read: it goes on the same line as the method -- Mark Miesfeld

Re: [Oorexx-devel] Proposition : would like to fix the doc for parsing the syntax diagrams

2009-12-16 Thread Mark Miesfeld
toolset. Jean-Louis, if there is no impact on the current doc build, I don't have any problem with you making the changes. -- Mark Miesfeld -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage

Re: [Oorexx-devel] New Win Build Problem

2009-12-15 Thread Mark Miesfeld
1.0 It has the following file for download: nsis_plugins_unzip_in_plugin_directory.zip That file has the needed plugins if you can't find them on the system. That should solve the problem. -- Mark Miesfeld

Re: [Oorexx-devel] A proposition for better image quality in PDF documentation

2009-12-08 Thread Mark Miesfeld
for the PDF doc. I've noticed blurry images several time. Just not interested enough to spend any time on it. grin If it doesn't have any adverse impact on anything else, sounds good to me. -- Mark Miesfeld -- Return

Re: [Oorexx-devel] A proposition for better image quality in PDF documentation

2009-12-08 Thread Mark Miesfeld
a snapshot picture of it in what ever format you need. -- Mark Miesfeld -- Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev

Re: [Oorexx-devel] Mod_Rexx 2.0 - help/input for a seminarpaperneeded

2009-11-29 Thread Mark Miesfeld
On Sun, Nov 29, 2009 at 12:50 PM, Robert Maschek h8952...@wuw.at wrote: Mark Miesfeld wrote: Note that it is very easy to get your own Windows version built from SVN trunk. Simply go to: http://build.oorexx.org/build.html I tried this today but it seems that there's a server problem

Re: [Oorexx-devel] Discuss: Should we do a bug fix update?

2009-11-13 Thread Mark Miesfeld
to discuss it. I do think doing more frequent bug-fix releases is beneficial to the users. The first part of January is a good time to take a look at doing it. -- Mark Miesfeld -- Let Crystal Reports handle the reporting

Re: [Oorexx-devel] ooRexx Build Machine Upgrade

2009-11-10 Thread Mark Miesfeld
Shouldn't bother me David. Thanks for the update. -- Mark Miesfeld On Tue, Nov 10, 2009 at 5:25 PM, David Ashley david.ashley@gmail.com wrote: All - During the week of Thanksgiving here in the US (week of Nov 23) I am planning to upgrade the Build Machine to the latest version of Fedora

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Mark Miesfeld
constant to compile now. I just built on an old system of mine and get the same error, so I'll look closer at fixing the compile error. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008

Re: [Oorexx-devel] Cannot compile ooRexx for Windows using latest rev. 5307

2009-11-07 Thread Mark Miesfeld
On Sat, Nov 7, 2009 at 8:16 AM, Mark Miesfeld miesf...@gmail.com wrote: On Sat, Nov 7, 2009 at 8:03 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: Just went to http://msdn.microsoft.com/en-us/windows/bb980924.aspx which offers a SDK supporitng Windows 7 (dated August 2009) and one

Re: [Oorexx-devel] Mod_Rexx 2.0 - help/input for a seminarpaper needed

2009-11-01 Thread Mark Miesfeld
. Simply go to: http://build.oorexx.org/build.html Set the system for the build to Windows and the build make target to EXE. -- Mark Miesfeld Actually, I consider the documentation for Mod_Rexx and Mod_ooRexx to be pretty good. But the weak are is examples. It needs a lot more of them

Re: [Oorexx-devel] DocBook problems

2009-10-29 Thread Mark Miesfeld
is. Thanks David. It's just tough to figure out where the offending hyperlink is. I guess I just need to compile often to catch a problem before I've made too many changes. -- Mark Miesfeld -- Come build with us

Re: [Oorexx-devel] DocBook problems

2009-10-28 Thread Mark Miesfeld
On Wed, Oct 28, 2009 at 7:57 AM, Mark Miesfeld miesf...@gmail.com wrote: It's the same problem I had quite awhile ago.  The build process for oodialog.pdf ends with this: ! pdfTeX error (ext4): \pdfendlink ended up in different nesting level than \pd fstartlink. to be read again

Re: [Oorexx-devel] A problem, uncovered under Linux, how to proceed ?

2009-10-13 Thread Mark Miesfeld
, by today's standards, this could be the cause. This is especially likely on a Debian system, which by default does not install a high memory enabled kernel. The default Debian install will use a kernel image limited to around 800 megabytes, even if you have much more memory in your system. -- Mark

Re: [Oorexx-devel] The .nil object and the Pointer class

2009-10-12 Thread Mark Miesfeld
create a null .Pointer object and add it to the .local directory. Then in the Rexx code for ooDialog I can get a null .Pointer object from .local. I use the name NullHandle. So, .NullHandle in Rexx code gives me the argument I need to send to a native API method. -- Mark Miesfeld

Re: [Oorexx-devel] Groan!!!!!!!!!!!!!

2009-10-08 Thread Mark Miesfeld
Windows 7 because I need to rearrange some partitions on one of my systems to do it. -- Mark Miesfeld -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend

[Oorexx-devel] ArraySize(), ARGLIST, C++ API

2009-10-08 Thread Mark Miesfeld
on? I.e. self~test(1, 2, , , 5) produces 5 as the size of the arg list array. So does: self~test(1, 2, , , 5, , , ,) or self~test(1, 2, 3, 4, 5) Not as exciting as 128 bits ... -- Mark Miesfeld -- Come build with us

Re: [Oorexx-devel] ooRexx V4 installer for Mac

2009-10-01 Thread Mark Miesfeld
than no installer for some Mac users. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills

Re: [Oorexx-devel] VALUE failure

2009-10-01 Thread Mark Miesfeld
the release code to fix value() on Mac, maybe we should open a bug so we don't forget about it and rewrite those sections? (I'll do the rewrite.) Or, I can just apply the patch. Or ... ? -- Mark Miesfeld -- Come build with us

Re: [Oorexx-devel] VALUE failure

2009-10-01 Thread Mark Miesfeld
. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications

Re: [Oorexx-devel] ooRexx Subprojects

2009-09-30 Thread Mark Miesfeld
for the documentation along with the other documentation. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

Re: [Oorexx-devel] ooRexx V4 installer for Mac

2009-09-30 Thread Mark Miesfeld
On Tue, Sep 29, 2009 at 3:12 PM, CVBruce cvbr...@gmail.com wrote: The only thing that I've added are some shell scripts to remove V3, and provide links to V4.  I will continue to work on the following shortcomings: I would like to get rxapi squared away so that it can be run as a true daemon

[Oorexx-devel] FYI test suite and low memory Linux systems

2009-09-30 Thread Mark Miesfeld
. And all the temporary files were deleted at the end of the run. I am pretty sure that this was the cause of what David was seeing back in the beta stage on s390x. If you recall he reported a bunch of test cases failing and also that the temporary files were not getting deleted. -- Mark Miesfeld

Re: [Oorexx-devel] ooRexx V4 installer for Mac

2009-09-30 Thread Mark Miesfeld
the post 4.0.0 release code. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take

Re: [Oorexx-devel] Some theory / philosophy on refactoring (existing public) classes

2009-09-30 Thread Mark Miesfeld
the idea out here first. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry

Re: [Oorexx-devel] VALUE failure

2009-09-30 Thread Mark Miesfeld
on Windows. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile

Re: [Oorexx-devel] VALUE failure

2009-09-30 Thread Mark Miesfeld
. But, it doesn't seem to work under 3.2.0 either -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your

Re: [Oorexx-devel] VALUE failure

2009-09-30 Thread Mark Miesfeld
. It seems to work in Linux though. I usually work on Windows. I booted up a Linux system to look at this earlier, I'd have to boot up a system again to look more closely at the array. -- Mark Miesfeld -- Come build with us

Re: [Oorexx-devel] ooRexx API Problem on Windows

2009-09-28 Thread Mark Miesfeld
of the method does not work at all. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry

Re: [Oorexx-devel] Windows Debugging Help

2009-09-28 Thread Mark Miesfeld
functionality. -- Mark Miesfeld On Mon, Sep 28, 2009 at 2:05 PM, David Ashley david.ashley@gmail.com wrote: All - It has been a very long time since I used the Windows debugger and I need a little help. I am trying to produce a stack trace from an execution of Apache httpd. Here are the steps

Re: [Oorexx-devel] rxmath

2009-09-25 Thread Mark Miesfeld
that we would replace them if: we reach a consensus on what to replace them with and / or someone volunteers to do all the work. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA

Re: [Oorexx-devel] Syntax

2009-09-24 Thread Mark Miesfeld
--+---+--)-                                       +--, precision--+ Pls set me straight You seem to have left out this sentence: The --- symbol indicates the end of a statement. So, yes the above is a statement. -- Mark Miesfeld

Re: [Oorexx-devel] Some theory / philosophy on refactoring (existing public) classes

2009-09-22 Thread Mark Miesfeld
to do, unless there are objections, or cons to the proposal I've overlooked. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year

Re: [Oorexx-devel] Some theory / philosophy on refactoring (existing public) classes

2009-09-22 Thread Mark Miesfeld
substitute for knowledgeable experience. ;-) -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills

Re: [Oorexx-devel] Building RPM

2009-09-20 Thread Mark Miesfeld
but a makefile thing: [Oorexx-svn] SF.net SVN: oorexx:[5193] main/trunk/Makefile.am The rpm build works fine now. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only

Re: [Oorexx-devel] Building RPM

2009-09-18 Thread Mark Miesfeld
haven't built a rpm for a little bit, something may have slipped in. The release code definitely builds a rpm of course. -- Mark Miesfeld -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only

Re: [Oorexx-devel] ooRexx Build Machine Available

2009-09-15 Thread Mark Miesfeld
requesting a WinXP build. I don't get the e-mail notice when requesting the WinXP build. That's not a big deal to me, I know when I requested a build, I know about when it should be done. grin Just thought I'd let you know. -- Mark Miesfeld

Re: [Oorexx-devel] ooRexx Build Machine Available

2009-09-15 Thread Mark Miesfeld
On Tue, Sep 15, 2009 at 8:36 AM, David Ashley david.ashley@gmail.com wrote: I think I have the email notification fixed for the WinXP builds. Try it an let me know. David, it did work, I got the e-mail. -- Mark Miesfeld

[Oorexx-devel] Some theory / philosophy on refactoring (existing public) classes

2009-09-14 Thread Mark Miesfeld
work. In all programs where the methods currently don't work, they would still not work. Any thoughts on this? -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

[Oorexx-devel] In native API can you compare a string to the NullString()

2009-09-12 Thread Mark Miesfeld
-NullString() ) { // okay we have an empty string ... } Would an arbitrary string object, that happened to equal compare true to context-NullString()? -- Mark Miesfeld -- Let Crystal Reports handle

Re: [Oorexx-devel] Stashing Rexx class objects in an external native library

2009-09-10 Thread Mark Miesfeld
. If the uninit is not run until the object is garbage collected and the object is not garbage collected until the global reference is released, it seems a little circular. ? Should I not worry about releasing the reference, or is there a better place / way to release it? -- Mark Miesfeld

Re: [Oorexx-devel] Still a little confused with the ForwardMessage() API

2009-09-08 Thread Mark Miesfeld
Okay, thanks. I marked that answer as 'starred' in GMail. Hopefully I can find it again the next time. grin -- Mark Miesfeld On Tue, Sep 8, 2009 at 9:20 AM, Rick McGuireobject.r...@gmail.com wrote: On Tue, Sep 8, 2009 at 12:12 PM, Mark Miesfeldmiesf...@gmail.com wrote: I'm not quite sure

[Oorexx-devel] Still a little confused with the ForwardMessage() API

2009-09-08 Thread Mark Miesfeld
. But, I guess that is wrong and it should really be: RexxObjectPtr result = c-ForwardMessage(NULL, NULL, super, newArgs); Because super is class scope, not the object the message is forwarded to. Is that correct? What does an unscoped method mean? -- Mark Miesfeld

Re: [Oorexx-devel] CSelf and mixin classes

2009-09-08 Thread Mark Miesfeld
circumstance, but just worked around it for now so I could continue to make progress. But, here there is no good temp work around.) I'm not really sure of what to expect here. -- Mark Miesfeld -- Let Crystal Reports handle

Re: [Oorexx-devel] CSelf and mixin classes

2009-09-08 Thread Mark Miesfeld
classes, would always return the WindowBase CSelf, I could work with that. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration

Re: [Oorexx-devel] CSelf and mixin classes

2009-09-08 Thread Mark Miesfeld
+{ +// ask the object to figure this out +return ((RexxObject *)o)-getCSelf((RexxObject *)s); +} +catch (RexxNativeActivation *) +{ +} +return NULL; +} -- Mark Miesfeld -- Let Crystal

Re: [Oorexx-devel] CSelf and mixin classes

2009-09-08 Thread Mark Miesfeld
of the method. The GetCSelf() then is a handy shortcut. -- Mark Miesfeld On Tue, Sep 8, 2009 at 2:10 PM, Rick McGuireobject.r...@gmail.com wrote: Ok, I've added a couple of new APIs.  The first is a GetCSelf() API that will return the same value that would normally be passed as a CSELF argument

Re: [Oorexx-devel] Stashing Rexx class objects in an external native library

2009-09-08 Thread Mark Miesfeld
Okay. Well yeah, I shouldn't assume the garbage collector will never be rewritten. -- Mark Miesfeld On Tue, Sep 8, 2009 at 4:42 PM, Rick McGuireobject.r...@gmail.com wrote: Yes, this is safecurrently.  However, the success of this depends entirely on the characteristics of the garbage

[Oorexx-devel] Speaking of the garbage collector ..

2009-09-08 Thread Mark Miesfeld
I'll attach the stack traces, in a file, for doing the break several times so you can look at it when you have time. -- Mark Miesfeld show.rick Description: Binary data -- Let Crystal Reports handle the reporting - Free

Re: [Oorexx-devel] Speaking of the garbage collector ..

2009-09-08 Thread Mark Miesfeld
, sizeof(CDynamicDialog)); memset sizeof CDynamicDialog. -- Mark Miesfeld On Tue, Sep 8, 2009 at 6:05 PM, Mark Miesfeldmiesf...@gmail.com wrote: I seem to have created a situation where the garbage collector gets in an infinite loop. I added one section of code where I create a RexxBufferObject

[Oorexx-devel] Unguarded methods question

2009-09-06 Thread Mark Miesfeld
handleThings unguarded ... self~handleThisStuff(args) -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment

[Oorexx-devel] Can't call RexxVariablePool() from a method context?

2009-09-05 Thread Mark Miesfeld
can just rewrite the whole code block to use the new API, but I wanted to see if my first take on this is correct. I.e., you can not call RexxVariablePool() from a method context? -- Mark Miesfeld -- Let Crystal Reports

[Oorexx-devel] Unexpected behavior in API with RexxStemObject

2009-09-04 Thread Mark Miesfeld
1 when a stem was not passed to begin with. It is surprising to me that after the return ~isA() still says the object is not a stem, yet it behaves as a stem. I don't have any real problem with it, but the behavior would seem to be hard to explain. -- Mark Miesfeld C:\work.ooRexx\ooTest\4.x

Re: [Oorexx-devel] Trying to create a new build from trunk ... (Re: Request for ideas ...

2009-09-03 Thread Mark Miesfeld
Pull in my last commit and see if it works. -- Mark Miesfeld On Thu, Sep 3, 2009 at 8:39 AM, Rony G. Flatscherrony.flatsc...@wu-wien.ac.at wrote: Mark, I would suggest that if you have found a scenario where you are pretty sure you always get the crash, you try that scenario using

Re: [Oorexx-devel] ooRexx Build Machine Available

2009-09-02 Thread Mark Miesfeld
Great David. I didn't have any throuble reaching it. -- Mark Miesfeld On Wed, Sep 2, 2009 at 12:19 PM, David Ashleydavid.ashley@gmail.com wrote: All - After more struggles with ATT the build machine is now available again. There is, however, something you should know. Any attempt

Re: [Oorexx-devel] Native API, call context, method context, ...

2009-09-02 Thread Mark Miesfeld
pointer in some of the OLE native functions before. It was for a different reason, but should have been enough to give me a hint if I had been thinking. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free

[Oorexx-devel] CSelf and mixin classes

2009-08-24 Thread Mark Miesfeld
); } Remember, wb_getHwnd is mapped to WindowBase::hwnd(). But pCSelf seems to now be a pointer to a CDialogControl struct, rather than a pointer to a CWindowBase struct. Is this perhaps a bug, or am I more than usually confused? -- Mark Miesfeld

Re: [Oorexx-devel] CSelf and mixin classes

2009-08-24 Thread Mark Miesfeld
the DialogControl CSELF. We don't have to call it a bug, grin, but it does seem like a good thing to change in trunk for the next release. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day

Re: [Oorexx-devel] CSelf and mixin classes

2009-08-24 Thread Mark Miesfeld
.  This essentially saws off the one involved with WindowBase. Okay, thanks. I still didn't quit get it. That's why in the init_windowBase I saw self as a TestDialog. (PlainBaseDialog and DialogControl are sort of mirrors here in that they both inherit WindowBase.) -- Mark Miesfeld

Re: [Oorexx-devel] A little confused about super class

2009-08-16 Thread Mark Miesfeld
Okay, thanks. That makes sense. -- Mark Miesfeld On Sun, Aug 16, 2009 at 12:26 PM, Rick McGuireobject.r...@gmail.com wrote: The value of SUPER depends upon the context of the method you are in. If you're in a method defined by the DialogControl class, then super will be Object.  If you

[Oorexx-devel] Moving ooTest 4.0.0 back to branches

2009-08-15 Thread Mark Miesfeld
change a release source tree policy we have. Just didn't want to do this without letting you know the reason behind it. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

[Oorexx-devel] I've uploaded 4.0.0 release packages to SourceForge

2009-08-15 Thread Mark Miesfeld
David / Rick, I've uploaded all the release packages I'm going to build, Windows, Debian, the older SuSE's, etc. The same ones I had been building. I thought I'd let David make the formal announcement, he has a better PR voice than I do. grin Looks like we finally made it. -- Mark Miesfeld

Re: [Oorexx-devel] Time to cut the release branch?

2009-08-12 Thread Mark Miesfeld
release versions. I e-mailed the team lead for the couple of people that had opened the earlier memory / handle leak bugs and never got a reply. I think we should go ahead and start building the official release also. But, I don't think I can get to it until Saturday. -- Mark Miesfeld

[Oorexx-devel] An ooTest 4.0.0 branch is created

2009-08-09 Thread Mark Miesfeld
branch. I'll monitor the commits and if I think a commit to trunk is applicable to the 4.0.0 branch, I'll merge the commit into the branch. The 3.2.0 branch is moved to released and I'll no longer update that. And, to tell the truth I had not been updating it for some time now. -- Mark Miesfeld

Re: [Oorexx-devel] Is 4.0 Ready?

2009-08-07 Thread Mark Miesfeld
the same group, I would like to see some reply from them. I'll follow up with an e-mail to their project lead. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial

Re: [Oorexx-devel] Is 4.0 Ready?

2009-08-07 Thread Mark Miesfeld
David, That sounds good to me, I'm okay with it. -- Mark Miesfeld On Fri, Aug 7, 2009 at 12:19 PM, David Ashleydavid.ashley@gmail.com wrote: Ok, I think we have a consensus. Let's try to have all the fixes in by Monday and then we can spend that week putting the release together

Re: [Oorexx-devel] INSTALL readme file in 4.0branch

2009-08-07 Thread Mark Miesfeld
Looks good to me Rainer. -- Mark Miesfeld On Fri, Aug 7, 2009 at 12:46 PM, Rainer Tammertam...@tammer.net wrote: Hello, I think that the last paragraph in the INSTALL read me should be changed: Suggestion: snip --- Checkout, Build, and Install

Re: [Oorexx-devel] recent changes to TRUNK break socket samples

2009-08-02 Thread Mark Miesfeld
the stem name in the form: name.! Because of the doc, the change is sure to break a lot of people's existing programs. I'm sure Rick will fix when he gets a chance. -- Mark Miesfeld -- Let Crystal Reports handle the reporting

Re: [Oorexx-devel] ooRexx DOC build env

2009-08-02 Thread Mark Miesfeld
     = 7.4.5 with passivetex installed Rainer, I never paid attention to the versions. On Linux I just installed the latest versions available at the time, and everything seemed to work. -- Mark Miesfeld -- Let Crystal Reports

Re: [Oorexx-devel] Question 1 ad CString(): not leaving \n untouched?

2009-08-02 Thread Mark Miesfeld
. Because I have tried in the past to put new lines in error messages. If it has always been this way, then you would need to open an enhancement instead of a bug. (My memory is not always the best however.) -- Mark Miesfeld

Re: [Oorexx-devel] Question 2 ad CString(): not leaving UTF chars untouched ?

2009-08-01 Thread Mark Miesfeld
length. -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application

Re: [Oorexx-devel] Question 1 ad CString(): not leaving \n untouched?

2009-08-01 Thread Mark Miesfeld
; } -- Mark Miesfeld -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding

Re: [Oorexx-devel] ooRexx 4.0.0 RC3 / AIX 6.1 - update

2009-07-27 Thread Mark Miesfeld
changed. Things would hang. I had to completely remove ooRexx from the system and completely redo the build. -- Mark Miesfeld On Mon, Jul 27, 2009 at 5:25 AM, Rainer Tammertam...@tammer.net wrote: Hello Rick, Rick McGuire wrote: This really sounds to me like you might somehow be picking up

[Oorexx-devel] ooRexx 4.0 Release Candidate Three Now Available

2009-07-26 Thread Mark Miesfeld
The ooRexx Team has just built a third release candidate for ooRexx 4.0.0. The build is now available on SourceForge https://sourceforge.net/project/showfiles.php?group_id=119701 The team feels we are getting close to the final release. Thanks to everyone for their continued testing. The

[Oorexx-devel] The SourceForge interface

2009-07-26 Thread Mark Miesfeld
to show release notes to the user anymore because it is too confusing. It's possible that only a project admin can do it. -- Mark Miesfeld -- ___ Oorexx-devel mailing list Oorexx

Re: [Oorexx-devel] [Fwd: [IANA #253037] Application for port-number: rxapi]

2009-07-24 Thread Mark Miesfeld
On Fri, Jul 24, 2009 at 6:35 AM, David Ashleydavid.ashley@gmail.com wrote: As you can see from the attached message our request for our own port number has been approved! Wow, that's cool. I had thought this was something that would take a long time, but it was pretty quick. -- Mark

<    4   5   6   7   8   9   10   11   12   13   >