-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile in C++Builder Alexandria #31
Comments
I'm not a C++ specialist. I have no idea why this happens. |
Well.... Tell me please. OrpheusCD is compiled and installed before OrpheusCR is build? Correct? |
It is vice versa. The OrpheusCR is the runtime package, whereas OrpheusCD is a designtime package. The designtime package uses the runtime package. Since the Delphi IDE is a 32 bit application the designtime package is always a 32 bit package. In the Delphi world the 64 bit runtime package is only used for so called packaged applications. More than 99% of the applications are not packaged applications so that is is unlikely that someone needs a 64 bit runtime package in Delphi. |
You have problems with your package. It does not install, neither from GetIt nor from gethub. It does not compile in C++Builder 64-bits and thus can only be used as 32-bit... I as a consumer can only skip your product and say no to it. If you can't figure out this basic thing, that means your entire code is buggy. ovcRTF_RichOle.pas you using 32-bit code for active-x that's why it won't build in 64-bits. So your product is not fit to use. I'm going to skip it. |
This is not my lib. It has been developed many years ago by a company called TurboPower which published the source code after they closed. I just checked and I can easily compile and install it inside the C++Builder. Please consider that you only have to compile the 32 bit version for installing inside the IDE. And certainly you can skip whatever you want. This library should be used for legacy code. Projects that have originally been written many years ago so that they can be compiled with current versions of RAD Studio. |
So what I'm doing... From C++Builder IDE
2.a. Build 64-bit. Fails!
Error I'm getting is -- [ilink64 Error] Error: Could not write to C:\LIB\ORPHEUS\PACKAGES\ALEXANDRIA\CPP\WIN64\RELEASE\OVCRTF_RICHOLE.O (error code 5)
The text was updated successfully, but these errors were encountered: