Samprayoga
Programmer
I am migrating a code that i have developped under VC++7.0 to Solaris OS. When i compile my source i have the following
error:
Error : The name tm is ambiguous, tm and std::tm.
In my source i use a method that has the following prototype
:
void formatDateHour(struct tm* local,string& result)
Thanks for help.
S
error:
Error : The name tm is ambiguous, tm and std::tm.
In my source i use a method that has the following prototype
:
void formatDateHour(struct tm* local,string& result)
Thanks for help.
S