SDK Update (statically linked runtime)
Posted by Sachin Garg on 26th July 2008 | Permanent LinkI have updated the Rawzor SDK, it now includes both statically and dynamically linked versions of DLLs. Another minor addition is a function to get SDK’s core version number.
Like last time, everything is built in Visual Studio 2008 (9.0) but there shouldn’t be any issues even if you are using a different build chain (atleast we can hope). Anyway, if this creates any problems for you and you can’t upgrade yet, I can add binaries from some older version of msvc. Let me know.
October 17th, 2008 at 4:49 am
[Comment deleted, troll]
December 1st, 2008 at 7:41 am
Have you considered 64 bit Windows version?
December 1st, 2008 at 11:02 am
I am guessing there won’t be any performance advantage in having a 64-bit version as Rawzor doesn’t needs large amount of memory, so we shouldn’t need a separate 64-bit version (it will only add confusion among users as to which version to download).
However, I will be releasing the 64-bit version of SDK soon (within weeks) so that 64-bit applications can also add support for .rwz format. This is needed because 64-bit applications can not link to 32 bit SDKs.
If any performance is noticed, I will release the 64-bit version of the Rawzor too.
December 4th, 2008 at 1:25 am
Yes, I meant 64 bit version of SDK. Thanks for answer.