Can't install in Delphi 2006
Can't install in Delphi 2006
Hi,
I couldn't find a D2006 install, so I grabbed the latest stable release from Oct 2005 and I tried to use the D2005 packages, but I get this error when compiling:
[Pascal Error] RVUni.pas(324): E2010 Incompatible types: 'Integer' and 'LongBool'
Not sure where the conflict is yet.
Thanks,
Tony
I couldn't find a D2006 install, so I grabbed the latest stable release from Oct 2005 and I tried to use the D2005 packages, but I get this error when compiling:
[Pascal Error] RVUni.pas(324): E2010 Incompatible types: 'Integer' and 'LongBool'
Not sure where the conflict is yet.
Thanks,
Tony
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
There is a "dance" in the declaration of the certain WinAPI function in the VCL source.
Initially, it was declared incorrectly (bytebool parameters instead of integers). Then it was fixed. In the next version of Delphi, they returned to the wrong declaration. In D2006 they fixed it again.
You can see conditional defines in TRichView to workaround this problem.
Finally, they have grown too long, and in the latest version I declared this function myself.
Initially, it was declared incorrectly (bytebool parameters instead of integers). Then it was fixed. In the next version of Delphi, they returned to the wrong declaration. In D2006 they fixed it again.
You can see conditional defines in TRichView to workaround this problem.
Finally, they have grown too long, and in the latest version I declared this function myself.
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Nice, RvActions also ?
Thanks, make me much more likely to upgrade after christmas.
How about TRichViewActions, do we need a new version of them
also or just a recompile.
My projects all use both TRV and TRVActions.
Keep up the good work !
/JMA
How about TRichViewActions, do we need a new version of them
also or just a recompile.
My projects all use both TRV and TRVActions.
Keep up the good work !
/JMA
-
- Site Admin
- Posts: 17522
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: