About 64-bit version installation path

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
Alexjobu
In need of some credit
In need of some credit
Posts: 4
Joined: Fri Sep 16, 2022 3:02 am

About 64-bit version installation path

Post by Alexjobu »

I am compiling wxWidgets (shared library) on Windows with CMake-GUI, i am installing it into a custom directory, say "X:\wxWidgets-1-2-3".
Can I compilte the 64-bit version and set CMAKE_INSTALL_PREFIX the same as the 32-bit version in this case "X:\wxWidgets-1-2-3"?
would not there be any file overwriting or conflict with the 32-bit?
Post Reply