Compile to 64 bit?

Posts   
 
    
Anthony
User
Posts: 155
Joined: 04-Oct-2006
# Posted on: 01-Mar-2015 05:56:24   

I am having issue with memory issues due to 32bit constraint on memory. Does llblgen allow me to compile an application in 64bit? Will this increase the memory allowance beyong 2GB

Using llblgen v3 c#

daelmo avatar
daelmo
Support Team
Posts: 8245
Joined: 28-Nov-2005
# Posted on: 02-Mar-2015 07:04:27   

Compiling is done in vs.net, all code is generated as cpu ignorant, and if he wants 64bit compiled output, you should change that in vs.net.

David Elizondo | LLBLGen Support Team
Anthony
User
Posts: 155
Joined: 04-Oct-2006
# Posted on: 02-Mar-2015 11:51:52   

will this allow llglgen to address more memory and hopefully avoid out of memeory?

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39614
Joined: 17-Aug-2003
# Posted on: 02-Mar-2015 13:08:10   

Anthony wrote:

will this allow llglgen to address more memory and hopefully avoid out of memeory?

Out of memory exceptions are less likely on 64bit indeed, but the first thing you need to avoid is consuming a lot of memory by keeping a lot of entities in memory.

Frans Bouma | Lead developer LLBLGen Pro