Conversion of projects from Visual C/C++ version 2.0

  • Thread starter Thread starter prof.Scuba
  • Start date Start date
P

prof.Scuba

Guest
Hi
In the msdn library there is an article describing serial communications in Win32. This article includes the complete source code of a sample program called MTTTY. I use Visual C++ 2005 (beta 2) and would like to compile the source. When I run the convertion wizzard on the sample makefile I get the following message:

Conversion Issues - MTTTY:
Unable to open file. This appears to be a project file from a version of Visual C++ between 1.x and 2.x. Converting of projects from these versions is no longer supported.

I have also tried to "create a project from existing code" with all of the sorce from the sample program. When I try to compile I get the following errors:


TRANSFER.obj : error LNK2019: unresolved external symbol __imp__timeSetEvent@20 referenced in function _TransferRepeatCreate
TRANSFER.obj : error LNK2019: unresolved external symbol __imp__timeKillEvent@4 referenced in function _TransferRepeatDestroy
Debug\test.exe : fatal error LNK1120: 2 unresolved externals

Is there any way for me to compile and get a running version of the sample?


Continue reading...
 
Back
Top