|
@@ -54,6 +54,7 @@ uses
|
|
function MakeObjectInstance(Method: TWndMethod): Pointer;
|
|
function MakeObjectInstance(Method: TWndMethod): Pointer;
|
|
begin
|
|
begin
|
|
runerror(211);
|
|
runerror(211);
|
|
|
|
+ MakeObjectInstance:=nil;
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|
|
@@ -66,6 +67,7 @@ procedure FreeObjectInstance(ObjectInstance: Pointer);
|
|
function AllocateHWnd(Method: TWndMethod): HWND;
|
|
function AllocateHWnd(Method: TWndMethod): HWND;
|
|
begin
|
|
begin
|
|
runerror(211);
|
|
runerror(211);
|
|
|
|
+ AllocateHWnd:=0;
|
|
end;
|
|
end;
|
|
|
|
|
|
|
|
|