intellisense in VC++6.0

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
isiahil

intellisense in VC++6.0

Post by isiahil »

How do you get the Intellisense in VC++ 6.0 to reconize the functions and stuff from the engine so that when i type it in it show parameters.
Mercior
Posts: 100
Joined: Tue Feb 24, 2004 1:53 am
Location: UK
Contact:

Post by Mercior »

Get yourself a copy of Visual Assist from http://www.wholetomato.com/

It enhances all aspects of visual c++, especially the intellisense. I really recommend it!
codechief
Posts: 15
Joined: Thu Apr 01, 2004 1:15 pm
Location: Canada

Post by codechief »

See the link below which essentially discusses the same thing:
http://irrlicht.sourceforge.net/phpBB2/ ... php?t=2031

I haven't tested for VC6 but I know Intellisense works when using VS.Net
Do not forget to unzip the source code.
Good luck,

cc
thesmileman
Posts: 360
Joined: Tue Feb 10, 2004 2:20 am
Location: Lubbock, TX

Post by thesmileman »

YES visual assist is a god send!
Post Reply