I'm using Dev C++
I am open up the projects in the /example directory. they compile wonderfully.
Now, why is it that when I createa new.cpp and copy paste the exact same code from helloworld example, it gives me the following?
Code: Select all
[Linker error] undefined reference to `_imp___ZN3irr12createDeviceENS_5video13E_DRIVER_TYPEERKNS_4core11dimension2dIiEEjbbbPNS_14IEventReceiverEPKc'
I'm stumped. I've also taken a look at the searches on this forum. but yet to see the same error.
also some side question: does irrlict have networking built in as well? what does irrlicht mean anyhow. what is the system requirement for irredit?
Thanks again.