Incorrect FindClose() file handle
Brought to you by:
nigels
(Sorry for creating a duplicate report. Please ignore the first report, I wasn't logged in properly).
In version 2.35 for Windows, GLUI_FileBrowser() contains a bug when calling the windows function FindClose(). The call to FindClose() incorrectly passes in the FN variable address instead of the file handle "hFind". An exception gets thrown as a result.
It should be "FindClose(hFind);" instead of "FindClose(&FN);".
Please contact me at my email address on file because I'd like to know the outcome of this report.
BTW, I've enjoyed using GLUI and think it's a great product. Thanks for contributing GLUI to the community.
Thanks,
Dan
Thanks for the report.