Re: Mac OS "crash"

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: "Adam H(dot)Pendleton" <fmonkey(at)fmonkey(dot)net>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Mac OS "crash"
Date: 2004-03-19 15:30:19
Message-ID: 405B120B.6030905@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Adam H.Pendleton 2004-03-19 17:48:15 wxTreeCtrl assert failure
Previous Message Adam H.Pendleton 2004-03-19 11:36:37 Re: Mac OS "crash"