M
Manfred Huber
Hello,
I'm using VC++ 7.0 .NET. It seems that the "%d" and "%f" format parameters
are not supported anymore. Following code does not work:
StatusLabel->Text = String::Format ("Reading %d bytes (%0.1f Kb/s)",
__box(lBytes), __box (dTransferRate));
If I used this code with VC++ 6.0 and MFC it worked without any problems? Do
you have an idea how to solve this?
I'm using VC++ 7.0 .NET. It seems that the "%d" and "%f" format parameters
are not supported anymore. Following code does not work:
StatusLabel->Text = String::Format ("Reading %d bytes (%0.1f Kb/s)",
__box(lBytes), __box (dTransferRate));
If I used this code with VC++ 6.0 and MFC it worked without any problems? Do
you have an idea how to solve this?