Re: program works under winedbg but not under wine

2005-11-03 Thread Matheus Izvekov
On 11/3/05, James Liggett <[EMAIL PROTECTED]> wrote: > On Tue, 2005-11-01 at 23:34 -0200, Matheus Izvekov wrote: > > yes, i develop it in a windows xp environment. > > what kind of stack problem do you think might be related? > > i think its unlikely that its because of stack overflow, it uses very

Re: program works under winedbg but not under wine

2005-11-01 Thread James Liggett
Usually if something works under a debugger but not normally, that means there's some sort of stack problem. Does your program work perfectly on Windows? On Tue, 2005-11-01 at 20:57 -0200, Matheus Izvekov wrote: > Hi all > > This program works (with some small issues, but not really a problem > f

program works under winedbg but not under wine

2005-11-01 Thread Matheus Izvekov
Hi all This program works (with some small issues, but not really a problem for me right now) if i run it with winedbg and just type cont, but if i run it with wine, it will freeze somewhere before it creates the main window. The program is actually coded by me, and i can give the exe or the sour