|
||||||
| Managed C++ Visual Studio .NET managed C++ Topics |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I'm having problems with one of my projects. I created a windows .net form and want to include more than one namespace in the class. I create the second class after my form class but when I compile it doesn't recognize the data. I get a syntax error (Syntax Error: Identifier accessData) and a undeclared identifier error. If I move the second class to the top everything works but then the designer wont run. How can I use this class or define it before the first class? Here is an example:
namespace spaceName { public __gc class Form1 : public System::Windows::Forms::Form { public: Form1(void) { InitializeComponent(); } ........... Code here // Trying to call the second class here: accessData* data = new AccessData(); }; // end the class // Create another class public __gc clase accessData { .. Code here }; } // End Namespace
__________________
I Need Help |
| Sponsored Links |
|
|
|
|||
|
Ahh, I see. If I move the first class the designer doesn't work. I've put the class in a seperate file and included it which also works just fine. How do I do a forward declaration?
__________________
I Need Help |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Issue writing to file: pointer to a class which contains pointers to other classes | Sheemer | C and C++ | 0 | 08-21-2007 02:17 AM |
| Abstract Classes | CyberByte | C and C++ | 1 | 02-21-2007 07:22 PM |
| Data and Classes | Sionofdarkness | Java Help | 5 | 08-23-2006 10:18 PM |
| Classes, Methods, and Objects | Sionofdarkness | Java Help | 6 | 08-21-2006 01:55 PM |
| understanding classes | Chan | C# Programming | 3 | 07-17-2006 01:19 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |