Freeimage doesn't play so well with threading
BlitzMax Forums/Brucey's Modules/Freeimage doesn't play so well with threading| 
 | ||
| From this topic: http://www.blitzmax.com/Community/posts.php?topic=88923 I've found that Freeimage doesn't load images so well with multithreading. BMax version 1.37. Freeimage 1.05 (bmax). Vista 64. Has anyone had any success or tips? Would using a DLL instead of static code be better for multitasking? | 
| 
 | ||
| Sorry to jump to conclusions. It's not FreeImage. | 
| 
 | ||
|   It's not FreeImage  Well, I can't guarantee that FreeImage is completely thread-safe. I'll need to look into it to get some real info on the subject. | 
| 
 | ||
| I don't think it's just FreeImage, I've created a new source without it and I still get the same types of random crashes. My new post is here with the code: http://www.blitzmax.com/Community/posts.php?topic=88938 |