News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Modification of a ".xrc" in a plugin

Started by Djagawa, April 10, 2006, 11:38:34 AM

Previous topic - Next topic

Djagawa

Hello,

I'm trying to change the plugin for gdb, called "debuggergdb".
I modify several lines into "debugger_options_dlg.xrc" and I saw that this file is loaded with a line in debuggergdb.cpp :
   
Code (c) Select
Manager::Get()->Loadxrc(_T("/debugger_gdb.zip#zip:*.xrc"));

Do I have to do something if I want that my modifications are updated (like a make for example) or can I only compile the project ?

Thanks.

thomas

If you change any XRC files, you have to run update.bat after recompiling, that should be all.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Djagawa


Ok, I've done that and It works now.

Thank you  :D