[vtkusers] What does the mean? x64 and win32
David Cole
DLRdave at aol.com
Sun Aug 13 12:43:28 EDT 2017
WIN32 is defined even in x64 builds. You are building 64-bit libraries
and executables, and can use however much memory a system has based on
64-bit limits. That is, you shouldn't find any limitation like 2G or
3G of memory as you do in a 32-bit app.
HTH,
David C.
On Sun, Aug 13, 2017 at 7:36 AM, chensq <chenshaoqiang at buaa.edu.cn> wrote:
> My vtk works very well. But today I noticed that every project in my vtk is
> builed with x64 and win32 as shown in the accessory.
> I was confused what this mean? I used to think that win32 should go with x86
> while x64 should go with win64.
> I want to know that in this situation how much memory I could use?
> Thank you in advance.
> Chen
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Search the list archives at: http://markmail.org/search/?q=vtkusers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/vtkusers
>
More information about the vtkusers
mailing list