IP address works but Servername crashes...

2005-10-28 Thread Esko Woudenberg
I have an app that works fine when connecting to a Firebird database server by IP address but crashes when trying to connect by server name... Would I be correct in guessing that wine does not bother looking for WINS server when trying to resolve a name to an address? (Note that wine crashes as o

Re: AVI problem (WINEDEBUG listing)

2005-10-27 Thread Esko Woudenberg
I rebuilt app after putting AVI back in and is this what you are looking for? (Last part of WINEDEBUG=+animate ) I would like to help in any way I can but not quite sure how to go about it... trace:animate:ANIMATE_WindowProc hwnd=0x1007a msg=81 wparam=0 lparam=403e94f8 trace:animate:ANIMATE_Cr

AVI problem AND one I am not sure of...

2005-10-27 Thread Esko Woudenberg
Thanks for the fix to the length of reported string fix... I had a small .AVI file on a progress bar form that caused wine to crash... Is there a known problem with wine and the little animated icons (avi files)? For testing I temporarily removed the avi from the progress indication form and con

fixme:win:LockWindowUpdate

2005-09-27 Thread Esko Woudenberg
There are several parts of a C++ Builder app I am working on that try to call the LockWindowUpdate() WIN32 api call it appears to result in a wine crash with the following error: fixme:win:LockWindowUpdate (0x2002a), partial stub! Where do I go to find out who (if anyone) is working on support

Thanks for your quick reply...

2005-09-22 Thread Esko Woudenberg
Would I be correct in guessing that: "Relayexclude"="RtlEnterCriticalSection;RtlLeaveCriticalSection; _EnterSysLevel;_LeaveSysLevel;_CheckNotSysLevel;NtCurrentTeb; LdrAccessResource;RtlUpperChar;kernel32.97;kernel32.98;TlsGetValue" are generally not important messages for debugging? (and also is +

Newbie Wine question... Borland C++ Builder and Firebird via FIBplus

2005-09-22 Thread Esko Woudenberg
I have a Borland C++ Application (with full source code) that I am trying to get to run under Wine 20050830. (I plan on switching to CVS builds once I see some progress) I keep getting "segmentation fault" when running the app. I found info on WINEDEBUG and am currently running it set to +relay