Re: [twsocket] Thanks: Cannot Compile Version 7

2009-12-01 Thread Arno Garrels
Arno Garrels wrote:
> Claude and Kia Hunter wrote:
>> Mr. Garrels:
>> 
>> Thanks for the information.  I turned off Korean program support and
>> the packages complied with no problems.  This is the first time I
>> have seen this issue.  Do you think that it will be safe to turn
>> Korean support back on and use the compiled packages now?
> 
> I do not think so.
> But you could build your own packages without the terminal components.
> First uninstall the OverbyteIcs design-time package under Menu |
> Component 
>> Install packages. Open the install group project and remove all files
> starting with "OverbyteIcsTn" from the run-time package, then open
> OverbyteIcsReg.pas from the design-time package and remove all
> references 
> to the OverbyteIcsTnxxx units from the uses clause, also in procedure
> Register remove TTnCnx, TTnEmulVT and TTnScript.
> Save all, _Rebuild all and install again.

Sorry I missed two files. Also remove files "OverbyteIcsEmulVT.pas and 
OverbyteIcsEmulVT.dcr" from the run-time package. 
If the .dcr files cannot be removed it should not hurt, that seems a 
bug in never Delphi versions.


> --
> Arno Garrels
> 
> 
> 
>> 
>> Claude and Kia Hunter
>> 011-82-2-6382-0013
>> 
>> -Original Message-
>> From: Claude and Kia Hunter [mailto:ceh...@hanafos.com]
>> Sent: Tuesday, December 01, 2009 6:49 PM
>> To: 'twsocket@elists.org'
>> Cc: 'arno.garr...@gmx.de'
>> Subject: Cannot Compile Version 7
>> 
>> Sir:
>> 
>> Thanks for the response.  My Windows is not a Korean localized
>> version.  I use English Windows Vista with Korean keyboard support
>> installed using the Regional and Language Options in the Control
>> Panel.  I do have the system set to use Korean for non-UNICODE
>> programs since many Korean programs are not built with UNICODE and
>> use the Korean Code Set (I believe Code Set 947). I'll set this back
>> to English and see if I still be the same problem.
>> 
>> Claude and Kia Hunter
>> 011-82-2-6382-0013
>> 
>> 
>> Message: 3
>> Date: Mon, 30 Nov 2009 11:54:34 +0100
>> From: "Arno Garrels" 
>> Subject: Re: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
>> To: "ICS support mailing" 
>> Message-ID: <9d1822160a4742d6b9f34aa6e4eb6...@asus>
>> Content-Type: text/plain; charset="utf-8"
>> 
>> Hello,
>> 
>> Unfortunately this seems an ICS bug due to hardcoded characters from
>> the Windows-1252 charset. I guess you use a Korean Windows
>> localization don't you?
>> 
>> --
>> Arno Garrels
>> 
>> ---
>> 
>> Message: 1
>> Date: Mon, 30 Nov 2009 18:59:04 +0900
>> From: "Claude and Kia Hunter" 
>> Subject: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
>> To: 
>> Message-ID: <000601ca71a3$c00b89b0$40229d...@com>
>> Content-Type: text/plain; charset="ks_c_5601-1987"
>> 
>> I downloaded the most current ICS Version 7 from
>> http://www.overbyte.be.
>> 
>> According to the installation instructions provided in the ICS
>> ReadMe7 file, I opened the D2009Install.groupproj file in Delphi
>> 2009.  According to the installation instructions provided, it says
>> to "build" the "OverbyteIcsD2009Run.bpl."  I "right click" on this
>> file and select "Build." I get the following errors in the
>> "OverbyteIcsEmulVT.pas" file:
>> 
>> [DCC Error] OverbyteIcsEmulVT.pas(3060): E2052 Unterminated
>> string v2 : String = '???;
>> [DCC Error] OverbyteIcsEmulVT.pas(3061): E2052 Unterminated
>> string v3 : String = '???;
>> 
>> I assume that these strings should be:
>> 
>> v2 : String = '??';
>> v3 : String = '??';
>> 
>> I'm not sure why the Chinese terms "Shield Brick (??)" and "Yang Zhen
>> (??) are needed in the file.
>> 
>> I also get the following error numerous times in this source file.
>> 
>> [DCC Error] OverbyteIcsEmulVT.pas(3473): E2030 Duplicate case
>> label #$B3: begin
>> [DCC Error] OverbyteIcsEmulVT.pas(3477): E2030 Duplicate case
>> label #$DA: begin
>> Etc.
>> 
>> The "Duplicate case label" error occurs 47 times in this file.
>> 
>> The installation instructions say to "install" the
>> "OverbytesD2009Design.bpl."  I "right click" on this file and select
>> "Install."  I get the same errors again in the
>> "OverbyteIcsEmulVT.pas" file.
>> 
>> Hopefully, this is specific enough.
>> 
>> Claude and Kia Hunter
>> 011-82-2-6382-0013
--
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


Re: [twsocket] Thanks: Cannot Compile Version 7

2009-12-01 Thread Francois PIETTE

But you could build your own packages without the terminal components.


It is probably a good idea to save the modified packages (design time and 
run time packages) under new names to avoid clash when ICS is updated.


--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


- Original Message - 
From: "Arno Garrels" 

To: "ICS support mailing" 
Cc: "Claude and Kia Hunter" 
Sent: Tuesday, December 01, 2009 1:04 PM
Subject: Re: [twsocket] Thanks: Cannot Compile Version 7



Claude and Kia Hunter wrote:

Mr. Garrels:

Thanks for the information.  I turned off Korean program support and
the packages complied with no problems.  This is the first time I
have seen this issue.  Do you think that it will be safe to turn
Korean support back on and use the compiled packages now?


I do not think so.
But you could build your own packages without the terminal components.
First uninstall the OverbyteIcs design-time package under Menu | Component
| Install packages. Open the install group project and remove all files
starting with "OverbyteIcsTn" from the run-time package, then open
OverbyteIcsReg.pas from the design-time package and remove all references
to the OverbyteIcsTnxxx units from the uses clause, also in procedure 
Register

remove TTnCnx, TTnEmulVT and TTnScript.
Save all, _Rebuild all and install again.

--
Arno Garrels





Claude and Kia Hunter
011-82-2-6382-0013

-Original Message-
From: Claude and Kia Hunter [mailto:ceh...@hanafos.com]
Sent: Tuesday, December 01, 2009 6:49 PM
To: 'twsocket@elists.org'
Cc: 'arno.garr...@gmx.de'
Subject: Cannot Compile Version 7

Sir:

Thanks for the response.  My Windows is not a Korean localized
version.  I use English Windows Vista with Korean keyboard support
installed using the Regional and Language Options in the Control
Panel.  I do have the system set to use Korean for non-UNICODE
programs since many Korean programs are not built with UNICODE and
use the Korean Code Set (I believe Code Set 947). I'll set this back
to English and see if I still be the same problem.

Claude and Kia Hunter
011-82-2-6382-0013


Message: 3
Date: Mon, 30 Nov 2009 11:54:34 +0100
From: "Arno Garrels" 
Subject: Re: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
To: "ICS support mailing" 
Message-ID: <9d1822160a4742d6b9f34aa6e4eb6...@asus>
Content-Type: text/plain; charset="utf-8"

Hello,

Unfortunately this seems an ICS bug due to hardcoded characters from
the Windows-1252 charset. I guess you use a Korean Windows
localization don't you?

--
Arno Garrels

---

Message: 1
Date: Mon, 30 Nov 2009 18:59:04 +0900
From: "Claude and Kia Hunter" 
Subject: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
To: 
Message-ID: <000601ca71a3$c00b89b0$40229d...@com>
Content-Type: text/plain; charset="ks_c_5601-1987"

I downloaded the most current ICS Version 7 from
http://www.overbyte.be.

According to the installation instructions provided in the ICS
ReadMe7 file, I opened the D2009Install.groupproj file in Delphi
2009.  According to the installation instructions provided, it says
to "build" the "OverbyteIcsD2009Run.bpl."  I "right click" on this
file and select "Build." I get the following errors in the
"OverbyteIcsEmulVT.pas" file:

[DCC Error] OverbyteIcsEmulVT.pas(3060): E2052 Unterminated
string v2 : String = '???;
[DCC Error] OverbyteIcsEmulVT.pas(3061): E2052 Unterminated
string v3 : String = '???;

I assume that these strings should be:

v2 : String = '??';
v3 : String = '??';

I'm not sure why the Chinese terms "Shield Brick (??)" and "Yang Zhen
(??) are needed in the file.

I also get the following error numerous times in this source file.

[DCC Error] OverbyteIcsEmulVT.pas(3473): E2030 Duplicate case
label #$B3: begin
[DCC Error] OverbyteIcsEmulVT.pas(3477): E2030 Duplicate case
label #$DA: begin
Etc.

The "Duplicate case label" error occurs 47 times in this file.

The installation instructions say to "install" the
"OverbytesD2009Design.bpl."  I "right click" on this file and select
"Install."  I get the same errors again in the
"OverbyteIcsEmulVT.pas" file.

Hopefully, this is specific enough.

Claude and Kia Hunter
011-82-2-6382-0013

--
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 


--
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


Re: [twsocket] Thanks: Cannot Compile Version 7

2009-12-01 Thread Arno Garrels
Claude and Kia Hunter wrote:
> Mr. Garrels:
> 
> Thanks for the information.  I turned off Korean program support and
> the packages complied with no problems.  This is the first time I
> have seen this issue.  Do you think that it will be safe to turn
> Korean support back on and use the compiled packages now?

I do not think so. 
But you could build your own packages without the terminal components.
First uninstall the OverbyteIcs design-time package under Menu | Component
| Install packages. Open the install group project and remove all files 
starting with "OverbyteIcsTn" from the run-time package, then open 
OverbyteIcsReg.pas from the design-time package and remove all references
to the OverbyteIcsTnxxx units from the uses clause, also in procedure Register
remove TTnCnx, TTnEmulVT and TTnScript. 
Save all, _Rebuild all and install again.

--
Arno Garrels



> 
> Claude and Kia Hunter
> 011-82-2-6382-0013
> 
> -Original Message-
> From: Claude and Kia Hunter [mailto:ceh...@hanafos.com]
> Sent: Tuesday, December 01, 2009 6:49 PM
> To: 'twsocket@elists.org'
> Cc: 'arno.garr...@gmx.de'
> Subject: Cannot Compile Version 7
> 
> Sir:
> 
> Thanks for the response.  My Windows is not a Korean localized
> version.  I use English Windows Vista with Korean keyboard support
> installed using the Regional and Language Options in the Control
> Panel.  I do have the system set to use Korean for non-UNICODE
> programs since many Korean programs are not built with UNICODE and
> use the Korean Code Set (I believe Code Set 947). I'll set this back
> to English and see if I still be the same problem. 
> 
> Claude and Kia Hunter
> 011-82-2-6382-0013
> 
> 
> Message: 3
> Date: Mon, 30 Nov 2009 11:54:34 +0100
> From: "Arno Garrels" 
> Subject: Re: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
> To: "ICS support mailing" 
> Message-ID: <9d1822160a4742d6b9f34aa6e4eb6...@asus>
> Content-Type: text/plain; charset="utf-8"
> 
> Hello,
> 
> Unfortunately this seems an ICS bug due to hardcoded characters from
> the Windows-1252 charset. I guess you use a Korean Windows
> localization don't you?
> 
> --
> Arno Garrels
> 
> ---
> 
> Message: 1
> Date: Mon, 30 Nov 2009 18:59:04 +0900
> From: "Claude and Kia Hunter" 
> Subject: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
> To: 
> Message-ID: <000601ca71a3$c00b89b0$40229d...@com>
> Content-Type: text/plain; charset="ks_c_5601-1987"
> 
> I downloaded the most current ICS Version 7 from
> http://www.overbyte.be. 
> 
> According to the installation instructions provided in the ICS
> ReadMe7 file, I opened the D2009Install.groupproj file in Delphi
> 2009.  According to the installation instructions provided, it says
> to "build" the "OverbyteIcsD2009Run.bpl."  I "right click" on this
> file and select "Build." I get the following errors in the
> "OverbyteIcsEmulVT.pas" file: 
> 
> [DCC Error] OverbyteIcsEmulVT.pas(3060): E2052 Unterminated
> string v2 : String = '???;
> [DCC Error] OverbyteIcsEmulVT.pas(3061): E2052 Unterminated
> string v3 : String = '???;
> 
> I assume that these strings should be:
> 
> v2 : String = '??';
> v3 : String = '??';
> 
> I'm not sure why the Chinese terms "Shield Brick (??)" and "Yang Zhen
> (??) are needed in the file.
> 
> I also get the following error numerous times in this source file.
> 
> [DCC Error] OverbyteIcsEmulVT.pas(3473): E2030 Duplicate case
> label #$B3: begin
> [DCC Error] OverbyteIcsEmulVT.pas(3477): E2030 Duplicate case
> label #$DA: begin
> Etc.
> 
> The "Duplicate case label" error occurs 47 times in this file.
> 
> The installation instructions say to "install" the
> "OverbytesD2009Design.bpl."  I "right click" on this file and select
> "Install."  I get the same errors again in the
> "OverbyteIcsEmulVT.pas" file. 
> 
> Hopefully, this is specific enough.
> 
> Claude and Kia Hunter
> 011-82-2-6382-0013
--
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


[twsocket] Thanks: Cannot Compile Version 7

2009-12-01 Thread Claude and Kia Hunter
Mr. Garrels:

Thanks for the information.  I turned off Korean program support and the
packages complied with no problems.  This is the first time I have seen this
issue.  Do you think that it will be safe to turn Korean support back on and
use the compiled packages now?

Claude and Kia Hunter
011-82-2-6382-0013

-Original Message-
From: Claude and Kia Hunter [mailto:ceh...@hanafos.com] 
Sent: Tuesday, December 01, 2009 6:49 PM
To: 'twsocket@elists.org'
Cc: 'arno.garr...@gmx.de'
Subject: Cannot Compile Version 7

Sir:

Thanks for the response.  My Windows is not a Korean localized version.  I
use English Windows Vista with Korean keyboard support installed using the
Regional and Language Options in the Control Panel.  I do have the system
set to use Korean for non-UNICODE programs since many Korean programs are
not built with UNICODE and use the Korean Code Set (I believe Code Set 947).
I'll set this back to English and see if I still be the same problem.

Claude and Kia Hunter
011-82-2-6382-0013


Message: 3
Date: Mon, 30 Nov 2009 11:54:34 +0100
From: "Arno Garrels" 
Subject: Re: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
To: "ICS support mailing" 
Message-ID: <9d1822160a4742d6b9f34aa6e4eb6...@asus>
Content-Type: text/plain;   charset="utf-8"

Hello,

Unfortunately this seems an ICS bug due to hardcoded characters from the
Windows-1252 charset. I guess you use a Korean Windows localization don't
you? 

--
Arno Garrels

---

Message: 1
Date: Mon, 30 Nov 2009 18:59:04 +0900
From: "Claude and Kia Hunter" 
Subject: [twsocket] FW: TWSocket Digest, Vol 349, Issue 6
To: 
Message-ID: <000601ca71a3$c00b89b0$40229d...@com>
Content-Type: text/plain;   charset="ks_c_5601-1987"

I downloaded the most current ICS Version 7 from http://www.overbyte.be.

According to the installation instructions provided in the ICS ReadMe7 file,
I opened the D2009Install.groupproj file in Delphi 2009.  According to the
installation instructions provided, it says to "build" the
"OverbyteIcsD2009Run.bpl."  I "right click" on this file and select "Build."
I get the following errors in the "OverbyteIcsEmulVT.pas" file:

[DCC Error] OverbyteIcsEmulVT.pas(3060): E2052 Unterminated
string  v2 : String = '???;
[DCC Error] OverbyteIcsEmulVT.pas(3061): E2052 Unterminated
string  v3 : String = '???;

I assume that these strings should be:

v2 : String = '??';
v3 : String = '??';

I'm not sure why the Chinese terms "Shield Brick (??)" and "Yang Zhen
(??) are needed in the file.

I also get the following error numerous times in this source file.

[DCC Error] OverbyteIcsEmulVT.pas(3473): E2030 Duplicate case
label   #$B3: begin
[DCC Error] OverbyteIcsEmulVT.pas(3477): E2030 Duplicate case
label   #$DA: begin
Etc.

The "Duplicate case label" error occurs 47 times in this file.

The installation instructions say to "install" the
"OverbytesD2009Design.bpl."  I "right click" on this file and select
"Install."  I get the same errors again in the "OverbyteIcsEmulVT.pas" file.

Hopefully, this is specific enough.

Claude and Kia Hunter
011-82-2-6382-0013



--
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