What steps will reproduce the problem?
BaseClass.pas:
GetModuleFileName(hinstance, Filename, sizeof(Filename));
should be
GetModuleFileName(hinstance, Filename, Length(Filename));
Replace all three occurrences.
What version of the product are you using? On what operating system?
r3 Jan 25, 2010
Original issue reported on code.google.com by Lassiv...@gmail.com on 7 Sep 2010 at 5:50
Original issue reported on code.google.com by
Lassiv...@gmail.com
on 7 Sep 2010 at 5:50