Technically, you “could” enabled it, but I wouldn’t recommend doing so. The
reason VC++'s Intellisense won’t list members for SDL’s structures is
because none of them are defined in files that are currently added to your
project, and arn’t part of the c/c++ library. If you really “need” to have
it automagically list members, just add all the SDL*.h files to your
project. (Again… I wouldn’t recomend it).
- Silicon> ----- Original Message -----
From: hokching@hotmail.com (DrUndeadDave)
To:
Sent: Wednesday, June 09, 2004 9:23 PM
Subject: [SDL] intellisense (code completion) in VC++?
Hi all,
Is there a way to list the members of an object in VC6 after pressing “.”,
just like in VB? For example,
SDL_Surface* s;
And when I press the “>” in “s->”, is it a way to enable VC6 to list the
members?
If not, is it because the SDL library are already statically compiled?
Thanx!
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.692 / Virus Database: 453 - Release Date: 5/28/2004
Hi all,
Is there a way to list the members of an object in VC6 after pressing “.”,
just like in VB? For example,
SDL_Surface* s;
And when I press the “>” in “s->”, is it a way to enable VC6 to list the
members?
If not, is it because the SDL library are already statically compiled?
Thanx!
sometimes it works and sometimes it doesn’t.
vc++ is crap.
but i still use it because i’m used to it’s compiler errors 
DrUndeadDave wrote:>Hi all,
Is there a way to list the members of an object in VC6 after pressing “.”,
just like in VB? For example,
SDL_Surface* s;
And when I press the “>” in “s->”, is it a way to enable VC6 to list the
members?
If not, is it because the SDL library are already statically compiled?
Thanx!
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
Visual Assist is much more reliable than Visual Studios intellisense. And
Well worth the money IMHO…
http://www.wholetomato.com/products/newX.html
Will McGugan> -----Original Message-----
From: sdl-bounces+will=willmcgugan.com at libsdl.org
[mailto:sdl-bounces+will=willmcgugan.com at libsdl.org]On Behalf Of
DrUndeadDave
Sent: 09 June 2004 21:24
To: sdl at libsdl.org
Subject: [SDL] intellisense (code completion) in VC++?
Hi all,
Is there a way to list the members of an object in VC6 after
pressing “.”,
just like in VB? For example,
SDL_Surface* s;
And when I press the “>” in “s->”, is it a way to enable VC6 to list the
members?
If not, is it because the SDL library are already statically compiled?
Thanx!
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl
Then, will Dev C++ do the job? Or other IDEs?
if i ever manage to get rid of vc++ i’d switch to devcpp.
wait - all my projects already run on devcpp… why haven’t i switched
yet? … ah… hmm…
DrUndeadDave wrote:>Then, will Dev C++ do the job? Or other IDEs?
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl