yes it's supposed to (since BDReader is compiled with mingw-i686 and "against" 32bits dll). Unfortunately I don't have access to a Windows 32bits to reproduce that. So, could you clarify two things:
1) Is it the installer which is complaining or the software itself (i.e. did you successfully installed it or not) ?
2) Could you post the exact error message you got ?
Thank you.
Vincent
Last edit: Vincent Crocher 2014-07-01
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-07-22
BD Reader is installed without problems from the file "BDReader_setup.exe", but when I launch the program gives error message: "Not Found the entry point of procedure _mkgmtime64 in the dynamic link library msvcrt.dll", and aborts program execution.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for letting know. Apparently the bug is related to Win XP (not 32bits problem in itself). I was unable to fix it so far, but you could try to follow this procedure: http://support.microsoft.com/default.aspx?scid=kb;en-us;259403 and restart BDReader then, it might solve the problem.
Please let me know if this is fixing the issue or not.
Thank you.
Vincent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2014-08-12
Hello Vincent:
This solution does not fix the problem, I downloaded the file of the Visual C++ 6.0 run-time components of the Microsoft Web site (http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/ VC6RedistSetup_deu.exe), but is not updated on my Windows XP because the DLL what containing are in versions inferior to having in my Windows XP system. For example, for the dynamic link library msvcrt.dll, this file is in version 6.0.8797.0, and the msvcrt.dll having in my Windows XP is in version 7.0.2600.5512 (in C:\Windows\system32).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello:
BDReader really run in Windows XP 32 bits? Causes an error in a dll which suggests that it is an application for Windows 64 bits only.
Hi,
yes it's supposed to (since BDReader is compiled with mingw-i686 and "against" 32bits dll). Unfortunately I don't have access to a Windows 32bits to reproduce that. So, could you clarify two things:
1) Is it the installer which is complaining or the software itself (i.e. did you successfully installed it or not) ?
2) Could you post the exact error message you got ?
Thank you.
Vincent
Last edit: Vincent Crocher 2014-07-01
BD Reader is installed without problems from the file "BDReader_setup.exe", but when I launch the program gives error message: "Not Found the entry point of procedure _mkgmtime64 in the dynamic link library msvcrt.dll", and aborts program execution.
Thanks for letting know. Apparently the bug is related to Win XP (not 32bits problem in itself). I was unable to fix it so far, but you could try to follow this procedure: http://support.microsoft.com/default.aspx?scid=kb;en-us;259403 and restart BDReader then, it might solve the problem.
Please let me know if this is fixing the issue or not.
Thank you.
Vincent
Hello Vincent:
This solution does not fix the problem, I downloaded the file of the Visual C++ 6.0 run-time components of the Microsoft Web site (http://download.microsoft.com/download/vc60pro/Update/2/W9XNT4/EN-US/ VC6RedistSetup_deu.exe), but is not updated on my Windows XP because the DLL what containing are in versions inferior to having in my Windows XP system. For example, for the dynamic link library msvcrt.dll, this file is in version 6.0.8797.0, and the msvcrt.dll having in my Windows XP is in version 7.0.2600.5512 (in C:\Windows\system32).
I have open a ticket for that bug (https://sourceforge.net/p/bdreader/tickets/3/#4fa6) and I'm working on it...