01-05-2013, 05:25 PM
Question in 2.3.4.4
|
01-05-2013, 05:41 PM
Better don't use global Acc variables. An Acc variable contains COM object pointer. COM objects don't work in multiple threads, or need to explicitly free to avoid memory leaks, or need to lock to avoid simultaneous access by multiple threads (possible memory leaks, exceptions...).
If need to share a variable in functions running in single thread, there are better ways, for example Acc-.
01-05-2013, 05:49 PM
Many thanks indeed!
|
« Next Oldest | Next Newest »
|
Users browsing this thread: 2 Guest(s)