When configuring a C compiler for a driver simulation project the driver stops working when starting the runtime
When starting the runtime the driver tries to register itself and seems then to stop immediately.
When configuring compiler "None" again the situation is still the same -> the driver start and then stops when starting the runtime
You first have to delete the file T5APP.DLL in C:\Users\Public\Documents\zenon_Projects\'workspace'\'PROJECTNAME\RT\FILES\zenon\custom\drivers\DRIVERNAME
to get the driver working again.
When configuring a C compiler for a driver simulation project the driver stops working when starting the runtime
When starting the runtime the driver tries to register itself and seems then to stop immediately.
When configuring compiler "None" again the situation is still the same -> the driver start and then stops when starting the runtime
You first have to delete the file T5APP.DLL in C:\Users\Public\Documents\zenon_Projects\'workspace'\'PROJECTNAME\RT\FILES\zenon\custom\drivers\DRIVERNAME
to get the driver working again.
The problem was addressed in the string formating function. A wrong argument was set.