no lib files
no lib files
im new here and have been folliowing the dev C++ tutorial to get irrlicht setup and im to the point where u have to link the lib files and it shows the file its under which is DEVc somthing like that but all i have is linux and 2 visualc++ folders under my lib folder where do i get the devc++ folder?
there must also be a Win32-gcc folder...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
remember DevCpp is just an IDE what really depends is the compiler and DevCpp and Code::Blocks (what's really better then Dev) are using the MinGW/GCC compiler by default, so you'll need this gcc lib and the gcc DLL...
but you won't be able to use D3D with it, you'll have to recompile the DLL with DX for this !!!
All this was asked 1000 times, so have a search on the forum...
but you won't be able to use D3D with it, you'll have to recompile the DLL with DX for this !!!
All this was asked 1000 times, so have a search on the forum...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
I have the compiled dll's from version 1.3 for directX8 and directX9, but neither one works for whatever reason. Searches aren't at all that simple. Most of the stuff that comes up isn't even related and you can wade through tons of material and not find what you're looking for. Irrlicht is user friendly to a point but I've been going nuts looking at all the different event handlers and trying to make sense of it. It's all right to remind someone to do a search once in a while where it's something that has obviously been asked recently, but it's getting to be almost every post.but you won't be able to use D3D with it, you'll have to recompile the DLL with DX for this !!!
All this was asked 1000 times, so have a search on the forum...
then you probably did something wrong...fireside wrote:I have the compiled dll's from version 1.3 for directX8 and directX9, but neither one works for whatever reason.
then you should learn how to search...fireside wrote:Searches aren't at all that simple. Most of the stuff that comes up isn't even related
that's because every asks this question without doing a search first, exactly what I ment by "1000 times asked"...fireside wrote:and you can wade through tons of material and not find what you're looking for.
Well, I did the search for you and it took me less than 5 minutes to find this thread:
http://irrlicht.sourceforge.net/phpBB2/ ... 3&start=75
Also you should first read the FAQs:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=2153
then you'd find this link:
like i said, asked 1000 times...General FAQ Page wrote:USING DX IN DEV C++ | READ THIS NOW AND STOP ASKING THIS |
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=1700
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Hmm, apparently the dx9 for 1.3 isn't compatable with 1.31 and someone offered a download. Almost worth the search haranguing for that. By the way, I probably spent over an hour searching on this site before I made that comment, which wasn't even a question. Not for that, but for just about everything I'm doing right now. Of course I don't know how to search, I'm just learning the API. Probably a helpful suggestion would go a lot further than one more "do a search" comment.
"do a search" or even better "learn how to search" is a helpful suggestion, as far as it makes all simpler for all participants and usually you'll find the answers fatser then and it prevents the forum from flooding with one and the same question again and again...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java