Ja wrote:
> Hi,
> 
> I was just programming my application, it compiled fine, everything
> was ok, but suddenly it stopped to be compalible... I didn't change
> anything in code, wth is going on? Even example isnt working... it
> says:   
> 
> [Error] Unit1.pas(11): Undeclared identifier: 'TSslWSocket'
> [Error] Unit1.pas(11): Published field 'SslWSocket1' not a class nor
> interface type 
> 
> Why is that???
> I do have conditional defines set to USE_SSL ...

That happens sometimes, no big deal :) 
Have you tried "Rebuild all projects" instead of "Compile.."?
Also, it might help to set compiler directive {$IMPLICITBUILD OFF}
in ICS package DPR file which equals option "Explicit rebuild"  
in package project options.  

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html



  



-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to