Author Topic: questions about wxsmith in CB  (Read 8685 times)

Offline gtafan

  • Almost regular
  • **
  • Posts: 126
Re: questions about wxsmith in CB
« Reply #15 on: April 19, 2017, 05:56:11 pm »
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F


Quote
Also for me personally the error mesage make sence, as "aaaa" wasn´t really declared, exept in the .rc file, but that file seems not to be conected to the sources.
yes... the compiler needs to know where to find the resource file, but we don't know where the compiler searches. This is all displayed in the compiler command line and the command line is posted in  the "build log" tab and not in the "build message" tab. You posted the later and this has no usefull information for us.

We told you 100 times to read ALL the faq... Sometimes you simply have to follow ALL instructions and don't complain, or think this is not related to you...
Like i said not familiar with the comandline, so I sought what I posted must be the "build log". However I thinK to know where the problem was, I have to use the wxICON macro and I typed it wrong, so it´s recognized as a constructor. The corect line must look like this:

 
Code
Frame->SetIcon(wxICON(aaaa));
Really stupied error, will tell tomorow if it worcked.

Like expected, it worcked. So now I am really looking like an idiot, sorry for wasting everibodies time. Think I have worcked with maxscript, which is kase insensible, to often. So just to explain, in maxscript is wxICON and wxIcon exactlly the same, but not in C++.
« Last Edit: April 20, 2017, 12:59:50 pm by gtafan »