Re: Mac OS "crash" - Mailing list pgadmin-hackers

From Andreas Pflug
Subject Re: Mac OS "crash"
Date
Msg-id 405B120B.6030905@pse-consulting.de
Whole thread Raw
In response to Re: Mac OS "crash"  (Adam H.Pendleton <fmonkey@fmonkey.net>)
List pgadmin-hackers
Adam H.Pendleton wrote:

>
> On Mar 19, 2004, at 5:13 AM, Andreas Pflug wrote:
>
>>>
>> Are the *.xrc files present there?
>> For testing purposes, you could change that #ifdef embracint that
>> part of code, to use embedded xrc dialogs instead of loading them
>> from file. Since usually xrc dialogs are piggy-backed on the
>> executable, I didn't bother about debug code here.
>
>
> Yeah, the .xrc files are there; the function should work as far as I
> can tell.  I was going to try removing the "*.xrc" and see what
> happened.  I will also try forcing the embedded XRC dialogs instead of
> loading them.  Is there anything special I need to do to get that to
> work, other than just adjusting the #ifdef...#endif code?
>
No, just define EMBED_XRC. Even in debug compiles the xrc is linked to
the executable.

Regards,
Andreas



pgadmin-hackers by date:

Previous
From: Adam H.Pendleton
Date:
Subject: Re: Mac OS "crash"
Next
From: Adam H.Pendleton
Date:
Subject: wxTreeCtrl assert failure