for what ?
may you reload the pic in other site ? the site is blocked in my countryQuote:
[Only registered and activated users can see links. Click Here To Register...]
Since I'm positive you didn't make that you should give credit to the releaser aka c1ph3r. :(Quote:
Summon91Database.dll
[Only registered and activated users can see links. Click Here To Register...]
I'm using codeblocks ... maybe this is the reason behind corrupted dll ?Quote:
Do you use the version 2.6.0 (available in the previous page) ?
I compiled your code and loaded a db_monster.rdb from official client and then saved it to a new file and it didn't crashed.
But the data was not correctly read (columns contain garbage data). That means the DLL does not describe db_monster.rdb correctly (it seems there is too many columns, you read 4 bytes more than the db_monster's record size).
here you are,Quote:
No, it shouldn't make your dll wrong. Can you send your dll that cause a crash ?
I found the issue, it's because there is a incompatibility with mingw in rare cases.Quote:
here you are,
I noticed that VS2013 compile larger file but gives error:126 in the tool.
I edited last column description, it shouldn't cause a problem.
edit :
maybe useful:
defines :
BUILD_DLL
BUILDING_DATABASE
_CRT_SECURE_NO_WARNINGS
Linker options:
-Wl,--kill-at -static-libgcc -static-libstdc++
and linked "RpzRdbBase.lib"
using 2.7.0 files .
there is nothing that points to 64bit in the project, (32bit platform, 32 target machine.)Quote:
I found the issue, it's because there is a incompatibility with mingw in rare cases.
You should be able to compile it with VS 2013, but be sure to compile as a 32 bits DLL (not 64 bits). I will fix that
Check that you have installed [Only registered and activated users can see links. Click Here To Register...] (32 bits) on the machine you use to execute the RDB toolQuote:
there is nothing that points to 64bit in the project, (32bit platform, 32 target machine.)
this is really weird, I will try to sort it out and find the reason behind that :\
I managed to solve the problem, it was matter of making sure of the correct structure.Quote:
Check that you have installed [Only registered and activated users can see links. Click Here To Register...] (32 bits) on the machine you use to execute the RDB tool