wats up, im using DarkGDK for my C++ lib, and I have a problem with the syntax... I'm looking at the Dark GDK information file (Start > The Game Creators > Dark GDK > Documentation > Information), and it looks like it conflicts with the IntelliSense from VC++ (MS Visual C++ 2008 express) - Say, the Info file says: void dbSprite ( int iSprite, int iX, int iY, int iImage ).
Then the pop up box in VC++ will say: void dbSprite ( int iID, int iX, int iY, int iImage ). There are some other functions/codes that are a lot more changed...
How would write the syntax for this code, say dbInk? And what's the difference between: int iID and int iImage? Please help, and I hope this message made sense. Thx!!
Don't Clap, Just Throw Money!