Windows 7 (64bit)

Archives Forums/Blitz3D SDK Programming/Windows 7 (64bit)

marcello(Posted 2015) [#1]
Hi,
is it possible to to register b3d.dll (SDK105) on windows 7? I put the library in system32, then... regsvr32 /i b3d.dll but the "usual" windows system error message appears...
I need to work with blitz3d sdk in C#2010 express.
thanks in advance


skidracer(Posted 2015) [#2]
for many many hints try here:

http://stackoverflow.com/questions/4897685/how-do-i-register-a-dll-file-on-windows-7-64-bit


xlsior(Posted 2015) [#3]
32-bit or 64-bit windows 7?

Keep in mind that on 64-bit windows, the c:\windows\system32 is only for 64-bit DLLs -- 32-bit programs can't access that folder, and are instead redirected to c:\windows\syswow64

So.. if you have a 32-bit DLL, stick it in c:\windows\syswow64, and register it from there.


marcello(Posted 2015) [#4]
Thanks very much, but there is some problem even if I follow your tips
I could work with C++ , also
Support team has answered: poor possibilities with C#.
So I'll develope the exe on XP (where b3d.dll works fine with C#) and I'll distribute it on 7 and 8.

thanks and... best regards from Italy. And excuse my poor english ;)

(ehmmm, I work and believe :) in Linux, anyway)


KronosUK(Posted 2015) [#5]
I am using C# with Blitz3dsdk on windows 7 x64 without any problems at the moment. I don't recall doing anything special, it just worked. I am using Visual Studio 2013 community edition.