Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Dark GDK / Errors in the SDK CHM file

Author
Message
OSX Using Happy Dude
20
Years of Service
User Offline
Joined: 21st Aug 2003
Location: At home
Posted: 30th Mar 2005 05:45 Edited at: 30th Mar 2005 05:46
This is for detailing errors in the DarkSDK help file :

dbCheckListString :
char* dbCheckListString ( int IntegerValue ) in the help file,
DWORD dbChecklistString ( DWORD pDestStr, int iIndex ); in the header file.

void dbCls ( int iColor ) in the help file, void dbCLS ( DWORD RGBBackColor ); in the header file.

dbSIN,COS,TAB etc have the mathematical part of the function name in lower-case in the header file.

Visit http://homepages.nildram.co.uk/~nickk/
Questions are a burden to others, answers a prison for oneself.
Beavis
20
Years of Service
User Offline
Joined: 15th May 2003
Location: Czech Republic
Posted: 1st Apr 2005 18:08
wrong :
void dbSetWindowLayout ( int iStyle, char* szCaption, int iIcon )

correct :
void dbSetWindowLayout ( int iStyle, int iCaption, int iIcon )

--------
Beavis
http://www.progress-studio.com
roujesky
19
Years of Service
User Offline
Joined: 4th Jun 2004
Location:
Posted: 28th Apr 2005 12:12
dbRgb is right in the title, but the following is wrong:
Syntax
int dbRGB ( int iRed, int iGreen, int iBlue )
kamelito
19
Years of Service
User Offline
Joined: 25th Dec 2004
Location: France
Posted: 13th May 2005 19:06
Hi

Every command with a $ are wrong like dbStr$, should read dbStr and so on.

/kml
matt rochon
21
Years of Service
User Offline
Joined: 15th Mar 2003
Location: Canada
Posted: 19th Jul 2005 10:01
dbMakeObjectPlane()
--in the help file it is named dbMakeObjectPlain()
matt rochon
21
Years of Service
User Offline
Joined: 15th Mar 2003
Location: Canada
Posted: 20th Jul 2005 09:16
dbChecklistQuantity()
---Referred to as dbCheckListQuantity() in the docs
TheOneRing
20
Years of Service
User Offline
Joined: 28th Aug 2003
Location: Right here.
Posted: 1st Aug 2005 21:47
In docs:
void dbInput(char* szStatement, int iInnput);

In header file (correct):
char* dbInput(void);

Usage:

Login to post a reply

Server time is: 2024-04-16 10:26:21
Your offset time is: 2024-04-16 10:26:21