I have compiled a resource in a dll file in two steps
brcc32 Xresource.rc
dcc32 resource.dpr
resource.dpr is a delphi project containing
library resource;
{$R XResource.res}
begin
end.
The problem appears on some (not all) Chinese Windows (XP & 7). On these machines I can't read the strings from resource.
Any Ideea ? Should I compile it in a different way ?
Thank you.
brcc32
– Jerry Dodge