Alanaktion / transmisson-remote-gui

Automatically exported from code.google.com/p/transmisson-remote-gui
GNU General Public License v2.0
1 stars 0 forks source link

Cannot compile, error in ssfpc.pas (Wrong number of parameters specified) #197

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn co http://transmisson-remote-gui.googlecode.com/svn/trunk -r HEAD
Transmission-remote-gui
2. lazbuild transgui.lpi

What is the expected output? What do you see instead?
Errors in compile: 
ssfpc.pas(517,6) Error: Wrong number of parameters specified for call to
"Bind"                                                                    

ssfpc.pas(525,6) Error: Wrong number of parameters specified for call to
"Connect"                                                                 

ssfpc.pas(537,34) Error: Identifier not found "GetSocketName"             

ssfpc.pas(546,32) Error: Identifier not found "GetPeerName"               

ssfpc.pas(556,25) Error: Identifier not found "Send"
ssfpc.pas(561,25) Error: Identifier not found "Recv"
ssfpc.pas(566,27) Error: Identifier not found "SendTo"
ssfpc.pas(574,29) Error: Identifier not found "RecvFrom"
ssfpc.pas(582,13) Error: Wrong number of parameters specified for call to
"Accept"
ssfpc.pas(587,29) Error: Identifier not found "Shutdown"
ssfpc.pas(593,37) Error: Identifier not found "SetSocketOptions"
ssfpc.pas(599,37) Error: Identifier not found "GetSocketOptions"
ssfpc.pas(614,20) Error: Identifier not found "Listen"
ssfpc.pas(642,27) Error: Identifier not found "Socket"
synsock.pas(68) Fatal: There were 14 errors compiling module, stopping

What version of the product are you using? On what operating system?
Latest SVN HEAD.

Original issue reported on code.google.com by SanskritFritz on 28 Feb 2010 at 7:17

GoogleCodeExporter commented 9 years ago
Sorry, this is a duplicate of issue #190
http://code.google.com/p/transmisson-remote-gui/issues/detail?id=190

Original comment by SanskritFritz on 2 Mar 2010 at 8:26

GoogleCodeExporter commented 9 years ago
Fixed in r237.

Original comment by j...@cp-lab.com on 17 Mar 2010 at 2:12

GoogleCodeExporter commented 9 years ago
Confirmed, thank you!

Original comment by SanskritFritz on 17 Mar 2010 at 2:26

GoogleCodeExporter commented 9 years ago

Original comment by j...@cp-lab.com on 26 Mar 2010 at 2:12