Menu

Compilation Error

Bijesh
2018-08-01
2018-08-01
  • Bijesh

    Bijesh - 2018-08-01

    Hi Project Admin,

    I am trying to build source code on Visual Studio 2012 /2013 but many errors for missing .h files. Please suggest which version of Visual studio is used to compile this project and do I need to install / add any dependencies before building.

    Thank you

     
  • Bijesh

    Bijesh - 2018-08-01

    Hello Michal Havranek ,

    Thank you for reply. I am now using VS 2017 Comunity and installed Windows Driver Development Kit 7.1. Compliation of projects HylaPrintUI and SetupConfigPrinterPort is successfull, Thank you very much. But getting error "fatal error C1083: Cannot open include file: 'winsplp.h': No such file or directory" on projects HylaPrintMon and HylaPrintMonReg. Do i need to set some Enviremental variables or include missing library? Please help.

    Thank You

     
  • Michal Havranek

    Michal Havranek - 2018-08-01

    WDDK has this file. You must to add WinDDK_directory\7600.16385.1\inc\api to the Include Directories in VS configuration for the project.

     
  • Bijesh

    Bijesh - 2018-08-01

    Thank you very much for your prompt help. Just one error "HylaPrint.rc(10): fatal error RC1015: cannot open include file 'afxres.h' " on Project HylaPrintMon. am I missing other include directory? Rest all projects are compiled successfully.

     
  • Bijesh

    Bijesh - 2018-08-01

    This seems to be installation issue because i did not selected "MFC and ATL Support" during installation. Should run after installation modify

     
  • Bijesh

    Bijesh - 2018-08-01

    Build successfully. Thank you very much Michal for your help.

     

Log in to post a comment.