perrola
March 14th, 2003, 03:58 AM
Hello,
Using .NET, I try to use the System namespace as follow
float fTempValue = System::Convert::ToSingle(dTempValue);
Thuis generates an error during compilation, saying that System is not a class or namespace
What are the include files and Libraries I have to use ?
Thanks
Laurent
Using .NET, I try to use the System namespace as follow
float fTempValue = System::Convert::ToSingle(dTempValue);
Thuis generates an error during compilation, saying that System is not a class or namespace
What are the include files and Libraries I have to use ?
Thanks
Laurent