Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 42215

VS 2010 Does anyone code with 64-bit o/s??

$
0
0
I'm curious - I've got an ID # that is BIGINT in SQL - so it's a LONG and not an INT in VB.

So - the IDE made me add CINT() around all my LONG declaration so they could "reside" inside an array as the slot of the array

Code:

Dim daAIds As Long() = m_dcxE.ArchetypeAIds
.
.
.
Dim rWordASlot() As Long = Nothing
.
.
.
rWordOutcome.Add(New dcxEngine.dcxO(dcxEngine.outcomeType.FixedArchetype, i, daCIds(CInt(rWordASlot(i))), daCKey(CInt(rWordASlot(i))), daAIds(CInt(rWordASlot(i)))))

If I was coding with a 64-bit machine - with a 64 bit O/S - would that not happen???

Viewing all articles
Browse latest Browse all 42215

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>