64 bit data types

  • Thread starter Thread starter Frank Rizzo
  • Start date Start date
F

Frank Rizzo

From what I read the 64bit version of the .net 2.0 framework retains
the size of the data types (mostly anyway). I've been porting an app to
run on a AMD x64 box and have been having a lot of trouble byte arrays.
Has anything changed with regard to the handling of the byte type or
byte arrays?

Regards
 
| From what I read the 64bit version of the .net 2.0 framework retains
| the size of the data types (mostly anyway). I've been porting an app to
| run on a AMD x64 box and have been having a lot of trouble byte arrays.
| Has anything changed with regard to the handling of the byte type or
| byte arrays?
|
| Regards

What exactly do you mean with porting?, a managed application is platform
agnostic and so are the managed types (except for IntPtr). What kind of
trouble are you are you refering to?

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top