Skip to content
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

Something wrong use in C++ Builder #9

Open
jaehuns-JHC opened this issue Apr 18, 2022 · 3 comments
Open

Something wrong use in C++ Builder #9

jaehuns-JHC opened this issue Apr 18, 2022 · 3 comments

Comments

@jaehuns-JHC
Copy link

jaehuns-JHC commented Apr 18, 2022

I use C++ Builder 11.0(Alexandria).
Maybe path setting is wrong.
include path has "\Source\hpp ~~" , but does not find hpp folder. (
only "Source" folder exist.

in Packages (Alexandria). I found hpp and source files in "cpp\Win32\Debug" and "cpp\Win32\Release",
but ""cpp\Win64\Debug" and "cpp\Win64\Release" folder is empty.
I can't use Win64 build.

What can I do to clear?

@romankassebaum
Copy link
Contributor

You have to compile the packages and then the .hpp files for example are created under

cDOSCommand\Packages\Alexandria\cpp\Win32\Release\

@jaehuns-JHC
Copy link
Author

Thank you so mush for fast your answer.

but, I just write to say when install package, this problem included.
(C++ Builder path environment variables changed by package installer, but it's not valid.)

I really want to know what can I do to build Win64-case. (Win64 folder is empty)

@romankassebaum
Copy link
Contributor

You can simply compile the runtime packages for Win64. Then you will find the .hpp files under

DOSCommand\Packages\Alexandria\cpp\Win64\Release\

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants