Greetings from Portugal!
Hi there, yesterday i discovered this great engine! i want to test it but i dont know how "install" in my vb.net.. i searched in the forum and the internet and nothing... can you help me? tell me step by step please.
sorry my bad english
Thxk in advance
[Help] How to install Irrlicht in VB.Net
-
- Posts: 4
- Joined: Sun Sep 24, 2006 12:10 pm
Try here on the irrlicht.net wiki (follow instructions for VS2005), if that doesn't work, post again.
Welcome, and have fun (!)
Welcome, and have fun (!)
Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!
Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
-
- Posts: 4
- Joined: Sun Sep 24, 2006 12:10 pm
sorry, but i must being miss undestanding everything... in that link you gave me it tells to make a reference of the dll file and put the other dll in the project folder... but i dont know how to make reference of the file...
and what do i do with that tons of files that come in irrlich pack?
can you explain how do i integrate irrlicht in my vb.net step by step?
im sorry about the work im making to you... im a complete noob in 3d engines.
and what do i do with that tons of files that come in irrlich pack?
can you explain how do i integrate irrlicht in my vb.net step by step?
im sorry about the work im making to you... im a complete noob in 3d engines.
Hi there IvoPereira
http://www.irrforge.org/index.php/Irrli ... s_in_VBNET
here is a site with some vb.net code to work with.
As far as setting up your compiler,
Start a new console application
right click on the project and click add reference
choose irrlicht.net.dll
also you will have to find your output directory (when you try to compile it will give a error) usaly folder you save the project /obj/release or /obj/debug
you need to copy the irrlicht.dll and irrlicht.net.dll to the same folder as your output exe
easy way to do this is compile then dir browse to the project folder and find the exe it just made and copy the dll files to that folder.
Let me know if that helps.
Start out with vb.net tutorial 1 hello world. then work your way up this is the best way to learn this code.
http://www.irrforge.org/index.php/Irrli ... s_in_VBNET
here is a site with some vb.net code to work with.
As far as setting up your compiler,
Start a new console application
right click on the project and click add reference
choose irrlicht.net.dll
also you will have to find your output directory (when you try to compile it will give a error) usaly folder you save the project /obj/release or /obj/debug
you need to copy the irrlicht.dll and irrlicht.net.dll to the same folder as your output exe
easy way to do this is compile then dir browse to the project folder and find the exe it just made and copy the dll files to that folder.
Let me know if that helps.
Start out with vb.net tutorial 1 hello world. then work your way up this is the best way to learn this code.
-
- Posts: 4
- Joined: Sun Sep 24, 2006 12:10 pm
-
- Posts: 7
- Joined: Thu Dec 07, 2006 4:42 am
- Location: United States
Wow, that's an easy way to drive visitors to the site: "Warning, contains porn !". On the bad side, going to strange websites and installing activeX controls or anything similar just for porn is a really, really bad idea and is almost guaranteed to be harmful to your PC. (But you all knew that anyway )
Sometimes you've just gotta say, the laws of time and space, who gives a smeg ?!
Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net
Irrlicht.Net Information - http://www.irrforge.org/index.php/.net
Irrlicht# (aka the C# port) - http://irrlichtsharp.sourceforge.net