64-bit

xdebug for PHP 5.2 on Windows 7 64bit

时光怂恿深爱的人放手 提交于 2019-12-23 04:26:10
问题 Previous posters have linked to http://fusionxlan.com/PHPx64.php to install 64-bit capable versions of xdebug. I need PHP 5.2 compatibility for Magento, and fusionxlan has disappeared and archive.org doesn't have a copy. Does anyone have a copy of the fusionxlan download or dll that they can share? Thanks, JD 回答1: So I finally found a solution to this. The combination of the recently released (both of them) Netbeans 6.9 and Xdebug 2.1.0 thread-safe 5.2 VC6 (32-bit) works a treat on Windows 7

Fast ranking/unranking of combinations (64bit)

六眼飞鱼酱① 提交于 2019-12-23 03:37:13
问题 There is this great post https://stackoverflow.com/a/3143594/6589735 outlining an algorithm of ranking/unranking combinations. Also, there are concrete implementations in C++, e.g. here https://people.sc.fsu.edu/~jburkardt/cpp_src/combo/combo.cpp I am in need of a very fast implementation in C++, that does rank/unrank combinations encoded as unsigned long long on a x64 Haswell CPU. My attempt is in great need of improvement. unsigned long long rank(unsigned long long comb, int card) {

How much memory a x86 excutable can use on a 64bit os?

送分小仙女□ 提交于 2019-12-23 03:23:11
问题 I think that the question sounds clear, but for further explanation: Suppose we have Windows 7 x64 PC with 8GB of RAM installed on it; ( 64bit OS with 32bit process is my intention ) Question 1: how much memory can a 64bit process use in this environment? Question 2: how much memory can a 32bit process use in this environment? Question 3: If a 32bit process can only use 2GB of RAM in this environment,(even if it is LARGE ADDRESS SPACE AWARE: 3gb), however most games are 32bit;, so does this

Memcpy crash only on iPhone 5s

最后都变了- 提交于 2019-12-23 01:45:25
问题 All, I am facing a strange issue with iPhone 5s. I am doing a HMAC-SHA1 encrypting in my app using a third party library. The library uses memcpy , which am not aware what it is, as I am not into too much of memory level programming in C . The encryption works perfectly fine in all iphones except the 64 bit 5s . Below is the code where it crashes (5th line) . void SHA1Update(SHA1_CTX* context, unsigned char* data, unsigned int len) { unsigned int i, j; j = (context->count[0] >> 3) & 63; if (

How do I define the TBBUTTON struct in C#?

会有一股神秘感。 提交于 2019-12-23 01:44:16
问题 Greetings all, The TBBUTTON struct is defined on MSDN as follows: typedef struct { int iBitmap; int idCommand; BYTE fsState; BYTE fsStyle; #ifdef _WIN64 BYTE bReserved[6]; #else #if defined(_WIN32) BYTE bReserved[2]; #endif #endif DWORD_PTR dwData; INT_PTR iString; } TBBUTTON, *PTBBUTTON, *LPTBBUTTON; I need to do some interop in C# using this struct. How do I replicate this monster so that it's defined correctly when compiled for AnyCPU? Google is apparently full of dangerous misinformation!

compile 64-bit version of lzo.dll

ぐ巨炮叔叔 提交于 2019-12-22 18:43:38
问题 [Update] I've since compiled successfully and anyone else chasing these binaries can download from here I'm compiling version 2.06 of lzo by issuing the following command from the Visual Studio Command Prompt (2010) b\win64\vc_dll.bat which produces lzo2.dll without any errors, however this doesnt look like it really did produce the 64-bit dll as my 32bit C# app can still reference and call methods (successfully) How can I compile the 64bit version? some of the comments on this question may

Launching a 64-bit command prompt from Visual Studio 2010

南楼画角 提交于 2019-12-22 13:56:47
问题 Is there a way by which a 64 bit command prompt can be launched from Visual Studio 2010 Express? I understand I can create a custom tool to do this, but VS being a 32-bit application by itself, it only launches a 32-bit command prompt. Any ideas? Edit: Sorry for not being clearer. I am using the web developer express edition for developing a non-.NET mobile application and need to use a 64-bit command prompt to package the mobile application. 回答1: The only thing the 64-bit command prompt does

VisualStudio C# x64, why AddReference option, .NET tab points to x86 DLL instead of x64?

北城余情 提交于 2019-12-22 12:22:51
问题 I want to create an x64 application. When I want to add a reference for example to system.data in window AddReference under tab .NET I see only x86 DLLs, and I need 64 bit versions. I have Windows Server 2008 x64 with Visual Studio 2008. I created a project and I set x64 under Configuration Manager. What can I do to force Visual Studio to point to the correct DLLs (from C:\WINDOWS\Microsoft.NET\Framework64 instead of C:\WINDOWS\Microsoft.NET\Framework )? 回答1: Running into the same problem,

64bit BHO not loading inside IE 9 64

风格不统一 提交于 2019-12-22 10:59:33
问题 I've created a 32-bit and 64-bit version of my BHO (C++ code). The 32-bit version loads fine in IE 9 32-bit, but not the 64-bit version in IE 9 64 on WIndows 7. I have double checked that: the 64-bit DLL is indeed 64-bit code ( dumpbin /headers on the DLL) Registry entries HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Explorer\Browser Helper Objects and HKEY_CLASSES_ROOT\Wow6432Node\CLSID are correct my IE 64-bit can load 3rd party extension (2 BHO are actually

Imagick on Windows 8 xampp

拟墨画扇 提交于 2019-12-22 10:51:15
问题 I want to install imagick on windows 8 64bit, xampp. I have tried all methods in internet how to solve this problem, but none helped me ( have tried more than 10 methods ). In all results i get error while launching apache. Apache 2.2.21 PHP 5.3.8 Windows 8 64 Latest method i have tried: http://w3facility.info/question/how-to-install-imagemagick-for-php5-35-4-on-windows-8-x64/ In case i change to extension=php_imagick_nts.dll error looks like: The program can't start because php5.dll is