04/08/08 10:46
>>708
確認しました。
CallbackInterfaces.pasの102行目以降を次のように変更すればうまくいくはずです。
Result := False;
if not sWindowCreatorInitialized then
try
sWindowCreatorInitialized := True;
creator := TWindowCreator.Create;
sWindowCreator := creator;
except
end;
if not Assigned(sWindowCreator) then Exit;