QHull dll

Blitz3D Forums/Blitz3D Programming/QHull dll

Picklesworth(Posted 2004) [#1]
I'm playing about with the QHull dll, and I've encountered a problem. It's quite simple to describe:
If I call the create_Tok_Hull() function twice in the same program, I get I memory access violation on the QHull function. How can I fix this?


elias_t(Posted 2004) [#2]
Hi. If you are using my qhull dll version I have uploaded a new version of this dll. It had to do with a memory release problem.

Please redownload from here: http://www.freewebs.com/elias_t/qhulldll.htm


Bye.
Elias.


Picklesworth(Posted 2004) [#3]
okay, works great now.
Thanks a lot


Filax(Posted 2009) [#4]
Sorry to up this topic, but here is a quick test in blitz3D for the hull dll.