Linker Error about 48 errors and 1 warning

If you are using wxDev-C++ for your wxWidgets design, please ask your questions here instead of in IDE Related.
Post Reply
donriff
In need of some credit
In need of some credit
Posts: 3
Joined: Sat May 16, 2015 10:42 am

Linker Error about 48 errors and 1 warning

Post by donriff »

Hello,

i am completly new to the wxdevc++ ide and c++ language. I am a little developer, so far i coded in vb.net and .php, time to get a real program without that shit from microsoft .net :D

However i have a problem which i cannot solve alone, because the ide and the c++ language is completly new for me.

I just downloaded wxdevc++ (latest version), installed it and as all it do: i executed the ide so that i can start programming.

For a simple test and get the controls into my heart i developed only a wxdialog with 1 wxbutton. The Button should close the application.

So far all is fine, i press F9 for compile and build on my windows 10 x64 machine, the result is: more then 48 errors and 1 warning.

The error is mostly this one here: [Linker Error] undefined reference to `wxDialogNameStr' and so on.

Complete Compiler Error: http://donriff.de/error.txt

Screenshots of options for compiler: http://donriff.de/options/ (there are more)

i already got a look at the compiler options, but cannot solve why the linker said: i cannot find it.

Hope you can help me.

Kind regards,
donriff
donriff
In need of some credit
In need of some credit
Posts: 3
Joined: Sat May 16, 2015 10:42 am

Re: Linker Error about 48 errors and 1 warning

Post by donriff »

Hi,

ok got it, was a installation fault.

Kind regards,
donriff
Post Reply