As i was noticing that many people had problems with vb.net so i have made an example that shows more or less everything that is usually needed to be used in irrlicht.
http://www.freewebs.com/rapchikprogrammer
Complete vb.net example
-
- Posts: 279
- Joined: Fri Dec 24, 2004 6:37 pm
Complete vb.net example
Last edited by RapchikProgrammer on Wed Mar 29, 2006 3:45 pm, edited 1 time in total.
-
- Posts: 279
- Joined: Fri Dec 24, 2004 6:37 pm
I'm trying really hard to get it to work, but errors keep appearing.
Here's what I did:
- changed the reference to irrlicht
- searched for some resource files to put in the directory (please include 'em next time)
- generated some empty files by hand (3 I think - assemblyInfo.vb,...) -> this files were 'missing'.
So, no more errors in design view...
Compiles fine
But when trying to run...
System.typeInitializationException
I tried to look up where this exception was, but I didn't get much details:
the only thing I know is that the error is in the very beginning of the program
Here's what I did:
- changed the reference to irrlicht
- searched for some resource files to put in the directory (please include 'em next time)
- generated some empty files by hand (3 I think - assemblyInfo.vb,...) -> this files were 'missing'.
So, no more errors in design view...
Compiles fine
But when trying to run...
System.typeInitializationException
I tried to look up where this exception was, but I didn't get much details:
the only thing I know is that the error is in the very beginning of the program