[twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Ja
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]

Re: [twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Arno Garrels
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'

Re: [twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Ja
Dnia 30 sierpnia 2008 13:50 Arno Garrels [EMAIL PROTECTED] napisał(a): 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

Re: [twsocket] A problem with SSL WSocket - WTH?

2008-08-30 Thread Arno Garrels
Ja wrote: Dnia 30 sierpnia 2008 13:50 Arno Garrels [EMAIL PROTECTED] napisał(a): 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