Page 1 of 1

64bit compile

Posted: Fri Sep 26, 2014 8:08 am
by aaangeli
Hi, I’m installing my new TRichview component. I’m having trouble with 64bit compiling. How doy you suggest to made it? If I add 64bit target to RVPkgDXE7 package I could not compile it because of the required package designeide. Should I create a new package?

Thanks
Davide

Posted: Fri Sep 26, 2014 10:34 am
by Sergey Tkachenko
The simplest way is just creating 64-bit project, without making additional packages.
Build this project, and TRichView units (dcu fles) will be rebuilt as 64-bit units.

Posted: Fri Sep 26, 2014 1:20 pm
by aaangeli
Ok thanks!