S
sky9s11
Unregistered / Unconfirmed
GUEST, unregistred user!
这里小第有三个问题,还请各位高手帮忙解决一下。在此先谢过了。
1 在写程序时出现了下面的问题:
[Error] Unit1.pas(51): Unsatisfied forward or external declaration: 'TMain.ServerSocket1ClientRead'
[Error] Unit1.pas(55): Unsatisfied forward or external declaration: 'TMain.ClientSocket1Connect'
可是改正之后又出现了:[Error] Unit1.pas(52): Field definition not allowed after methods or properties
请问该怎么解决这个问题。
2 请问下面的编译错误是什么意思:
[Error] Unit1.pas(236): Declaration expected but 'IF' found
[Error] Unit1.pas(240): '.' expected but ';' found
[Warning] Unit1.pas(243): Text after final 'END.' - ignored by compiler
3 [Error] Unit1.pas(238): Undeclared identifier: 'sessions'
sessions我已经在public中声明了,可为什么还是出现没有定义的编译错误呢,请解释。
1 在写程序时出现了下面的问题:
[Error] Unit1.pas(51): Unsatisfied forward or external declaration: 'TMain.ServerSocket1ClientRead'
[Error] Unit1.pas(55): Unsatisfied forward or external declaration: 'TMain.ClientSocket1Connect'
可是改正之后又出现了:[Error] Unit1.pas(52): Field definition not allowed after methods or properties
请问该怎么解决这个问题。
2 请问下面的编译错误是什么意思:
[Error] Unit1.pas(236): Declaration expected but 'IF' found
[Error] Unit1.pas(240): '.' expected but ';' found
[Warning] Unit1.pas(243): Text after final 'END.' - ignored by compiler
3 [Error] Unit1.pas(238): Undeclared identifier: 'sessions'
sessions我已经在public中声明了,可为什么还是出现没有定义的编译错误呢,请解释。