D
Daniel Wilson
I have a project that I have upgraded from VC++.Net 2002 to 2003. It worked fine under 2002.
I have solved some of the issues, but now am getting C:\dwilson\StitchViewer\Stitch2Image.cpp(165): error C2039: 'Color' : is not a member of 'System:rawing:en'
Here is the line in question:
p=new System:rawing:en( System:rawing:en::Color::FromArgb(255,255,0));
I am using all of the following:
#using <System.Drawing.DLL>
#using <System.Windows.Forms.DLL>
using namespace System;
using namespace System:rawing;
using namespace System:rawing:rawing2D;
using namespace System::IO;
According to IntelliSense, System:rawing:en::Color does exist. But not according to the compiler. What am I missing?
Thanks.
Daniel Wilson
http://www.embtrak.com Development Team
I have solved some of the issues, but now am getting C:\dwilson\StitchViewer\Stitch2Image.cpp(165): error C2039: 'Color' : is not a member of 'System:rawing:en'
Here is the line in question:
p=new System:rawing:en( System:rawing:en::Color::FromArgb(255,255,0));
I am using all of the following:
#using <System.Drawing.DLL>
#using <System.Windows.Forms.DLL>
using namespace System;
using namespace System:rawing;
using namespace System:rawing:rawing2D;
using namespace System::IO;
According to IntelliSense, System:rawing:en::Color does exist. But not according to the compiler. What am I missing?
Thanks.
Daniel Wilson
http://www.embtrak.com Development Team