M
Manjree Garg
Hi
I've got an MFC application in VS2005(VC++). It's a mixed-mode application.
Whenever I use Console::Writeline() It never displays any thing (I don't get
any output).
Here is some code example:
void RbfProp::SetRbfProp(RbfPropDlg *rbfDlg)
{
actvFunc = gcnew String(rbfDlg->m_actvFunc);
itr = static_cast <int>(rbfDlg->m_itr);
Console::WriteLine("Activation function = String^",actvFunc);
}
cheers.
Manj.
I've got an MFC application in VS2005(VC++). It's a mixed-mode application.
Whenever I use Console::Writeline() It never displays any thing (I don't get
any output).
Here is some code example:
void RbfProp::SetRbfProp(RbfPropDlg *rbfDlg)
{
actvFunc = gcnew String(rbfDlg->m_actvFunc);
itr = static_cast <int>(rbfDlg->m_itr);
Console::WriteLine("Activation function = String^",actvFunc);
}
cheers.
Manj.