Skip to content

Unicode issues in D2009+ #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions