| View previous topic :: View next topic |
| Author |
Message |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Jun 28, 2009 1:32 am Post subject: Delphi 7 - Delphi 2009 |
|
|
Well I just download 09 and opened up my project from D7, I get so many new errors and I was wondering if someone wouldn't mind to fix them for me? I will give you my source.
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
|
Posted: Sun Jun 28, 2009 6:28 am Post subject: |
|
|
how about you read what the errors say and try to fix them first yourself ?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
NoManchesPuto I post too much
Reputation: 0
Joined: 24 Jan 2009 Posts: 2820
|
Posted: Sun Jun 28, 2009 8:56 pm Post subject: |
|
|
| Dark Byte wrote: | | how about you read what the errors say and try to fix them first yourself ? |
I did Thanks for replying though ^^
_________________
|
|
| Back to top |
|
 |
compactwater I post too much
Reputation: 8
Joined: 02 Aug 2006 Posts: 3923
|
Posted: Sun Jun 28, 2009 9:17 pm Post subject: |
|
|
Most errors are because functions changed or their parameters changed, there are also slight changes in the syntax. It's best to save a copy of your Delphi 7 source before opening it with Delphi 9, because if there are any problems, it won't work both ways.
But to make things simple, don't use Delphi 9 unless you really need it.
|
|
| Back to top |
|
 |
konglong How do I cheat?
Reputation: 0
Joined: 22 May 2009 Posts: 1
|
Posted: Mon Jun 29, 2009 2:28 am Post subject: |
|
|
| i try to use Delphi 9 but it project size too larg.
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25820 Location: The netherlands
|
Posted: Mon Jun 29, 2009 5:21 am Post subject: |
|
|
as long as the .exe is smaller than 2GB it can never be too large
as for the OP, doubleclick on the errors, it usually brings you to the location of the line with the error.
If you still don't get it, then post the errorline here, and perhaps also the SMALL block of code that generates it
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
|