Begin forwarded message:

From: Igor <[EMAIL PROTECTED]>
Date: October 21, 2005 6:33:46 AM PDT
Subject: fcgi-test.cpp
Reply-To: Igor <[EMAIL PROTECTED]>


Hello me,

      Could you provide a makefile to compile fcgi-test.cpp with
      FCgiIO.h, FCgiIO.cpp under win32 platform?

      All my attempts to compile this very example with VC7 have failed.

 It keeps telling me
  fast_cgi_attemtp error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall
cgicc::FCgiIO::FCgiIO(struct FCGX_Request &)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@@@Z) referenced in function _main
  fast_cgi_attemtp error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall
cgicc::FCgiIO::~FCgiIO(void)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]) referenced in function _main

      I have all required libraries included in my projects and I can
      compile and run cgicc/fastcgi examples separately. The problem is - I can
      not get cgicc to work with Fast-CGI under win32. It works fine
      except the parameters are unavailable :-(

      It seems that this error relates to vftable or something... If I
      knew what it is I would have fixed it.

   Summary:

   - I have both cgicc lib and fastcgi lib in my project, compiled,
   working, tested.

   - cgicc and fast-cgi applications are working fine on their own

   - When I try to use them both everything is fine till
     a class, declared in my application which is inherited from a
     dependency library (cgicc) and a virtual function is redefined,
     then linker can not find constructors (I'm not sure about a
     direct dependency with a virtual function)


     Let me know if you need any additional information.

     Thanks.


-- 
www.rol.ru
Best regards,
 Igor                          mailto:[EMAIL PROTECTED]



_______________________________________________
help-cgicc mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-cgicc

Reply via email to