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