Submitted by machnone on Tue, 01/30/2001 - 01:03. Developers
I want to insert a piece of code (a #ifdef statement) into a gui file generated by X-Designer 5. I already have some code in, using the preludes, but I want to put the statement before the attatchment section.
Is there any way to do this?
Mon, 07/02/2012 - 12:11
#1
X-Designer 5
Perhaps the generated code is already set up to #include a file you`ve created by hand; you can put the #ifdef into that file. This would be a workaround.