🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

easy bug

Started by
3 comments, last by WitchLord 19 years, 1 month ago
In the preprocessor add-on, in the Buffer class, in the ReadFromFile function, there's an fopen with no fclose.
Advertisement
Hi Rolfe,

thanks for letting us know.

I personally do not do any bug fixing for these libraries, but I've added a known issues section to the download page so that people will know.

If someone would like to fix the preprocessor add-on and pass me an updated version I'd be happy to upload it to the site.

Regards,
Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

Oh yeah, I also had the problem that the ReadFromFile function was not working, so I also replaced that with some Win32 CreateFile/ReadFile functions
Quote: Original post by WitchLord
Hi Rolfe,

thanks for letting us know.
...
Regards,
Andreas


No, Andreas, thank YOU. Angelscript lives up to its name.
[grin]

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement