logihouse / dspack

Automatically exported from code.google.com/p/dspack
0 stars 0 forks source link

Unicode issues in D2009+ #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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