Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Hello I've started to work on the win32 Cairo backend (winlib and glitz) I get prety (almost) black windows : Calculator and Gorm start and run :-) Well... when i'm lucky... In fact i need to insert some NSLog in my code _to_avoid_Gorm_crash_ !! These NSLog have to be at the right place, or Cal

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread David Wetzel
Xavier wrote: > In fact i need to insert some NSLog in my code to avoid Gorm > crash !! > These NSLog have to be at the right place, or Calculator fails > to > create windows did you try to run your app in gdb? setting a break point on [NSException raise] helps usually. Backtrace is also a help

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread Fred Kiefer
[EMAIL PROTECTED] schrieb: > I've started to work on the win32 Cairo backend (winlib and glitz) > I get prety (almost) black windows : Calculator and Gorm start and run :-) > > Well... when i'm lucky... > > In fact i need to insert some NSLog in my code _to_avoid_Gorm_crash_ !! > These NSLog have

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Selon David Wetzel <[EMAIL PROTECTED]>: > Xavier wrote: > > > In fact i need to insert some NSLog in my code to avoid Gorm > > crash !! > > These NSLog have to be at the right place, or Calculator fails > > to > > create windows > > did you try to run your app in gdb? > setting a break point on

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread xavier . glattard
Selon Fred Kiefer <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] schrieb: > > I've started to work on the win32 Cairo backend (winlib and glitz) > > I get prety (almost) black windows : Calculator and Gorm start and run :-) > > > > Well... when i'm lucky... > > > > In fact i need to insert some NSLog in

Re: Win32 Cairo backend : strange behavior...

2006-12-22 Thread Adam Fedor
On Dec 22, 2006, at 6:26 AM, [EMAIL PROTECTED] wrote: Selon David Wetzel <[EMAIL PROTECTED]>: Xavier wrote: I dont understand how a std output can corrupt a program or change the result of an opengl(glitz) call. IMHO the reason of all this is either : - a gcc 4.1 bug - a mingw bug - a vi

Re: Win32 Cairo backend : strange behavior...

2006-12-24 Thread xavier . glattard
Hello You are so right !! :-) I had to install the svn version of base and gui. No more crash :-) I dont understand why my backend was compile against the svn gui (012), not the installed gui (010)... Thanks ! I'm now working on these black windows... Xavier Selon Adam Fedor <[EMAIL PROTECT