How to get the newest Irrlicht Version from SVN?
hi all,
i've tried to download irrlicht svn but i've got an error when i type the line :
the error is:
i've tried to download irrlicht svn but i've got an error when i type the line :
Code: Select all
svn co https://svn.sourceforge.net/svnroot/irrlicht irrlicht
Do you know why this error occurs ?PROPFIND of '/svn/irricht irrlicht': could not resolve hostname 'svn.sourceforce.net': Le nom demandé a été trouvé dans la base de données, mais il ne dispose pas des données associées recherchées.
KIC : frateamkic.info
(i'm frensh so scuse me for my english ...)
(i'm frensh so scuse me for my english ...)
Irrlicht.net.dll and Visual C++ 2005:
The Steps posted from lug in this thread are not up-to-date, here is an update (some text from lug's post):
1. add "msvcmrt.lib" to "Linker->Input->Additional Dependencies" in your project property.
2. perform a search and replace on project for "[Paramflag::Out]" and replace with "[Out]". (14 places total)
3. in Irrlicht.NET.cpp change line 66 from
p.WindowId = reinterpret_cast<irr::s32>((void*)windowHandle);
to:
p.WindowId = (void*)windowHandle;
that's it
The Steps posted from lug in this thread are not up-to-date, here is an update (some text from lug's post):
1. add "msvcmrt.lib" to "Linker->Input->Additional Dependencies" in your project property.
2. perform a search and replace on project for "[Paramflag::Out]" and replace with "[Out]". (14 places total)
3. in Irrlicht.NET.cpp change line 66 from
p.WindowId = reinterpret_cast<irr::s32>((void*)windowHandle);
to:
p.WindowId = (void*)windowHandle;
that's it
When i try to use the new(er), SVN link (in linux), i'm always returned with this error...
'irrlicht' is already a working copy for a different URL
I literally just made a shell script to get it for me everytime i run it... so i'm not sure what the deal is. I've tried running the command apart from the shell script (and yes, as root), but i keep getting that error. Does anyone have any suggestions?
'irrlicht' is already a working copy for a different URL
I literally just made a shell script to get it for me everytime i run it... so i'm not sure what the deal is. I've tried running the command apart from the shell script (and yes, as root), but i keep getting that error. Does anyone have any suggestions?
Legality is a horrible barometer for morality.