Click here to Skip to main content
15,794,475 members
Home / Discussions / C#
   

C#

 
GeneralRe: x86 and x64 in one project Pin
Richard MacCutchan21-Jul-16 23:21
mveRichard MacCutchan21-Jul-16 23:21 
AnswerRe: x86 and x64 in one project Pin
Pete O'Hanlon21-Jul-16 23:05
subeditorPete O'Hanlon21-Jul-16 23:05 
GeneralRe: x86 and x64 in one project Pin
po_saa21-Jul-16 23:13
po_saa21-Jul-16 23:13 
GeneralRe: x86 and x64 in one project Pin
OriginalGriff21-Jul-16 23:32
mvaOriginalGriff21-Jul-16 23:32 
GeneralRe: x86 and x64 in one project Pin
po_saa22-Jul-16 0:19
po_saa22-Jul-16 0:19 
GeneralRe: x86 and x64 in one project Pin
OriginalGriff22-Jul-16 0:36
mvaOriginalGriff22-Jul-16 0:36 
GeneralRe: x86 and x64 in one project Pin
po_saa22-Jul-16 1:12
po_saa22-Jul-16 1:12 
GeneralRe: x86 and x64 in one project Pin
Rob Philpott22-Jul-16 0:48
Rob Philpott22-Jul-16 0:48 
You've lost me! Indexer is 32 bit means an object size limit of 2GB? Not really, it means that if you ignore the unsigned values you can have up to 2^31 elements per dimension of the array, which is enough for a 2,000,000,000 byte byte array as specified.

Arrays can have over 4 billion elements across dimensions, and the 2GB limit can be lifted on 64 bit platforms with the newfangled gcAllowVeryLargeObjects wotsit.

https://msdn.microsoft.com/en-us/library/hh285054(v=vs.110).aspx

I'd venture that a push you could just about get away with this in 32 or 64 bits with other dubious settings. Or die trying...
Regards,
Rob Philpott.

GeneralRe: x86 and x64 in one project Pin
po_saa22-Jul-16 1:19
po_saa22-Jul-16 1:19 
QuestionInheritance Pin
sunsher20-Jul-16 16:11
sunsher20-Jul-16 16:11 
GeneralRe: Inheritance Pin
PIEBALDconsult20-Jul-16 17:47
professionalPIEBALDconsult20-Jul-16 17:47 
AnswerRe: Inheritance Pin
BillWoodruff20-Jul-16 19:03
professionalBillWoodruff20-Jul-16 19:03 
AnswerRe: Inheritance Pin
Rob Philpott20-Jul-16 21:01
Rob Philpott20-Jul-16 21:01 
AnswerRe: Inheritance Pin
OriginalGriff20-Jul-16 21:20
mvaOriginalGriff20-Jul-16 21:20 
GeneralRe: Inheritance Pin
sunsher27-Jul-16 13:48
sunsher27-Jul-16 13:48 
GeneralRe: Inheritance Pin
OriginalGriff27-Jul-16 20:20
mvaOriginalGriff27-Jul-16 20:20 
Questionhow i can use Kinect to record skeleton tracking Pin
Member 1252528120-Jul-16 5:12
Member 1252528120-Jul-16 5:12 
AnswerRe: how i can use Kinect to record skeleton tracking Pin
Dave Kreskowiak20-Jul-16 9:14
mveDave Kreskowiak20-Jul-16 9:14 
QuestionInconsistent synchronization Pin
Bernhard Hiller19-Jul-16 23:29
Bernhard Hiller19-Jul-16 23:29 
AnswerRe: Inconsistent synchronization Pin
User 1106097920-Jul-16 0:31
User 1106097920-Jul-16 0:31 
GeneralRe: Inconsistent synchronization Pin
Bernhard Hiller20-Jul-16 0:59
Bernhard Hiller20-Jul-16 0:59 
GeneralRe: Inconsistent synchronization Pin
User 1106097920-Jul-16 1:02
User 1106097920-Jul-16 1:02 
GeneralRe: Inconsistent synchronization Pin
Bernhard Hiller20-Jul-16 1:18
Bernhard Hiller20-Jul-16 1:18 
GeneralRe: Inconsistent synchronization Pin
User 1106097920-Jul-16 1:25
User 1106097920-Jul-16 1:25 
GeneralRe: Inconsistent synchronization Pin
User 1106097920-Jul-16 10:22
User 1106097920-Jul-16 10:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.