|
|

楼主 |
发表于 2005-9-15 10:26:00
|
显示全部楼层
Re:DraculaLin 老大,请进!
我把 devexpress 里的 print 部分卸了,安装好了 Pro,于是:
编译 Diablo2 Pro 版本,哎!过不去:
[Error] AsphyreDevices.pas(211): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(211): Operator not applicable to this operand type
[Error] AsphyreDevices.pas(215): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(216): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(216): Operator not applicable to this operand type
[Error] AsphyreDevices.pas(226): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(239): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(239): Operator not applicable to this operand type
[Error] AsphyreDevices.pas(239): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(272): Undeclared identifier: 'DXGetBestBackFormat'
[Error] AsphyreDevices.pas(276): Undeclared identifier: 'DXGetDisplayFormat'
[Error] AsphyreDevices.pas(279): Undeclared identifier: 'DXGetBestDepthFormat'
[Error] AsphyreDevices.pas(286): Undeclared identifier: 'D3DPresentParams'
[Error] AsphyreDevices.pas(316): Undeclared identifier: 'Direct3D9'
[Error] AsphyreDevices.pas(317): Undeclared identifier: 'D3DPresentParams'
[Error] AsphyreDevices.pas(317): Missing operator or semicolon
[Error] AsphyreDevices.pas(317): 'END' expected but ',' found
[Error] AsphyreDevices.pas(319): ';' expected but 'ELSE' found
[Error] AsphyreDevices.pas(336): '(' expected but ',' found
[Error] AsphyreDevices.pas(337): Undeclared identifier: 'Res'
[Error] AsphyreDevices.pas(337): Missing operator or semicolon
[Error] AsphyreDevices.pas(337): '(' expected but ')' found
[Error] AsphyreDevices.pas(338): Missing operator or semicolon
[Error] AsphyreDevices.pas(340): Undeclared identifier: 'Result'
[Error] AsphyreDevices.pas(342): Incompatible types: 'HDC' and 'procedure, untyped pointer or untyped parameter'
[Error] AsphyreDevices.pas(343): '.' expected but ';' found
[Error] AsphyreDevices.pas(348): Identifier redeclared: 'Finalization'
[Error] AsphyreDevices.pas(350): Undeclared identifier: 'NotifyOthers'
[Warning] AsphyreDevices.pas(351): Comparing signed and unsigned types - widened both operands
[Error] AsphyreDevices.pas(354): Undeclared identifier: 'FOnInitDevice'
[Error] AsphyreDevices.pas(354): Incompatible types
[Error] AsphyreDevices.pas(356): Undeclared identifier: 'Self'
[Warning] AsphyreDevices.pas(357): Comparing signed and unsigned types - widened both operands
[Warning] AsphyreDevices.pas(359): Text after final 'END.' - ignored by compiler
[Hint] AsphyreDevices.pas(45): Private symbol 'NotifiedLost' declared but never used
[Hint] AsphyreDevices.pas(52): Private symbol 'FindNotifyObj' declared but never used
[Hint] AsphyreDevices.pas(53): Private symbol 'NotifyOthers' declared but never used
[Error] AsphyreDevices.pas(65): Unsatisfied forward or external declaration: 'TAsphyreDevice.AddToNotify'
[Error] AsphyreDevices.pas(66): Unsatisfied forward or external declaration: 'TAsphyreDevice.RemoveFromNotify'
[Error] AsphyreDevices.pas(69): Unsatisfied forward or external declaration: 'TAsphyreDevice.DoneDevice'
[Error] AsphyreDevices.pas(71): Unsatisfied forward or external declaration: 'TAsphyreDevice.BeginScene'
[Error] AsphyreDevices.pas(72): Unsatisfied forward or external declaration: 'TAsphyreDevice.EndScene'
[Error] AsphyreDevices.pas(73): Unsatisfied forward or external declaration: 'TAsphyreDevice.Reset'
[Error] AsphyreDevices.pas(74): Unsatisfied forward or external declaration: 'TAsphyreDevice.Present'
[Error] AsphyreDevices.pas(75): Unsatisfied forward or external declaration: 'TAsphyreDevice.Clear'
[Hint] AsphyreDevices.pas(98): Private symbol 'SearchForDevice' declared but never used
[Error] AsphyreDevices.pas(99): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.SetDevice'
[Error] AsphyreDevices.pas(101): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.Notification'
[Error] AsphyreDevices.pas(102): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.ReceiveNotice'
[Error] AsphyreDevices.pas(104): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.FindClComponent'
[Error] AsphyreDevices.pas(106): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.Create'
[Error] AsphyreDevices.pas(107): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponent.Destroy'
[Error] AsphyreDevices.pas(119): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponentEx.ReceiveNotice'
[Error] AsphyreDevices.pas(123): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponentEx.Initialize'
[Error] AsphyreDevices.pas(124): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponentEx.Finalize'
[Error] AsphyreDevices.pas(126): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponentEx.Create'
[Error] AsphyreDevices.pas(127): Unsatisfied forward or external declaration: 'TAsphyreDeviceComponentEx.Destroy'
[Fatal Error] MainFm.pas(7): Could not compile used unit 'AsphyreDevices.pas'
|
|