Thanks for the answer _Rob_,
The source code has 12 .cpp files and 14 .h files.
The application is expected to read the file names from a CD. The application is to be upgraded to read long file names from CD.
Can you please give details of, how to proceed with your suggestion? I am not clear about your opinion.
Thanks again.
Main Topics
Browse All Topics





by: _Rob_Posted on 2003-08-11 at 08:56:43ID: 9123156
>ASSERT(::IsWindow(m_hWnd) );
And the value of m_hWnd was what? NULL perhaps?
If I were to port an application from Win16 to Win32 I would create a skeleton project from scratch with the wizard in DevStudio. I would create handlers for messages with ClassWizard, build the menus with the GUI editor and then move the old code function by function into this skeleton and perform tests if possible during the process.
Is it a huge source? Number of lines?
/rob