Qt-interest Archive, April 2007
How to make an ActiveQt insertable to MS-PPS/WORD?
Message 1 in thread
I compiled QSimpleAx --- an activeQt example of Qt, and in the
Post-Build Event did the register successfully.
It works well when inserted into an HTML file, but does not insertable
to MS-PPS/WORD.
I did this:
Q_CLASSINFO(“Insertable”, “yes”)
I saw in PPS when I “Insert | Object”, then, I got an error message
“Component not correctly registered”.
How to make an ActiveQt insertable to MS-PPS/WORD?
Thanks,
Lingfa
--
[ signature omitted ]
Message 2 in thread
Try an in-process server. Out-of-process doesn't work with OLE embedding, I
think.
Volker
"Lingfa Yang" <lingfa@xxxxxxx> wrote in message
news:4612BEF2.5000008@xxxxxxxxxx
>I compiled QSimpleAx --- an activeQt example of Qt, and in the Post-Build
>Event did the register successfully.
>
> It works well when inserted into an HTML file, but does not insertable to
> MS-PPS/WORD.
>
> I did this:
> Q_CLASSINFO(?Insertable?, ?yes?)
>
> I saw in PPS when I ?Insert | Object?, then, I got an error message
> ?Component not correctly registered?.
>
> How to make an ActiveQt insertable to MS-PPS/WORD?
>
> Thanks,
> Lingfa
>
>
> --
> 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 ]