hjsmithh
December 6th, 2006, 11:34 PM
I have been using Visual C# 2003 for a good while and now I am trying to use Visual C++ 2005. I have compile errors in my first program that I cannot resolve. How can I get help?
-Harry
-Harry
|
Click to See Complete Forum and Search --> : [RESOLVED] My first Visual C++ 2005 program hjsmithh December 6th, 2006, 11:34 PM I have been using Visual C# 2003 for a good while and now I am trying to use Visual C++ 2005. I have compile errors in my first program that I cannot resolve. How can I get help? -Harry namezero111111 December 6th, 2006, 11:38 PM By solving the errors... No seriously, if you expect any help here, you need to be more specific. Post (preferrably compilable) code and the error you are experiencing. What you posted here is like going to the dealership and saying "My car has a problem, fix it". -Andy hjsmithh December 7th, 2006, 12:00 AM public: static RunForm^ objRunForm; gives error C2143: syntax error : missing ';' before '^' File Global.h Line 207 but public: static HelpForm^ objHelpForm; works fine. Also Global::objHelpForm = gcnew HelpForm(); gives error C2061: syntax error : Identifier 'HelpForm' File RunForm.h Line 483 I will attach the complete source in a .zip file Algo358F.zip . hjsmithh January 2nd, 2007, 09:47 AM I didn't get any help, but I got the program to compile error free. The source and run files are at http://www.geocities.com/hjsmithh/download.html#Algo358 . Marc G January 4th, 2007, 09:33 AM [ moved thread ] codeguru.com
Copyright WebMediaBrands Inc., All Rights Reserved. |