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 source if anyone is interested. its a very small program (17kb uncompressed), and it just uses some common dlls (no CRT). the source is very small as well.
Thanks in advance
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 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 source if anyone is interested. its a very small program (17kb uncompressed), and it just uses some common dlls (no CRT). the source is very small as well.
Thanks in advance