How to convert a C++ WinForm to EXE? #128592
Unanswered
Panda2340
asked this question in
Programming Help
Replies: 1 comment 6 replies
-
Hello dear friend; To convert a C++ WinForm project created in Microsoft Visual Studio 2022 to an executable (.exe):
Make sure all necessary DLLs are accessible alongside the executable. Be lucky. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For the past few days, I have been looking for ways to convert a C++ WinForm made in Microsoft VS2022 to a .exe file, but I haven't found any working methods.
Please help if you can
:)
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions