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! ...
7
votes
1answer
321 views

Unhandled Exception in Rad Studio Debugger Thread

I have a large application that recently started exhibiting rather strange behavior when running in a debugger. First, the basics: OS: Windows 7 64-bit. Application: Multithreaded VCL app with many ...
6
votes
3answers
702 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
186 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
123 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

C++ Builder 2010

Can someone suggest me a book\s that i can read and learn about C++ Builder 2010.
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 ...
1
vote
1answer
61 views

Defining default function parameters in C++ Builder class and Too few parameters error

I have a class that defines a function with default parameters. It works fine as long as function definition is in header file before function that calls it. However if I move it after the calling ...
1
vote
1answer
116 views

How do I make the mouse cursor invisible?

I have a C++Builder application in which I need to make the mouse cursor invisible. How can I do this? I think it can be done using the Win32 API, but I don't know exactly how.
1
vote
2answers
113 views

CPP Builder and Ado Filter

I am using C++Builder 2010. I am filtering an ADOTable, in Edit1 OnChange I have: ADOTable1->Filter = "firstname like %" + Edit1->Text + "%"; It reports an error when typing in a space, ) ...
1
vote
1answer
185 views

why is c++builder2010 code completion so slow!

why is c++builder2010 code completion so slow!
0
votes
1answer
26 views

How to change keyboard shortcuts in RAD Studio 2010

I use C++ Builder 2010 and i could'nt figure out how to change keyboard shortcuts. From Tools > Options > Editor Options > Key Mappings there are some key mapping modules i have use IDE classic ...
0
votes
1answer
80 views

tokenizing wide string using boost

I'm tokenizing a wide string using boost but it's not working. Here is my code: using namespace std; vector<wchar_t> vDep; vector<wchar_t> vArr; TStringList *slDep; TStringList *slArr; ...
0
votes
1answer
28 views

name & register your class with a desired name not by prefix T

Whatever component that will be created in c++ builder will be assigned TComponentName. For example when I create a form and assign it MyWidget it then the class that inherits TForm gets class ...
0
votes
0answers
49 views

how to force bcc compiler to compile for 32 bit from win7 64 bit [closed]

I am running win7 ultimate 64 bit OS. Deploying my project compiled in 64 bit os will not run in windows xp pro :( In project options i did not find it. Is there any possibility to force bcc ...
0
votes
1answer
57 views

zlib linking errors

I downloaded the latest zlib1.2.5 package and added root directory of zlib to c++ builder include path/lib path and tried to compile the following code but gives linking errors in compress, ...
0
votes
0answers
41 views

abnormal termination in compiling a crypto++ wrapper file

I am compiling the following code. (2 files) it compiles well, prints key value but in the end prints "Abnormal program termination". What could be the problem. Key length ?? No, I think Running ...
0
votes
1answer
46 views

What map component is used in AirNav Live Flight tracker?

I'd like to use map in my c++ builder application but don't know what map component to use!! It should be INTERNET independent(rather than Google Map), that works offline! Recently downloaded AirNav ...
0
votes
0answers
187 views

What's the best way to add progressbar to cxGrid column

I am adding progressbar to each row of my first grid's banded tableview column ! The way I do it => I put 4 progressbars on my form and on btvArrProgGetProperties(TcxCustomGridTableItem *Sender, ...
0
votes
2answers
88 views

Subversion version control integration in c++ builder

Does C++ Builder has Subversion version control integration or it comes only with XE edition?
0
votes
1answer
153 views

Printing debug message in c++ builder 2010

I always use Breakpoint to debug my project source code... Really don't know how to print debug message in c++ builder 2010!! How to do it !!!
0
votes
0answers
79 views

C++ Builder 2010, add folder to project

I am sorry for this "beginner" question, but I am not able add directory with the existing source code to the new project created in C++ Builder 2010 (that I am using very rarely). I tryied to drag ...
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
0
votes
3answers
155 views

How to build STATIC library using rad studio 2010?

i have been confused by C++ Builder 2010 assuming my library is dynamic. I did not found any options or help in documents regarding what i need to change in the project to build static library. Now i ...
0
votes
0answers
210 views

Changing manifest at runtime, possible?

i wanna know if it's possible to change the manifest from a file at runtime using something like: CreateProcess() [CREATE_SUSPENDED] WriteProcessMemory() ResumeThread() The reason is that i want ...
0
votes
1answer
292 views

How to integrate Crypto++ into C++ Builder 2010 / [ILINK32 Error]

I was trying to compile the following (example) code via C++ Builder 2010: http://swarmapps.wordpress.com/2009/11/24/a-simplification-wrapper-for-the-crypto-library/ ( http://pastebin.com/f6bd13d59 ...
0
votes
1answer
291 views

UML Modelling in C++Builder 2010 Professional

I'd like to do some basic class diagram UML models in the Pro version of C++Builder 2010. Embarcadero has a C++Builder Features Matrix document, one line of which says "UML Code Visualization – at any ...
0
votes
2answers
287 views

Lost in this c++ Builder 2010 Stack Trace

I am getting below EAccessViolation Exception in C++ Builder 2010 project. StackTrace is not showing any of my project file in it. How can I find the location of the error ? This application uses ...