Compile under windows
Status: Planning
Brought to you by:
golivier
The file idwinsock2 under lazarus windows have a lot of
error.
from line 3967 to 4079 we need to insert the begin/end
statement.
the problem is from line 4084 TO 4210.
in free pascal the operator @@ is not supported.
To get the memory address of a procedural variable
(rather than the address stored in it), use @@. For
example, @@F returns the address of F.
how can solve this problem?
Logged In: YES
user_id=1196065
pg 125 Programmer's Manual for Free Pascal
"TP Mode ...
2. You cannot use the address operator to assign procedural
variables "
Does this mean that you normally can?
Also, there may not be a system module. It may help if you
set the halt on first error, because the static checker
isn't smart!