Menu

Visual C++ 2005 Express Edition

Help
dlucky1
2007-10-10
2013-05-20
  • dlucky1

    dlucky1 - 2007-10-10

    Hi,  I have Visual C++ 2005 Express.  I tried to build com2tcp project, but, it gives me the following error messages.  Needless to say, I must be doing something stupid  Would you please give some advice?

    Thank you.

    dlucky1

    +++++++++++++++++++++

    ------ Rebuild All started: Project: com2tcp, Configuration: Debug Win32 ------
    Deleting intermediate and output files for project 'com2tcp', configuration 'Debug|Win32'
    Compiling...
    com2tcp.cpp
    f:\projects\daisychain\sourceforge\com2tcp-1.3.0.0\com2tcp-1.3.0.0\precomp.h(31) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
    telnet.cpp
    f:\projects\daisychain\sourceforge\com2tcp-1.3.0.0\com2tcp-1.3.0.0\precomp.h(31) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
    utils.cxx
    f:\projects\daisychain\sourceforge\com2tcp-1.3.0.0\com2tcp-1.3.0.0\precomp.h(31) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
    Generating Code...
    Creating browse information file...
    Microsoft Browse Information Maintenance Utility Version 8.00.50727
    Copyright (C) Microsoft Corporation. All rights reserved.
    BSCMAKE: error BK1506 : cannot open file '.\Debug\telnet.sbr': No such file or directory
    Build log was saved at "file://f:\Projects\DaisyChain\SourceForge\com2tcp-1.3.0.0\com2tcp-1.3.0.0\Debug\BuildLog.htm"
    com2tcp - 4 error(s), 0 warning(s)
    ========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========

     
    • Vyacheslav Frolov

      Possible SDK was not installed.

      See http://msdn2.microsoft.com/ru-ru/express/aa700755.aspx

       
      • dlucky1

        dlucky1 - 2007-10-12

        Hell Vyacheslav,

        Readme file for com2tcp has the following instructions for building cmp2tcp.exe;

        BUILDING

        Start Microsoft Visual C++ 2005 with hub4com.vcproj file.
        Set Active Configuration to "com2tcp - Win32 Release".
        Build com2tcp.exe.

        Is it right that we should start with hub4com.vcproj file, or should it be com2tcp.vcproj file?

        I am able to 'build solutions' with com2tcp.vcproj file giving me 13 new files in the 'Release' sub-directory.  I have not tried to use the com2tcp.exe file yet.

        Thank you.

        dlucky1

         
    • dlucky1

      dlucky1 - 2007-10-11

      Thank you  I am in the process of installing PSDK-X86 package from above link you gave kindly.  I will report back.

      dlucky1

       
      • dlucky1

        dlucky1 - 2007-10-12

        Installing PSDK-X86, and adding proper PATH to VC++ Express let me compile correctly without any errors.

        Thank you.

         
    • Vyacheslav Frolov

      It should be com2tcp.vcproj file and already fixed in CVS.

       

Log in to post a comment.