.net x32 & x64 compatibility?

.net x32 & x64 compatibility?

Anonymous
Not applicable
778 Views
2 Replies
Message 1 of 3

.net x32 & x64 compatibility?

Anonymous
Not applicable

I know that with VBA there are issues going from x32 to x64..



Is the same true with .NET?



- will programs made in x32 function 100% the same in x64?

- can they be edited without ill effects?

- will programs made in x64 function 100% the same in x32?



I haven't tried myself (in case I break something).



anyone?

--

Work: VISTA Ultimate x32 - AMD 64 X2
Dual Core 4200 2.2GHz, 4 Gigs Ram, GeForce
6800GS 256MB


Home: VISTA Ultimate x64 - AMD 64 Quad
Core 2.2GHz, 8 Gigs Ram, GeForce 8600GT 512MB


Laptop (17" HP): VISTA Premium x32 -
color="#000000">AMD Turion X2 Dual Core TL-50 1.6GHz, 2 Gigs Ram,
color="#666666">Nvidia GeForce 6150

0 Likes
779 Views
2 Replies
Replies (2)
Message 2 of 3

Anonymous
Not applicable
C Witt wrote:

> I know that with VBA there are issues going from x32 to x64..

Simply issuing the VBAMAN command (without even loading a DVB) on a
64bit AutoCAD loads x64VBAServer.exe which slows down *everything* 5-8
times. VBA is poison on 64bit AutoCAD!

> Is the same true with .NET?

I'm doing all my work with references to the managed files from 2007
(obviously 32bit) and the built DLL seems to NETLOAD and run fine on
2008 & 2009 64-bit. You may be able to build on 2009 and have it work
backwards, but I don't know?

So while I'm no expert, I think if you built it for 2007 it should work
fine, at least until something new breaks that pattern.

Terry
0 Likes
Message 3 of 3

Anonymous
Not applicable
Again, learning more about .NET will answer this and many other questions.

.NET is not native code, it is more like LISP in terms of how it executes (it is compiled at the point when it executes), so yes, it is portable between 32 and 64 bit.


--
http://www.caddzone.com

AcadXTabs: MDI Document Tabs for AutoCAD 2009
Supporting AutoCAD 2000 through 2009

http://www.acadxtabs.com

Introducing AcadXTabs 2010:
http://www.caddzone.com/acadxtabs/AcadXTabs2010.htm

"C Witt" wrote in message news:[email protected]...
I know that with VBA there are issues going from x32 to x64..

Is the same true with .NET?

- will programs made in x32 function 100% the same in x64?
- can they be edited without ill effects?
- will programs made in x64 function 100% the same in x32?

I haven't tried myself (in case I break something).

anyone?

--
Work: VISTA Ultimate x32 - AMD 64 X2 Dual Core 4200 2.2GHz, 4 Gigs Ram, GeForce 6800GS 256MB
Home: VISTA Ultimate x64 - AMD 64 Quad Core 2.2GHz, 8 Gigs Ram, GeForce 8600GT 512MB
Laptop (17" HP): VISTA Premium x32 - AMD Turion X2 Dual Core TL-50 1.6GHz, 2 Gigs Ram, Nvidia GeForce 6150
0 Likes