Tagged Questions
7
votes
2answers
311 views
Recommendations for plotting (chart) component?
I am searching for a widget or control to plot a time-series of data. Basically plot(x,y) where x and y are Nx1 vectors. I am looking but haven't found much and any suggestions would be great! ...
6
votes
3answers
701 views
How should I embed Python in a C++ Builder / Delphi 2010 application?
I'm interested in experimenting with embedding Python in my application, to let the user run Python scripts within the application environment, accessing internal (C++-implemented) objects, etc. I'm ...
5
votes
2answers
185 views
How to disable MouseWheel if mouse is not over VirtualTreeView (TVirtualStringTree)
TVirtualStringTree behaves by default if it is focused - it will scroll on mouse wheel even if mouse is not over control (except if it is over another TVirtualStringTree).
Is there a quick and ...
3
votes
1answer
122 views
connecting and using a Delphi DLL in C++ Builder
I wanted to ask for some help.
I know, that there are a lot of places, where i can get this information. But, anyway, I have a problem connecting a Delphi DLL to my C++ Builder project.
For example, ...
3
votes
2answers
288 views
3
votes
4answers
1k views
What do I need to know to upgrade a complex application from C++Builder 2007 to 2010?
My company's main application is mostly written in C++ (with some Delphi code and components). We are upgrading from RAD Studio 2007 to 2010 for the next release, starting in about a week. What do I ...
0
votes
0answers
56 views
How to keep abstract data types in memdata fields?
Is there any field type that can hold TObject's or any
user defined class's pointer? How can i hold instances of my custom class in memdata?
Thanks.
0
votes
1answer
127 views
Direct2d command analog to OpenGL's SwapBuffers?
What is Direct2d command analog to OpenGl's SwapBuffers? I am using this in a VCL environment such as Delphi and CPP Builder. Thanks