Group: Forum Members
Last Active: 6 Years Ago
Posts: 32,
Visits: 50
|
I have a quick question.
Is NChart 32-bit only, or are there 64-bit assemblies that you can download for x64 machines ??
The reason I ask is that I have just noticed that I have 32-bit NChart assemblies on my machine (64-bit), so these must be in the download - and I do not remember any option to download 64-bit versions.
I just need to know as obviously this will limit me to building NChart based applications that are targeted at the x86 architecture (which I know will run on 64-bit anyway). I do build applications targeted at x64 (non NChart), but need to know if I must ensure that any application built using NChart is always and only targeted at x86.
Thanks Steve
|
Group: Forum Members
Last Active: Yesterday @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Steve, All Nevron assemblies are complied with the AnyCPU setting - that means that they will adopt the cpu settings of the embedding application - so to have a 64bit application in .NET you'll need to either enable AnyCPU in your application or specify x64. This can be done from the build / platform target option in the project settings.
Best Regards, Nevron Support Team
|