Re: Questions concering an application I maintain

2007-01-20 Thread Detlef Riekenberg
On Sa, 2007-01-20 at 17:29 +, Jacob Alberty wrote: GetCORSystemDirectory You need a newer wine: http://www.winehq.com/pipermail/wine-cvs/2006-December/028789.html -- By by ... Detlef

Re: Questions concering an application I maintain

2007-01-20 Thread Jacob Alberty
You are correct, I thought I remembered having that issue with 0.9.29 but apparently i was wrong, I tested against the latest git repository and nativemsi works. In the meantime I have managed to narrow the problem down to about 10 lines of code within the VCL and hope to have some code to

Re: Questions concering an application I maintain

2007-01-20 Thread Detlef Riekenberg
On So, 2007-01-21 at 12:54 +, Jacob Alberty wrote: I have managed to narrow the problem down to about 10 lines of code within the VCL and hope to have some code to exhibit the bug soon so that I can file a proper bug report. Great. This would help wine, when the VCL of Delphi works with

Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I am a delphi developer (not limited to this language, I have done several projects in C, C#, as well as assembly but for the purposes of this email I am a delphi developer). I am experiencing some weirdness in regards to the richedit control in regards to database access (Specifically

Re: Questions concering an application I maintain

2007-01-19 Thread Matt Finnicum
On 1/19/07, Jacob Alberty [EMAIL PROTECTED] wrote: I am a delphi developer (not limited to this language, I have done several projects in C, C#, as well as assembly but for the purposes of this email I am a delphi developer). I am experiencing some weirdness in regards to the richedit control in

Re: Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I'm not yet sure what the specific issue is with the richedit control yet, Its not behaving as it should in regards to saving information to a database in delphi (very delphi specific), So its going to take a lot of testing and debugging to determine where the fault lies exactly (if i replace

Re: Questions concering an application I maintain

2007-01-19 Thread Duane Clark
Jacob Alberty wrote: What method is best to watch the api interaction going on in my application so I can see if wine is returning any weirdness that it shouldnt (do normal windows api spy programs work under wine?). SPY++, at least older versions, work fine under Wine.

Re: Questions concering an application I maintain

2007-01-19 Thread Andreas Mohr
Hi, On Fri, Jan 19, 2007 at 02:12:49PM -0800, Duane Clark wrote: Jacob Alberty wrote: What method is best to watch the api interaction going on in my application so I can see if wine is returning any weirdness that it shouldnt (do normal windows api spy programs work under wine?). SPY++,

Re: Questions concering an application I maintain

2007-01-19 Thread Jacob Alberty
I'm aware of the WINEDEBUG stuff, just wanted to use something that gives me uniform results, the data it outputs is the same on wine as windows, to speed up comparison I've been going through a WINEDEBUG=+all and have found some points of interest, I just need data to compare that to on a real