Hey all,
I have a managed VC++ Windows form program in VS .NET 2003. When I try to declare:
I get the following error:
error C3633: cannot define 'inLadar' as a member of managed 'utBaseAnalysis ::Form1'
Is there away around this? I'm trying not to use <stdio>.
Thanks,
- Miles
I have a managed VC++ Windows form program in VS .NET 2003. When I try to declare:
Code:
ifstream inPath;
error C3633: cannot define 'inLadar' as a member of managed 'utBaseAnalysis ::Form1'
Is there away around this? I'm trying not to use <stdio>.
Thanks,
- Miles