I have a long int variable that I need to convert to a signed 32bit hexadecimal string (8 characters) (char array) without the "0x" at the start?
How would I go about doing this?
Thanks.
Hi, does anyone know if there is a guide to creating an outlook add in for office 2010 that runs in 64bit mode?
I have an add in that DOES work on in Outlook 2010 32bit but it doesn't appear in 64bit - in the add in section its set to disabled.
I have tried to compile under different target CPU's but that hasn't helped..
Good day.
I have Eclipse PHP Galileo for Mac OSX, 32bit Cocoa version.
The problem is the rename function doesn't work properly.
While editing PHP file I choose Refactor-Rename menu or a rename hotkey and Eclipse doesn't offer me to rename a variable, instead a rename file dialog appears.
Tried to configure hotkeys but no luck.
If you do know the…
Hi All,
Is there any tool to know how many native memory has been used from my java application ?
I've experienced outofmemory from my application :
Current setting is :
-Xmx900m
Computer, Windows 2003 Server 32bit, RAM 4GB.
Also is changing boot.ini to /3GB on windows, will make any difference?
If is set Xmx900m, how much max native memory…
With all the normal Apple updates applied (I.E. No additional effort has been made by the customer to install a particular version of Java), what versions of Java are available for the Tiger, Leopard and Snow Leopard versions of Mac OS X? If it also depends on the hardware 32bit/64bit could you please include this information.
Thank you for your…
HI people.
I had SQL Server 2005 on Windows XP 32bit and just used this connection string
Server=.\SQLEXPRESS;database=GroupALD; Integrated Security=True"
Now I have Windows 7 64bit and SQL Server 2008 R2 I'm trying to connect database with same string but its shows this error
Cannot open database "GroupALD" requested by the login. The…
This was added to the page later with jQuery:
<input name="pdfRadio" id="pdfRadioNo0" value="0" type="radio">
This code:
radio_id = "pdfRadioNo0"
ie.radio(:id, radio_id).set()
does not set it but returns an error message:
Watir::Exception::UnknownObjectException: Unable to locate element, using {:id=>"pdfRadioNo0"}
Does watir…
In XP 32bit Visual Studio 2010 I get the error below when I start debugging with IntelliTrace enabled. Doesn't IntelliTrace work in Windows XP or is there some setting which causes this error?
UPDATE:
The error occurs when I choose the second option to add call information in the IntelliTrace settings. There's nothing in the event log about…
In a .net 2.0 C# application I use the following code to detect the operating system platform:
string os_platform = System.Environment.OSVersion.Platform.ToString();<br/>
This returns "Win32NT".
The problem is that it returns "Win32NT" even when running on Windows Vista 64bit.
Is there any other method to know the correct platform (32…
I've read the max heap size on 32bit Windows is ~1.5GB which is due to the fact that the JVM requires contiguous memory. Can someone explain the concept of "contiguous memory" and why you only have max 1.5GB on Windows?
Secondly, what then is the max heap size on 64 bit Windows and why is this different than what's available on 32 bit?
Hi,
I read something like pointer must be byte-aligned.
My understanding in a typical 32bit architecture... all pointers are byte aligned...No ?
Please confirm.
can there be a pointer which is not byte-aligned ?
A z buffer is just a 3d array that shows what object should be written in front of another object. each element in the array represents a pixel that holds a value from 0.0 to 1.0. My question is if that is all a z buffer does, then why are some buffers 24bit, 32bit, and 16 bit ??
Hi, I am trying to use a Microtheory for a research project I am working on, and am having trouble getting my saved Image of constants I create to work correctly. I save the image after creating the constants using
(write-image "world\MyImage")
and then going to the \server\run\ directory and using
run-cyc-32bit.bat -w "world\MyImage"
…
Could some tell me the difference between 32bit and 64bit .NET assemblies?
I understand when it is needed to be precise instead of selecting AnyCPU configuration.
Regards,
Mita
I have created NPAPI plugin, which is workig fine on linux where I have created the .so file but when I deployed this plugin on our production device where we have linux environment with limited resources(due to performance constraints) , following error is thrown
'/usr/lib/mozilla/plugins/npPluginTest.so' is not an ELF executable for sh
…
We have ASP.NET framework 3.5 hosted in Windows 2003 Server 32-bits.
Database: Oracle 10gR2 in Windows 2003 Server 64-bits
We should use ODP.NET 10.2.0.3.
Questions:
- Is ODP.NET 10.2.0.3 made to connect to a 32bit or 64bit Oracle database?
- Is the same for Oracle Client?
Hey guys,
I'm going to be developing a small dedicated server in C/C++ that will require uptime of forever. I've been looking into some time functions as millisecond timing is required for calculations. I have 2 problems that I'm facing:
Using a 32bit integer to store the number of milliseconds since the operation began will wrap…
Running Eclipse 3.5.1, JDK 1.6.0_17 on WinXP SP3 32Bit with 3.5 gigs of RAM.
I'm aware of the known Eclipse best practices, still trying to figure out eclipse.ini.
This will launch: -Xmx588m and this won't: -Xmx589m.
Same with -XX:MaxPermSize. Anything above -XX:MaxPermSize=140m won't launch.
The screen of death is simlar to this…
Hi I am running Windows XP, on 32bit. How do I install python? When I run the installation file, it gives me an error saying "installation package not supported by processor type" does python need 64 bit to execute?
How can I combine 2 ints to a single 32bit IEEE floating point ? (each of the 2 ints represent 16 bit)
And in the opposite direction: How can I transform a python float into 2 16 bit ints?
(I need this because of modbus protocol - where 2x16 bit registers are treated as single 32 floating point number)
is it possible to update my system from windows 7 x86 to x64 without losing data ? cpu architecture is 32bit but I have 4g ram, so to unseal the ram, I have to go with x64.
Hey,
what i read on several help-pages, was, that getting jquery code completion to work, was just:
getting targeted browsers right (the
only one i choose was firefox 3.x or
later)
putting jquery file into project (it
is now visible in "source files")
adding the "script type"etc.-line (tried filename with and without / before )
…
Have an external website which opens fine on some PC's, yet seems to time out (or symptoms of timing out, but never actually does) on others.
Seems to only affect (some) of our newer HP Pro 3305 MT Workstations. All of which are running Win7 32bit SP1 with all updates. Older PC's (Win7 32bit SP1 & WinXP) are unaffected.
Using…
I am using Dell Studio 1558 laptop. Originally it was having windows 7 64 bit Home edition but than i upgraded my system to Windows 7 32 bit Professinal edition.
The problem i am facing due to this is that my system is not detecting bluetooth adapter.
When i install 64 bit(windows 7)/32(windows vista) bit drivers for Bluetooth it…
Hi,
I was using MacOSX 10.5 on my MacBook until today and I had 4GB of memory there.
Now I have updated to MacOSX 10.6 and it only displays 3GB.
Why is that? How can I fix it?
Also, I am a bit wondering why most people (well, most of the Google hits explained the 3GB issue that way -- leaving out the fact that it has worked…