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

Create sample project for C++ Builder #669

Closed
joachimmarder opened this issue Oct 21, 2016 · 3 comments
Closed

Create sample project for C++ Builder #669

joachimmarder opened this issue Oct 21, 2016 · 3 comments
Assignees
Labels
C++ Builder The issue affects C++ Builder only, not Delphi. Enhancement Open for Discussion There are several possibilites to address the issue and anyone is invited for comments. Pull Requests Invited There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Milestone

Comments

@joachimmarder
Copy link
Contributor

It would be good to have a small sample project for C++ Builder that can be used for demonstration and testing purposes, e.g. for issues like #668.

It would br great if an active C++ Builder developer would volunteer to create and maintain such a project.

@joachimmarder joachimmarder added Enhancement Pull Requests Invited There are no current plans to address the issue, but we would be happy if someone supplies a PR. C++ Builder The issue affects C++ Builder only, not Delphi. labels Oct 21, 2016
@joachimmarder joachimmarder added this to the V6.7 milestone Mar 31, 2017
@sanjayssk sanjayssk added the Open for Discussion There are several possibilites to address the issue and anyone is invited for comments. label May 7, 2017
@sanjayssk
Copy link
Contributor

sanjayssk commented May 7, 2017

I have made the project for Minimal in C++ Builder 10.2. It works fine in standalone mode. But if run time packages are switched on, this causes an AppCrash and the details point to BORLANDMM.DLL. This does not happen with Delphi project. It works both in Stand Alone and Run time packages mode.

I further tried it on a simple test project. The run time package error in C++ Builder happens only if VirtualStringTree is used in the form. It doesn't happen with other VCL controls. So something is wrong in the runtime package of VTV when used with C++ Builder. Any ideas as to where should I start looking?

@joachimmarder
Copy link
Contributor Author

joachimmarder commented May 8, 2017 via email

@sanjayssk
Copy link
Contributor

sanjayssk commented May 8, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ Builder The issue affects C++ Builder only, not Delphi. Enhancement Open for Discussion There are several possibilites to address the issue and anyone is invited for comments. Pull Requests Invited There are no current plans to address the issue, but we would be happy if someone supplies a PR.
Projects
None yet
Development

No branches or pull requests

2 participants