Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

What happened to the tutorials?

0 views
Skip to first unread message

Dave Fowler

unread,
Feb 21, 2006, 11:14:49 AM2/21/06
to
There apparently used to be a series of ECO tutorials on the Borland
website(http://www.borland.com/csharpbuilder/architect/eco/tutorial/tutorial
1.html etc). The links now just redirect to the c# builder home page
(http://www.borland.com/us/products/csharpbuilder/index.html).

Does anyone know where these tutorials can be found?

TIA

Dave


Jose Maria Sanmartin

unread,
Feb 21, 2006, 12:33:29 PM2/21/06
to

Dave Fowler

unread,
Feb 22, 2006, 4:09:56 AM2/22/06
to

Jesper Hogstrom (Borland)

unread,
Feb 22, 2006, 4:42:59 AM2/22/06
to

replacement.ini
[delphi_to_csharp]
begin = {
end = }
:= = =
= = ==
for i := x to y = for (i = x; i++; i < y)

It's as simple as that :)

--Jesper

Dave Fowler

unread,
Feb 22, 2006, 5:05:26 AM2/22/06
to
"Jesper Hogstrom (Borland)" <jhogstrom_@_borland_._com_spaminator> wrote in
message news:43fc3220$1...@newsgroups.borland.com...

>
> replacement.ini
> [delphi_to_csharp]
> begin = {
> end = }
> := = =
> = = ==
> for i := x to y = for (i = x; i++; i < y)
>
> It's as simple as that :)
>

<g>


Joanna Carter [TeamB]

unread,
Feb 22, 2006, 10:09:29 AM2/22/06
to
"Jesper Hogstrom (Borland)" <jhogstrom_@_borland_._com_spaminator> a écrit
dans le message de news: 43fc3220$1...@newsgroups.borland.com...

| replacement.ini
| [delphi_to_csharp]
| begin = {
| end = }
| := = =
| = = ==
| for i := x to y = for (i = x; i++; i < y)
|
| It's as simple as that :)

Please complete the following :

with =
class of =
initialization =
finalization =
interface/implementation =
{$include ...} =
_AddRef =
_Release =
QueryInterface =

< heheheh, knowing but smugly asking :-) >

Joanna

--
Joanna Carter [TeamB]
Consultant Software Engineer


Jesper Hogstrom (Borland)

unread,
Feb 22, 2006, 4:32:01 PM2/22/06
to
Joanna Carter [TeamB] wrote:

> Please complete the following :
>
> with =
> class of =
> initialization =
> finalization =
> interface/implementation =
> {$include ...} =
> _AddRef =
> _Release =
> QueryInterface =
>
> < heheheh, knowing but smugly asking :-) >

Ah yeah, well, there are some finer details, but none of that should be
required to translate the demos.

--Jesper

Holger Flick

unread,
Feb 22, 2006, 5:20:05 PM2/22/06
to
Jesper Hogstrom (Borland) wrote:
> Ah yeah, well, there are some finer details, but none of that should be
> required to translate the demos.

Maybe we should create a QC that suggests creating tutorials in pseudo
code only :-)

--
Holger

Blog: http://www.flickdotnet.de

0 new messages