-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while compiling VisualSC #2
Comments
Nir, Sorry about that. I just pushed up some work I did in April. Hopefully you wont get the compiler error. The last work I did was under windows/mingw. |
Hi David, Thanks for your fast answer. First let me thank you for your great project - its will give me a great boost to my hobby. so my questions are:
Many thanks, Nir |
Hi Nir, Regarding question 2, I am not sure I understand. But if you are talking On the current tool, the main next task is finishing the graphics that Let me know what you want to work on and I can give you some more specific thanks
|
Hi David, Thanks for detailed answers. Regarding number #2 - the issue is that i want to create a state machine using your tool and than convert it to scxml. from scxml there is the ability of qt to covert it using external tool to h file (that describe the scxml in qt scxml) - and than move toward compilation. The problem i got is as follow: first i used a year ago a tool from appache : http://commons.apache.org/scxml/ to create my state machine but the problem was that when i tried to integrate in side my state machine (in appache editor) a c++ code it doesnt compiled after i converted it to qt scxml. In general my question is: how to integrate c++ code in scxml ?:) This capability is availiable in other model tools like Rhapsody (uml and so) so the power of it is well understood - most of the time the programmer can leave in the state machine model and less in the code. What do you think ? thanks Nir By this |
Hi Nir, I am not sure this project is what you are looking for. the intended model of this project is this: graphic tool ---> scxml ----> code-engine In words: use the graphic tool to draw the state machine. then push this xml file to the target platform. the target platform must For debugging, the target engine can generate an output xml that expresses So far, my project is very early in development. At this time, it can Hopefully this clears it up for you. David
|
Hi David,
i just download last version of visualsc and QTCreator on windows 7 , i found the following errors while compiling:
c:\users\nirs\desktop\daviddrell-visualsc-7c111f2\scdatamodel\scstate.h:190: error: C2668: 'SCState::SCState' : ambiguous call to overloaded function
c:\users\nirs\desktop\daviddrell-visualsc-7c111f2\scdatamodel\scstate.h(57): could be 'SCState::SCState(bool)'
c:\users\nirs\desktop\daviddrell-visualsc-7c111f2\scdatamodel\scstate.h(55): or 'SCState::SCState(QObject *)'
while trying to match the argument list '(void)'
This diagnostic occurred in the compiler generated function 'void SCState::__dflt_ctor_closure(void)'
Many thanks
Nir
The text was updated successfully, but these errors were encountered: