Re: Clipboard copy problem

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: Jean-Michel POURE <jm(at)poure(dot)com>, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Clipboard copy problem
Date: 2003-09-09 20:04:12
Message-ID: 3F5E323C.4030907@pse-consulting.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Dave Page wrote:

>
>
>>-----Original Message-----
>>From: Andreas Pflug [mailto:pgadmin(at)pse-consulting(dot)de]
>>Sent: 09 September 2003 18:53
>>To: Dave Page
>>Cc: Jean-Michel POURE; pgadmin-hackers(at)postgresql(dot)org
>>Subject: Re: [pgadmin-hackers] Clipboard copy problem
>>
>>
>>
>>>That sounds like it might be my fault - I stopped the xrc files being
>>>
>>>
>
>
>
>>>installed in src/Makefile.am (they are only distributed in the source
>>>
>>>
>
>
>
>>>now). In what circumstances are they actually required?
>>>
>>>
>>>
>>When compiled for debugging.
>>
>>
>
>That's what I originally thought, but when I tested the Slackware build
>on Snake (which is a debug build) it worked fine!
>

To be more precise:
If the macro EMBED_XRC is defined (and it should be defined only for
release, not for debug), embedded dialogs are used.
There's no technical problem using EMBED_XRC with debug builds also,
it's just that ui/common/*.xrc are ignored.

Regards,
Andreas

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-09-09 20:13:40 Re: pgadmin3.chm in CVS
Previous Message Dave Page 2003-09-09 19:41:43 Re: dlgOperator_patch