basic question about #include declarations

From: john klosak (klosak_at_mchsi.com)
Date: 11/28/04

  • Next message: Jack Klein: "Re: basic question about #include declarations"
    Date: Sun, 28 Nov 2004 02:14:25 GMT
    
    

    I am writing a scanning program in microsoft visual C++ for a windows XP
    application.

    i am trying to put a bitmap compressor in the code and want to use
    ICImageCompress (0,0,lpbiIn,lpBits,0,0,plSize)

    I put an #include to to include the Vfw.h file but still get an unresolved
    external error durring the link

    in the SDK Platform description it also says to use the Vfw32.lib

    I did locate this file but dont know how to or if it is necessary to also
    include this library file as i havent included any other *.lib files and the
    program to this point has compiled well.

    any thoughts ??

    many thanks

    John Klosak

    klosak@qcvascular.com


  • Next message: Jack Klein: "Re: basic question about #include declarations"