Qt-interest Archive, June 2007
QtService & Qt 4.3.0
Message 1 in thread
Hi,
I'm not sure if this is the right place to ask such a question, but I
thought I'd try anyway;
I'm trying to compile QtService against Qt 4.3.0, and I get some
unresolved external symbols:
ALCommon.lib(qtservice.obj) : error LNK2001: unresolved external symbol
"public: struct QListData::Data * __thiscall QListData::detach2(void)"
(?detach2@QListData@@QAEPAUData@1@XZ)
ALCommon.lib(qtservice_win.obj) : error LNK2001: unresolved external
symbol "public: struct QListData::Data * __thiscall
QListData::detach2(void)" (?detach2@QListData@@QAEPAUData@1@XZ)
This code compiles & links fine against Qt 4.2.2. I looked at the
porting notes for Qt 4.3.0, but haven't found anything yet.
I notice that QtService is not supported on the Qt 4.3.0 platform -
does anyone know when that support will be added?
Any ideas?
Thanks,
--
[ signature omitted ]
Message 2 in thread
Hi Thomas,
> I'm not sure if this is the right place to ask such a question
Actually, there is a separate mailing list for Qt Solutions components
like QtService, see
http://lists.trolltech.com/
> I'm trying to compile QtService against Qt 4.3.0, and I get some
> unresolved external symbols:
>
>
> ALCommon.lib(qtservice.obj) : error LNK2001: unresolved external symbol
> "public: struct QListData::Data * __thiscall QListData::detach2(void)"
> (?detach2@QListData@@QAEPAUData@1@XZ)
>
> ALCommon.lib(qtservice_win.obj) : error LNK2001: unresolved external
> symbol "public: struct QListData::Data * __thiscall
> QListData::detach2(void)" (?detach2@QListData@@QAEPAUData@1@XZ)
>
This looks like you haven't recompiled everything for Qt 4.3.0 - try a
make clean.
I have compiled QtService against 4.3.0 without problems.
- Eirik Aa.
--
[ signature omitted ]
Message 3 in thread
>I'm trying to compile QtService against Qt 4.3.0, and I get some unresolved
>external symbols:
I have one project using QtService (win32 commercial vs2003.net) I just
switched to
4.3 and rebuilt with no problems. I don't think the solution has been
updated between
4.2 and 4.3.
HTH
--
[ signature omitted ]
Message 4 in thread
You probably have to "make clean" or "make rebuild" to make sure all the
moc files are generated anew.
Cheers,
Peter
> -----Original Message-----
> From: Duane Hebert [mailto:spoo@xxxxxxxxx]
> Sent: Friday, June 29, 2007 5:42 PM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: Re: QtService & Qt 4.3.0
>
> >I'm trying to compile QtService against Qt 4.3.0, and I get some
> unresolved
> >external symbols:
>
> I have one project using QtService (win32 commercial vs2003.net) I
just
> switched to
> 4.3 and rebuilt with no problems. I don't think the solution has been
> updated between
> 4.2 and 4.3.
>
> HTH
--
[ signature omitted ]
Message 5 in thread
You may also want to redo the qmake stage and make sure its pointing to
the correct QT version.
> -----Original Message-----
> From: Peter Prade [mailto:prade@xxxxxxxxxxx]
> Sent: Friday, June 29, 2007 9:34 AM
> To: qt-interest@xxxxxxxxxxxxx
> Subject: RE: QtService & Qt 4.3.0
>
> You probably have to "make clean" or "make rebuild" to make sure all
the
> moc files are generated anew.
>
> Cheers,
> Peter
>
> > -----Original Message-----
> > From: Duane Hebert [mailto:spoo@xxxxxxxxx]
> > Sent: Friday, June 29, 2007 5:42 PM
> > To: qt-interest@xxxxxxxxxxxxx
> > Subject: Re: QtService & Qt 4.3.0
> >
> > >I'm trying to compile QtService against Qt 4.3.0, and I get some
> > unresolved
> > >external symbols:
> >
> > I have one project using QtService (win32 commercial vs2003.net) I
> just
> > switched to
> > 4.3 and rebuilt with no problems. I don't think the solution has
been
> > updated between
> > 4.2 and 4.3.
> >
> > HTH
>
> --
> To unsubscribe - send a mail to qt-interest-request@xxxxxxxxxxxxx with
> "unsubscribe" in the subject or the body.
> List archive and information: http://lists.trolltech.com/qt-interest/
--
[ signature omitted ]