Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/SOAP/Server Applications    [ Add a report in this area ]  
Report #:  22473   Status: Need Feedback
Compiling WAD in Delphi 2006 Failure!
Project:  Delphi Build #:  10.0.2151.25345
Version:    10.0 Submitted By:   Loay Samir
Report Type:  Feature Specification issue Date Reported:  12/18/2005 4:14:44 AM
Severity:    Extreme corner case Last Updated: 4/28/2012 1:10:20 AM
Platform:    All versions Internal Tracking #:  
Resolution: Need More Info (Resolution Comments) Resolved in Build: : None
Duplicate of:  None
Voting and Rating
Overall Rating: No Ratings Yet
0.00 out of 5
Total Votes: None
Description
Compiling for instance the following demo example shipped with Delphi "SOAPDMServerWAD.dpr" located in the following path "(BDS HOME)\Demos\DelphiWin32\VCLWin32\WebServices\SOAPDataModule\Server" results in the following error "[Pascal Fatal Error] SOAPDMServerWAD.dpr(10): F2051 Unit SockApp was compiled with a different version of IdTCPServer.TIdTCPServer"
Steps to Reproduce:
1- Open Delphi 2006 Win32
2- Open the following project "BDS HOME)\Demos\DelphiWin32\VCLWin32\WebServices\SOAPDataModule\Server\SOAPDMServerWAD.dpr"
3- Compile
Workarounds
CGI and ISAPI version work fine.
Attachment
None
Comments

Imam Chalimi at 4/27/2012 2:40:42 PM -
add $(BDS)\lib\indy9 in searchpath (project option)

Server Response from: ETNACODE01