Search found 10 matches

by Notsosuperhero
Fri Dec 24, 2004 10:51 pm
Forum: Beginners Help
Topic: Input
Replies: 2
Views: 217

Thank you. It does help.
by Notsosuperhero
Fri Dec 24, 2004 8:44 pm
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

I forgot to to include WinMain I think(I know pretty dumb huh) and I probably didn't choose Win32 app to start with(another dumb mistake).
I was really tired and out of it when I did this though.
by Notsosuperhero
Fri Dec 24, 2004 8:41 pm
Forum: Beginners Help
Topic: Input
Replies: 2
Views: 217

Input

I've read thru the tutorial on this but I was wondering if you need all the stuff like the node, etc... Lets say I want to make the cursor hiden or not if you press th F10 button do I really need the ISeceneNode for htis task? Is there some way I could do this outside the EventReceiver? (I don't nee...
by Notsosuperhero
Tue Dec 21, 2004 1:00 am
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

I am using main(console app) though

NEVERMIND I FINALLY FIGURED IT OUT :D :D
by Notsosuperhero
Mon Dec 20, 2004 9:50 pm
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

What .lib or whatever do I need to include besides the Irrlicht.lib. When I compile a program Linker error 2019 pops up and says
JJDemo error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup
by Notsosuperhero
Sun Dec 19, 2004 12:05 am
Forum: Off-topic
Topic: Who is everybody?
Replies: 358
Views: 497868

Name: Joe
Age: 17
Location: New York, USA
Languages: HTML, C++, VB, a little C# and Java

been programming for about 2 years now and am making a game with a couple friends for their comic Jetpack Jesus.
http://www.jetpack-jesus.biz/
by Notsosuperhero
Sat Dec 18, 2004 3:42 pm
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

Thank you very much you've been a great help
by Notsosuperhero
Sat Dec 18, 2004 4:09 am
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

Okay that solved now when I try to run the program it says that Irrlicht.dll was not found. hmm? :cry:
by Notsosuperhero
Sat Dec 18, 2004 3:30 am
Forum: Beginners Help
Topic: What is the best format to do 3d graphix in?
Replies: 3
Views: 311

yea definetly .x The only thing that gave me trouble while converting stuff to .x was finding conv3ds and stuff on how to use it :D
by Notsosuperhero
Sat Dec 18, 2004 3:27 am
Forum: Beginners Help
Topic: linking problem
Replies: 9
Views: 522

linking problem

I've went into the options->directories and added the lib folder and the include folder and all that but it still says that it can't find the irrlicht.lib I've tried using #pragma comment and all that but still nothing. I'm using M$ VC++ .NET 2003. Please Help :(