DarkGame SDK & PureBasic .DESC Files ...
Posted: Sun Jan 16, 2005 8:32 pm
I try to convert DarkGame SDK from TGC to purebasic .
It's builded around .LIB files and .H
I try to adapt the .H to create .DESC files .
but, all isn't explained in README.TXT given with purebasic.
the sample given use 2 functions that return an integer value :
is it something like :
Should I do something else ?
It's builded around .LIB files and .H
I try to adapt the .H to create .DESC files .
but, all isn't explained in README.TXT given with purebasic.
the sample given use 2 functions that return an integer value :
I didn't understand how I must do to create command that does not return value.PeekS, Long (Address) - Retrieve a string from the specified address
String
;
PeekL, Long (Address) - Retrieve a long from the specified address
Long | DebuggerCheck
is it something like :
Should I leave a blank line telling that there is no return ?MyCommand, Long - Help
My2ndCommand, ...
Should I do something else ?