These need to be fixed.
1. The header file ‘DarkSDKBasic3D.h’ defines a function called dbTLVertexSystemMemoryAvailable
This function is defined in the lib file as dbTLVertexSystemMemoryAvailableAvailable
Can you please fix the lib file.
--------------------------------
2. Again, same header file, a function called
dbObjectSetDisableTransform,
and yet it’s defined in the Basic3D.lib file as:
dbSetObjectDisableTransform
--------------------------------
3. The function dbWriteToRegistryS defined in ‘DarkSDKInput.h’ has three arguments. The third argument is defined as a DWORD. The lib file expects this to be a char *. Can the header file be corrected to point to a char * please.
--------------------------------
4. In ‘DarkSDKText.h’ defines a function called dbValR. The header defines the argument as char *. The lib file Text.lib is expecting an unsigned long. Can you fix the library please.
--------------------------------
5. Also in ‘DarkSDKText.h’ defines a function called dbCompareCase. The header defines the second argument as a DWORD, yet the library expects a char *. Please fix.