kfritz411
Member
during compile I get this error, I posted in the thread for OWLTR 4.0 for ServUO Pub 54 but didn't get much assistance, figured I'd try here.
Packets.cs attached
Packets.cs attached
Code:
Press any key to continue . . .
Could Not Find X:\UOSERVER\[ServUO.com]-Clean ServUO Pub 54 with OWLTR 4 and Ani
mal BODs\ServUO.exe
X:\UOSERVER\[ServUO.com]-Clean ServUO Pub 54 with OWLTR 4 and Animal BODs>C:\Win
dows\Microsoft.NET\Framework\v4.0.30319\csc.exe /win32icon:"X:\UOSERVER\[ServUO.
com]-Clean ServUO Pub 54 with OWLTR 4 and Animal BODs\Server\servuo.ico" /r:"X:\
UOSERVER\[ServUO.com]-Clean ServUO Pub 54 with OWLTR 4 and Animal BODs\Ultima.dl
l" /target:exe /out:"X:\UOSERVER\[ServUO.com]-Clean ServUO Pub 54 with OWLTR 4 a
nd Animal BODs\ServUO.exe" /recurse:"X:\UOSERVER\[ServUO.com]-Clean ServUO Pub 5
4 with OWLTR 4 and Animal BODs\Server\*.cs" /d:ServUO /d:NEWTIMERS /nowarn:0618
/debug /nologo /optimize /unsafe
Server\Network\Packets.cs(305,32): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(334,36): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(385,44): error CS0246: The type or namespace name
'BuyItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Network\Packets.cs(416,56): error CS0246: The type or namespace name
'SellItemState' could not be found (are you missing a using directive or
an assembly reference?)
Server\Interfaces.cs(32,37): error CS0246: The type or namespace name
'BuyItemResponse' could not be found (are you missing a using directive
or an assembly reference?)
Server\Interfaces.cs(33,38): error CS0246: The type or namespace name
'SellItemResponse' could not be found (are you missing a using directive
or an assembly reference?)
Done!
Press any key to continue . . .