paragui-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-dev] paragui on VC++ 6.0


From: Asko Kauppi
Subject: [paragui-dev] paragui on VC++ 6.0
Date: Wed, 25 Aug 2004 14:29:09 +0300


How much hope do I have, getting ParaGUI to compile under Visual C++ command line tools?

Here's the current choking point - if someone knows it cannot be done (I won't believe you anyhow.. ;P) or the magic switch that makes it happen, you'd save my day!

-ak


cl /nologo /O2 /DWIN32 /G5 /Iparagui-cvs/include /Iparagui-cvs/src/expat /Iparagui-cvs/src/physfs /I../win32-libs/libsigc++-1.2.5 /I../win32-libs/libsigc++-1.2.5/sigc++/config /I../win32-libs/zlib-1.1.4-1 /I../win32-libs/sdl-1.2.6/include /I../win32-libs/freetype-2.1.7 /I../win32-libs/freetype-2.1.7/include /nologo /GX /GR /c paragui-cvs/src/widgets/pgrichedit.cpp /Fo../temp/win32.msc/paragui/pgrichedit.obj
pgrichedit.cpp

paragui-cvs/include\pgsignals.h(120) : error C2784: 'class SigC::Slot6<R,P1,P2,P3,P4,P5,P6> __cdecl SigCX::convert(const T &,R (__cdecl *)(T &,P1,P2,P3,P4,P5,P6))' : could not deduce template argument for 'overloaded function type' from 'overloaded function type'

paragui-cvs/include\pgsignals.h(119) : while compiling class-template member function 'class SigC::Connection __thiscall PG_Signal2<class PG_ScrollBar *,long,void *>::connect(const class SigC::Slot0<bool> &)' paragui-cvs/include\pgsignals.h(120) : error C2784: 'class SigC::Slot5<R,P1,P2,P3,P4,P5> __cdecl SigCX::convert(const T&,R (__cdecl *)(T &,P1,P2,P3,P4,P5))' : could not deduce template argument for 'overloaded function type' from 'overloaded function type'
        ...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]