Is EverythingToolbar 32-bit? #505
Unanswered
Myron472
asked this question in
Questions & Help
Replies: 1 comment
-
EverythingToolbar is compiled with AnyCPU, so it will run as 32bit or 64bit depending on your Windows installation. At some point I should just compile as 64bit and install to "Program Files". There is a somewhat related issue here: #496 Generally I don't think it's difficult. Mostly it's just a compiler setting as long as there were no assumptions made about pointer and data type sizes. The same applies to possible dependencies. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I was installing the program, I noticed that it installed itself into the "Program Files (x86)" folder.
Also, I'm in general interested in how difficult it is to compile a 32-bit program written, for example, in C# or C++, to 64-bit?
Beta Was this translation helpful? Give feedback.
All reactions