Good day
Has anybody faced such SIMPL+ bug.
?
1. You make a module
2. Press compile
3. No errors, the symbol was updated ..
.. but actually it was not updated ...?
?
SIMPL uses the old version of the module. I could not catch what a trouble, until added PRINT ("time XXXX ") in the Main Function (I added current time or something new before new compilation to chck if it WAS).
In result in module in SIMPL+ which was successfully compiled few second ago I can see correct code, but the debuger shows me that the previous version is used.?
The only alteration can be seen is adding the output or input. In this case the module in SIMPL is updated with new input/output BUT !!! the code itself is still old ...?
?
I tried all solution I could
?
Rebuild, reload databases, files e.t.c. , move UserPlus library to other folder e.t.c.?
The only solution works is:
Before compile save as the module with new name, (f.e. module_ver2) than add new module in SIMPL and copy all signals to the new one.
This way it works ones ...
?
PS: All that happens in Parallels over MacOS. I used it for a long time and there were no any trouble for years.?
?
I'm really tiered with this "games" :-)
?
?
Thanks in advance for You advices
?