I think there need be qRegisterMetaType<>() for core::EditonSession class(but doesn't seem to be possible to me, cause it is QObject that is not copyable).
4. click "Environemnt Variable" button3. goto "Advance" tab2. type "sysdm.cpl"1. Win+ROk, when you run aos designer, set QT_FATAL_WARNINGS environment variable's value 1 (if not exists, make one).You can turn this variable on
5. Make a new [System] Environment Variable name:QT_FATAL_WARNINGS(not QT_FATAL_WARNING) value: 1
restart visual studio, and F5 to go. Then you got debug message box when you create new project/sequence.In the same time, you can see the following messages in Debug output
QObject::connect: Cannot queue arguments of type 'core::EditionSession'
(Make sure 'core::EditionSession' is registered using qRegisterMetaType().)
The EditionSession class QObject derived type which not copiable, and cannot be used QueuedConnection between sig/slot
cannot pass this object(Queued connected sig/slot SHOULD BE ABLE TO COPY arguments).I think extract several ciritical data members from EditionSession class to a simple non-QObject derived class and then let signal pass it(In this case you
still need qRegisterMetaType<>() ) ....or just pass pointer to EditionSession object to signal.
BTW, I also learning Qt and very happy about it. I believe you so.
My Env is
CMake : 2.8.10Qt : 4.8.4
Oh I cloned repository in goolge project. :-(
BTW, I only have VS2010 and is there any difference between those two version for AOS designer?
Ok.. I must confess I'm totally newbie in mercurial. There are 5 repositories
How can I kick in?
Can I use VS2010?
Can I use VS2010?
restart visual studio, and F5 to go. Then you got debug message box when you create new project/sequence.In the same time, you can see the following messages in Debug output
QObject::connect: Cannot queue arguments of type 'core::EditionSession'
(Make sure 'core::EditionSession' is registered using qRegisterMetaType().)
--
You received this message because you are subscribed to the Google Groups "Art Of Sequence Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aos-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
That's good. I am waiting to see it working in my box!
--
You received this message because you are subscribed to the Google Groups "Art Of Sequence Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aos-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Bottom line. : please continue to use CMake build system and I hope we can build AOS with cmake --build command.
--
You received this message because you are subscribed to the Google Groups "Art Of Sequence Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aos-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Joel Lamotte
--
You received this message because you are subscribed to the Google Groups "Art Of Sequence Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to aos-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.