N
ncj168
Unregistered / Unconfirmed
GUEST, unregistred user!
wlibrary ZWBAR;
uses
ComServ,
_DelphiBand in '_DelphiBand.pas',
ZWBAR_TLB in 'ZWBAR_TLB.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
构建
[错误] ZWBAR.dpr(1): Declaration expected but identifier 'ZWBAR' found
[错误] ZWBAR.dpr(9): Undeclared identifier: 'DllGetClassObject'
[错误] ZWBAR.dpr(10): Undeclared identifier: 'DllCanUnloadNow'
[错误] ZWBAR.dpr(11): Undeclared identifier: 'DllRegisterServer'
[错误] ZWBAR.dpr(12): Undeclared identifier: 'DllUnregisterServer'
[警告] ZWBAR.dpr(14): File not found: 'wlibrary.TLB'
[警告] ZWBAR.dpr(16): File not found: 'wlibrary.RES'
哪位大哥,解析一下,我是新手
万分感谢
uses
ComServ,
_DelphiBand in '_DelphiBand.pas',
ZWBAR_TLB in 'ZWBAR_TLB.pas';
exports
DllGetClassObject,
DllCanUnloadNow,
DllRegisterServer,
DllUnregisterServer;
{$R *.TLB}
{$R *.RES}
begin
end.
构建
[错误] ZWBAR.dpr(1): Declaration expected but identifier 'ZWBAR' found
[错误] ZWBAR.dpr(9): Undeclared identifier: 'DllGetClassObject'
[错误] ZWBAR.dpr(10): Undeclared identifier: 'DllCanUnloadNow'
[错误] ZWBAR.dpr(11): Undeclared identifier: 'DllRegisterServer'
[错误] ZWBAR.dpr(12): Undeclared identifier: 'DllUnregisterServer'
[警告] ZWBAR.dpr(14): File not found: 'wlibrary.TLB'
[警告] ZWBAR.dpr(16): File not found: 'wlibrary.RES'
哪位大哥,解析一下,我是新手
万分感谢