Re: PhotoClip 0.2.3

2005-09-12 Thread Lloyd Dupont
mmhh.. I found it weird that an image manipulation program don't even have a screenshot on its main page ;-) - Original Message - From: Vaisburd, Haim [EMAIL PROTECTED] To: discuss-gnustep@gnu.org Sent: Monday, September 12, 2005 3:23 PM Subject: ANN: PhotoClip 0.2.3 Hello

Re: GDB debugging question

2005-09-12 Thread Richard Frith-Macdonald
On 2005-09-12 04:49:44 +0100 Lloyd Dupont [EMAIL PROTECTED] wrote: I'm trying to do some debuging using gdb on windows. On MacOSX I'm able to write 'break raise' and it shows me which function I could break into. On my (windows) computer the only thing I have found working so far is

strange (windows) program behavior

2005-09-12 Thread Lloyd Dupont
I have my program up and running, even running on a test laptop. This WE some people tested my installer and the installed application crashed. Out of curiosity I formatted the laptop and install my program on freshly installed XP laptop. And then it crashes too. Note: I didn't installed

Re: strange (windows) program behavior

2005-09-12 Thread Lloyd Dupont
One interesting breakthrough. If I installed GNUstep that fixes the problem and it works. Somehow it has to do with incorrect GNUstep initialization. - Original Message - From: Lloyd Dupont [EMAIL PROTECTED] To: GNUstep Discussion discuss-gnustep@gnu.org Sent: Monday, September

Re: Library dependency question

2005-09-12 Thread Chris Vetter
On Fri, 9 Sep 2005 17:06:10, Nicola wrote: Which operating system (etc) are you using ? FreeBSD 5.4-RELEASE GNUstep-core is daily snapshot from September 06, 2005 Exactly which error are you getting ? $ cd Example $ gmake Making all for tool example... Compiling file main.m ... Linking

Re: _NSUncaughtExceptionHandler Windows question

2005-09-12 Thread Quentin Mathé
Le 12 sept. 05 à 03:44, Lloyd Dupont a écrit : In my .NET binding, I didn't 'hard-link' with gnustep-base.dll because my C++ I set-up the exception handler this way: snip I can see only three possibilities ... 2. Something overwrote the address with zero after you set it. That was it!

gdomap problem

2005-09-12 Thread Chris Vetter
One more problem... chuck:root :0 gdomap -N No names currently registered with gdomap chuck:root :0 gdomap -L GNUstepGSPasteboardServer

Re: gdomap problem

2005-09-12 Thread Richard Frith-Macdonald
On 2005-09-12 14:55:44 +0100 Chris Vetter [EMAIL PROTECTED] wrote: One more problem... chuck:root :0 gdomap -N No names currently registered with gdomap chuck:root :0 gdomap -L GNUstepGSPasteboardServer Unable to find GNUstepGSPasteboardServer. chuck:root :0 gdomap -L GDNCServer

Really weird (Windows) Install problem

2005-09-12 Thread Lloyd Dupont
I try to understand what's really needed to run my GNUstep depending app. Now I've made some progress. Apparently I need to have the folder C:\GNUstep\Library (with it content) on my hard drive for my application to run What's extremely weird I did multiple install of GNUstep and now I'm

(Windows) has anyone successfully ship a product build on GNUstep?

2005-09-12 Thread Lloyd Dupont
Curiously my GNUstep product works well on my computer. I build a new test machine (with a newly formatted WindowsXP install) and it just doesn't work (crash when I call [NSColor whiteColor]) As a matter of test I 'installed' GNUstep with the old GNUstep installer. And while I was able to run