[Help] How to install Irrlicht in VB.Net

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
IvoPereira
Posts: 4
Joined: Sun Sep 24, 2006 12:10 pm

[Help] How to install Irrlicht in VB.Net

Post by IvoPereira »

Greetings from Portugal! :D

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 8)
IvoPereira
Posts: 4
Joined: Sun Sep 24, 2006 12:10 pm

Post by IvoPereira »

until now i had searching and searching information in how to integrate irrlicht in vb.net but with no sucess... :( it is starting to be very annoying.. i have to copy files?? to where? maybe i am searching with wrong sentences.. :?

just a little help please
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

Try here on the irrlicht.net wiki (follow instructions for VS2005), if that doesn't work, post again.

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
IvoPereira
Posts: 4
Joined: Sun Sep 24, 2006 12:10 pm

Post by IvoPereira »

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... :oops:
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? :oops:

im sorry about the work im making to you... im a complete noob in 3d engines.
Darkelfv
Posts: 9
Joined: Wed Sep 13, 2006 3:26 am

Post by Darkelfv »

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.
IvoPereira
Posts: 4
Joined: Sun Sep 24, 2006 12:10 pm

Post by IvoPereira »

it works!! :D

thks a lot! now im going to see the tutorials and try to understand all the code


Problem Solved! 8)
Modickup7

Post by Modickup7 »

Grigor The Ox
Posts: 7
Joined: Thu Dec 07, 2006 4:42 am
Location: United States

Post by Grigor The Ox »

[WARNING: DO NOT GO TO THE SITE ABOVE. IT CONTAINS PORNOGRAPHIC MATERIAL THAT MAY BE HARMFUL TO YOUR PC.]

I came to this conclussion after googling the site and not actually going to it.
If I am mistaken I am sorry. There were no admins or moderators on at this time.

-The Ox Man
Braneloc
Posts: 68
Joined: Fri Jan 20, 2006 5:12 am
Location: England
Contact:

Post by Braneloc »

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 :P)
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
Locked