8/29/2025 7:00 AM | |
Joined: 8/3/2009 Last visit: 9/2/2025 Posts: 16290 Rating:
|
Hello Vinco_83 It could also be a memory access violation. If you do not allocate memory for strings or pointer correctly then you write to memory that is not properly allocated. this could work well but if you write accidentally to a memory areas which is also used by the system (this could be random) then this could lead to a crash. It would be only in C Scripts because in VB the memory handling works more uncomplicated. Check for example this FAQ: https://support.industry.siemens.com/cs/de/en/view/7929092 Proof yourselfe it you do the things like mentioned in teh FAQ or if you so not allocate the memory correclty if you work with C Script and string pointers Bye Murof |
Last edited by: Murof at: 08/29/2025 07:00:33If this Information really helps, you could use the Rate function |
|
Follow us on