Migrating to 64bit

Migrating to 64bit

Anonymous
Not applicable
487 Views
2 Replies
Message 1 of 3

Migrating to 64bit

Anonymous
Not applicable

 

If someone have expierence with this, can tell me, what is diference in code

and what we need to change in code, to works on 64bit system?

 

(I mean on autocad .net application writen for 32bit systems, and autocad 2010,2011)

 

Best regards,

Danijel

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

michael_robertson
Collaborator
Collaborator

If it is full managed net code just change the target type for the project to "Any CPU" and it will run on both 32 & 64.

 

If you are dealing with COM and NET you'll need to do some research because the COM references will be different for the 2 platforms (or you can look into late binding your objects so your app is bitwise independent).

Mike Robertson
FL. Dept. of Transportation
CADD Applications Developer
0 Likes
Message 3 of 3

Anonymous
Not applicable

 

Thank you very much!

 

Best regards,

Danijel

0 Likes