Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
Modification of a ".xrc" in a plugin
(1/1)
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) --- Manager::Get()->Loadxrc(_T("/debugger_gdb.zip#zip:*.xrc"));
--- End code ---
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.
Djagawa:
Ok, I've done that and It works now.
Thank you :D
Navigation
[0] Message Index
Go to full version