paragui-dev
[Top][All Lists]
Advanced

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

Re: [paragui-dev] paragui on VC++ 6.0


From: Asko Kauppi
Subject: Re: [paragui-dev] paragui on VC++ 6.0
Date: Wed, 25 Aug 2004 23:15:10 +0300


Perhaps they've fixed something in the Service Packs, since for me it seems to (at least) compile. With the minor changes I placed on the list.

My next challenge (don't I ever stop..?) is eMbedded Visual C++, targetting WinCE. ;)

-ak

25.8.2004 kello 22:22, Alexander Pipelka kirjoitti:

 AFAIK, VC++ 6 is unable handle template default parameters properly.
VC++ 6 and sigc is a "no go". It would be possible to compile ParaGUI
with VC++ 6 by removing *all* default params from the templates (but
that would make the code unusable).

Alex

Am Mit, den 25.08.2004 schrieb Asko Kauppi um 13:29:
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'
        ...



_______________________________________________
paragui-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paragui-dev



_______________________________________________
paragui-dev mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/paragui-dev






reply via email to

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