Quote: "Will you will give an update permitting download directly from TGC "My products" registered user area ?"
Users who purchased through TGC will receive a free copy of PureGDK 2.0 on their "My Products" make on release. The user accounts on the PureGDK.com website are completely separate.
Quote: "After putting newton.dll in Windows\SysWOW64, i had another error message from PB compiler (Could not find function '?NDB_SetMatrixIdentityMatrix@@YAXXZ' in 7:NDBdll)"
This is a bug in NDB.dll. The first entry of the string table is:
Quote: "NDB_SetMatrixIdentityMatrix%0%?NDB_SetMatrixIdentityMatrix@@YAXXZ"
However, the export for ?NDB_SetMatrixIdentityMatrix@@YAXXZ does not exist.
Beta 13 introduced a new automated way of including DBP plugins. Instead of specifying a command manually (which was very confusing and error-prone), gdkc.exe now scans the string table itself and picks the first command in the list. This command is passed to the DBP at runtime to verify whether the plugin is properly licensed.
You can see the same error by running this DBP program:
do
loop
NDB_SetMatrixIdentityMatrix
Send an e-mail to tiresius (
[email protected]) and ask him to fix this. Or better yet, ask him to post the source code and I would be happy to fix it for him.
In the next release of PureGDK I'll be sure to have gdkc.exe verify whether an export exists before attempting to use it.