Page 1 of 1

code list not work in VC++ 6

Posted: Sun Jun 17, 2007 7:41 am
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

Posted: Sun Jun 17, 2007 9:01 am
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

...

Posted: Sun Jun 17, 2007 9:40 am
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 ?

Posted: Sun Jun 17, 2007 10:38 am
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.

Posted: Sun Jun 17, 2007 10:54 am
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.

Posted: Sun Jun 17, 2007 2:36 pm
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

so..

Posted: Sun Jun 17, 2007 6:10 pm
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 !