Dev-c++ linker problem (I think)

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
huoda
Posts: 12
Joined: Sun Aug 08, 2010 5:06 pm
Location: Canelones, Uruguay

Dev-c++ linker problem (I think)

Post by huoda »

Hi everybody, i'm new in irrlicht and in the forum too. I'm start using Irrlicht with Dev-C++, I wrote the hello fkn world, and the compiler says:

[Warning] ignoring #pragma comment
[Warning] ignoring #pragma comment
cannot find -lwxmsw28d
ld returned 1 exit status
[Build Error] [Output/MingW/Proyecto] Error 1

I already added the library directories and other.


someone can tell me why this happens??
Thanks a lot!!!
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Dev-C++ hasn't been in development now for some years, so we no longer support it. I would recommend to try out Code::Blocks instead.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
huoda
Posts: 12
Joined: Sun Aug 08, 2010 5:06 pm
Location: Canelones, Uruguay

Post by huoda »

thanks a lot!!! I'm downloading... If another day I can solve the Dev problem, I post the solution in this topic.
Post Reply