|
Hi all,
I'm using Visual Studio 2005 SP1, and Eyesweb 5.0.2.0 to create a block for my project.
All the header and source files are attached in the zip.
After the header and source files are automatically created, I go to CWeatherReport:::Execute in WeatherReport.cpp, add a line using system() function, buid the project and get this error C2872:
z:\tunguyen\visual studio 2005\projects\eywtncatalog1\eywtncatalog1\weatherreport.cpp(150) : error C2872: 'system' : ambiguous symbol
could be 'c:\program files\microsoft visual studio 8\vc\include\stdlib.h(559) : int system(const char *)'
or 'c:\program files\microsoft visual studio 8\vc\include\cstdlib(28) : int system(const char *)'
or 'boost::system'
How to solve that, please!
|