iccaros Posted January 4, 2007 Report Share Posted January 4, 2007 we at work c++ code that is console based at teh moment. we would like to add a GUI to control it but I am haveing some problems.first I changed the properties (settings ) to make it a managed c++ project and added a form called MainFormit created the MainForm.h and MainForm.cpp and MainForm.resXI want to add it to my old main to testI tried MainForm mainForm = new MainForm();but that errors?it also doe not like my #include"MainForm";any hints? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.