Message 1 of 8
Thread Local Storage (TLS) crash
Not applicable
06-20-2008
07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
do any body know How to create a thread local variable?
When I declare this variable, MAX 8 isn't able to load my dll plugin module. It reports this error message:
"Error code is 998: Invalid access to memory location"
Any idea?
Thx
do any body know How to create a thread local variable?
__declspec(thread) int i;
When I declare this variable, MAX 8 isn't able to load my dll plugin module. It reports this error message:
"Error code is 998: Invalid access to memory location"
Any idea?
Thx