| View previous topic :: View next topic |
| Author |
Message |
Mike Williams (TeamB) Guest
|
Posted: Mon Jan 26, 2004 6:02 pm Post subject: Re: Differences between D7 and D8 |
|
|
On 26 Jan 2004, <Mike> wrote:
| Quote: | Our project has had D7 Enterprise since August 03. We are now getting
D8 Enterprise and I would like to know what are the major differences
between the two. If you can direct me to a site, and/or if someone can
tell me the basic differences I would appreciate your help.
|
D7 only produces Win32 binaries whereas D8 only produces .NET code.
--
-Mike (TeamB)
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jan 26, 2004 6:49 pm Post subject: Differences between D7 and D8 |
|
|
Our project has had D7 Enterprise since August 03. We are now getting D8
Enterprise and I would like to know what are the major differences between
the two. If you can direct me to a site, and/or if someone can tell me the
basic differences I would appreciate your help.
Thanks
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Jan 26, 2004 7:12 pm Post subject: Re: Differences between D7 and D8 |
|
|
Does this mean D8 cannot produce Win32 executables ?
-Mike
"Mike Williams (TeamB)" <mikew (AT) remove (DOT) aps-soft.com> wrote
| Quote: | On 26 Jan 2004, <Mike> wrote:
Our project has had D7 Enterprise since August 03. We are now getting
D8 Enterprise and I would like to know what are the major differences
between the two. If you can direct me to a site, and/or if someone can
tell me the basic differences I would appreciate your help.
D7 only produces Win32 binaries whereas D8 only produces .NET code.
--
-Mike (TeamB)
|
|
|
| Back to top |
|
 |
Ben Hochstrasser [FF] Guest
|
Posted: Mon Jan 26, 2004 7:19 pm Post subject: Re: Differences between D7 and D8 |
|
|
wrote:
| Quote: | Does this mean D8 cannot produce Win32 executables ?
|
Exactly. No dotnet - no soap with D8.
--
Ben
|
|
| Back to top |
|
 |
chrisC Guest
|
Posted: Mon Jan 26, 2004 9:02 pm Post subject: Re: Differences between D7 and D8 |
|
|
"Ben Hochstrasser [FF]" <bhoc@tiscali123^H^H^H.ch> wrote
| Quote: |
Exactly. No dotnet - no soap with D8.
|
What do you mean by "no soap with D8"?
Plenty of SOAP support in .NET
|
|
| Back to top |
|
 |
Ben Hochstrasser [FF] Guest
|
Posted: Mon Jan 26, 2004 9:14 pm Post subject: Re: Differences between D7 and D8 |
|
|
chrisC wrote:
| Quote: | What do you mean by "no soap with D8"?
Plenty of SOAP support in .NET
|
I meant (pick your favourite)
- no luck
- no cookie
- no success
- no workee
(i.e. D8 cannot produce win32 binaries. If I had SOAP in mind, I'd have
written it in all caps, sorry)
--
Ben
|
|
| Back to top |
|
 |
Brion L. Webster Guest
|
Posted: Mon Jan 26, 2004 9:18 pm Post subject: Re: Differences between D7 and D8 |
|
|
<Mike> wrote:
| Quote: | Does this mean D8 cannot produce Win32 executables ?
|
Not yet. Borland hasn't said whether the forthcoming Win32 update
will be any or all of
1) D7 service pack 1
2) D8 for Win32
3) D9
nor have they ruled anything out.
-Brion
|
|
| Back to top |
|
 |
Ignacio Vazquez Guest
|
Posted: Mon Jan 26, 2004 9:25 pm Post subject: Re: Differences between D7 and D8 |
|
|
Ben Hochstrasser [FF] wrote:
| Quote: | chrisC wrote:
What do you mean by "no soap with D8"?
Plenty of SOAP support in .NET
I meant (pick your favourite)
|
How about "no joy"?
--
Cheers,
Ignacio
Help improve Delphi: http://qc.borland.com/
|
|
| Back to top |
|
 |
Ben Hochstrasser [FF] Guest
|
Posted: Mon Jan 26, 2004 9:28 pm Post subject: Re: Differences between D7 and D8 |
|
|
Ignacio Vazquez wrote:
| Quote: | How about "no joy"?
|
Well...you can play a lot with yourself - you probably just won't find
anyone else who has dotnet installed too. :)
--
Ben
|
|
| Back to top |
|
 |
Guest
|
Posted: Tue Jan 27, 2004 12:26 pm Post subject: re: Differences between D7 and D8 |
|
|
| Quote: | Our project has had D7 Enterprise since August 03. We are now getting D8
Enterprise and I would like to know what are the major differences between
the two. If you can direct me to a site, and/or if someone can tell me the
basic differences I would appreciate your help.
Thanks
|
Hello Mike,
same situation at our project !! (and we've got big problems).
We found:
- no corba support any more (new way: ".NET remoting")
- no direct access to memory (yes, you can use the keywords "unsafe code"
BUT you HAVE to do this for EACH function, procedure (just a "few"
changes to the code). It is NOT possible that the result of a function
/procedure points to memory ("variante Records").
- destructor: you may have to change your code for the destructor procedures
(=> we are not sure, but this could also mean logical changes, because you
don't have any direct control of the carbage collector).
- you will have problems if using "old" units like "decal".
Best regards
juergen
|
|
| Back to top |
|
 |
|