Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Out of scope
-
Affects Version/s: 5.7.1
-
Fix Version/s: None
-
Component/s: Core: State Machine
-
Labels:None
-
Environment:MSVC2015
MSVC2013
Description
Because of using dll, I changed Common Language Runtime Support in my QT project into Common Language Runtime Support (/clr).
i used: stateExploring->addTransition(ui.startExperiment, &QPushButton::clicked, stateRunning); to change from state "stateExploring" into "stateRunning" when button is clicked, it seems that this function doesn't work.
I tried connect a slot for button event function, it worked well ( it shows message box when button clicked)
for debugging, I changed into No Common language support, this function worked well.