code list not work in VC++ 6

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
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

code list not work in VC++ 6

Post by tharshan »

Hello friends,
i have a very idiot question.

if i use irrlicht in VC 2005 version..
when i type some code.. the list of command will show up.

but in VC 6 its not showing.. any ideas please ?


example of what i am saying is : http://img242.imageshack.us/img242/3119 ... peroh6.jpg
Venkadesan V Tharshan
olivehehe_03
Posts: 157
Joined: Tue Mar 20, 2007 8:30 am

Post by olivehehe_03 »

That's called Intellisense and it's a feature of the VC++ 2005 IDE (I think, might be wrong). I guess if you want it you could stick with VC++ 2005 or try a different IDE that has a similar feature
Tell me what you cherish most. Give me the pleasure of taking it away.
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

...

Post by tharshan »

is it better to create applications in VC++ 2005 than VC++ 6 ?

i think most people will not install .NET for playing a game / app.

any ideas ?
Venkadesan V Tharshan
greenya
Posts: 1012
Joined: Sun Jan 21, 2007 1:46 pm
Location: Ukraine
Contact:

Post by greenya »

You may create applications using VS 2005 IDE that will not require .NET Framework. Indeed VS 2005 IDE allows you to create a lot of different type of applications including .NET Framework dependent (like C# Applications, ASP.NET Applications, VB.NET Apps and other dialects), but you can create Win32 Application or MFC Application either.

P.S.: If you have to choose between VS6 and VS2005, i recommend you to use newer IDE.
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

Post by tharshan »

Thanks for your reply.

that is nice..

is it possible to create create non .NET applications in Visual C++ 2005 IDE ? :-)

i am using Visual C++ Express Edition.. is it ok to work with ? or do i need to get a paid version ?

thank you.
Venkadesan V Tharshan
LLDD
Posts: 43
Joined: Fri May 11, 2007 9:50 am

Post by LLDD »

I still like VC6 IDE more than the VC2005 one, the only thing that made me switch is the Intellisense thing.
________
HELP ON LOVE
Last edited by LLDD on Sun Feb 20, 2011 7:49 am, edited 1 time in total.
tharshan
Posts: 19
Joined: Sun Jun 17, 2007 1:39 am
Contact:

so..

Post by tharshan »

so. are you guys sure if i build using VC++ 2005 / VISUAL C# 2005.

will it run on any computers without requirement of of Microsoft .NET Framework. ?

i just want to make sure !
Venkadesan V Tharshan
Post Reply