Re: 32 bit ODBC in Win XP x64?



By the way, if you want to compile your assembly to x86 or x64 instead of
"Any CPU", you could do so by invoking the "Configuration Manager" dialog
and choose the "Platform" from "Any CPU", "x86", "x64", and "Itanium".

In case of you're interested, compiling for a specific platform instead of
"Any CPU" normally will not get performance gain, mostly to restrict the
target platform if the P/Invoke used must run on a specific platform:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=616005&SiteID=1

Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: Breaking the 2GB barrier
    ... is "Any CPU" so that the platform just doesn't matter. ... compile the right type of code. ... Memory footprints when things are running are also very close. ... etc) and when we moved to x64 we didn't see much in the way of change. ...
    (microsoft.public.dotnet.languages.csharp)
  • SNMP on X64
    ... I am working on SNMP agent dll development on Windows x64 and x86 ... I am able to successfully develop it on x86 platform on ... The problem lies in x64 platform. ...
    (comp.protocols.snmp)
  • Re: WinXPx64 question
    ... the way i see it is that if an x86 compiled .net application (only ... managed calls) were to be able to use the x64 edition of the .net framework, ... > specific to any platform? ...
    (microsoft.public.dotnet.framework)
  • Re: Problem Cloning PUBLIC directory
    ... you must remove the feature from your platform and ... rebuild, otherwise, the binaries from the old PUBLIC atadisk driver still ... >I fixed the SOURCES file and now everything compiles correctly. ... >>> PlatformBuilder 5.0 and having some problems getting it to compile. ...
    (microsoft.public.windowsce.platbuilder)
  • Re: how to detect the compile is 32 bits or 64 bits?
    ... determined by whether you have a 32- or 64-bit platform. ... Suppose I have an algorithm, such as a cryptography algorithm, that ... but the chunk size differs for the two cases. ... available at compile time increases compiler optimization opportunities ...
    (comp.lang.c)