-
Notifications
You must be signed in to change notification settings - Fork 253
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
Comments
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? |
Since we are going to add just one demo for our testing purposes, I will
make this folder as CBuilderMinimal under Demos itself instead of changing
the whole tree structure to make Demos/Delphi or Demos/CBuilder. Just FYI.
…On Mon, May 8, 2017 at 2:02 PM, Joachim Marder ***@***.***> wrote:
This could be related to issue #695 or #642. We had some similar issues in
the past. Since I don't use C++ Builder, I can't tell you much about it.
But that should nor prevent you from committing the sample project.
2017-05-07 14:21 GMT+02:00 Sanjay Kanade ***@***.***>:
> 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 Runtime 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?
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/Virtual-TreeView/Virtual-TreeView/
issues/669#issuecomment-299702765>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AKH5-e3jL5phi-
VdyhuTtsEXWMcvE2yhks5r3bdRgaJpZM4Kc88H>
> .
>
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#669 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ATX-xmatFszwfcdHAmiz-18GFU15tELFks5r3tMVgaJpZM4Kc88H>
.
|
* Folder created: Demos/CBuilderMinimal
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.
The text was updated successfully, but these errors were encountered: