Was looking through the exports for DBProBasic3DDebug.dll and came across two entries that looked interesting:
bool __cdecl DBOConvertBlockToObject(unsigned long,unsigned long,struct sObject * *)
and...
bool __cdecl DBOConvertObjectToBlock(struct sObject *,unsigned long *,unsigned long *)
Anyone have an idea what these do and how they might be used? I was hoping to find some DBO/Memblock functions that weren't documented. Didn't find anything obvious, could this be related though?
On a side, but slightly related note... does anyone know of a good reference for the DBO format that might be a bit easier for a .NET programmer to grasp than C++ header files?
Design documents?!? What design documents??? I thought we were just going to wing it!!!