Tagged Questions

C++Builder 2010 is a specific version of C++Builder. Use this tag for issues related to development in C++Builder 2010.

learn more… | top users | synonyms

21
votes
3answers
329 views

Pointer conversion issue with Ternary operator

I know the ternary operator has some surprising restrictions, but I was a bit baffled that this fails to compile for me: void foo(bool b) { int* ptr = ((b) ? NULL : NULL); } Obviously that's ...
7
votes
2answers
310 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
317 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
697 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
182 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
121 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
287 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 ...
2
votes
2answers
70 views

C++, ostream error when passing argument in CBuilder 2010

What is wrong in this source code? #include <iostream> #include <ostream> #include <fstream> void printTest ( std::ostream * o ) { *o << "test" << std::endl; } ...
2
votes
2answers
84 views

Get ID of executing Process/Thread in C++ Builder

Let's say I have a class with the function class foo { ... void bar() { OutputDebugString(........); // mode code } } Is it possible to print the ID of the current thread (or if ...
1
vote
2answers
41 views

boost::split argument mismatch

I am trying to pass AnsiString(someStr).c_str() to boost::split() second argument but it denies showing argument mismatch!! here is the code snippet vector<std::string> sVec; ...
1
vote
1answer
58 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
110 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
110 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
182 views

why is c++builder2010 code completion so slow!

why is c++builder2010 code completion so slow!
1
vote
1answer
221 views

TRttiMethod::Invoke use

I would like to know how to use the Invoke method of the TRttiMethod class in C++Builder 2010. This is my code Tpp *instance=new Tpp(this); TValue *args; TRttiContext * ctx=new TRttiContext(); ...
0
votes
1answer
25 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
77 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
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
0answers
22 views

how to fix E2367 Can't inherit RTTI class from non-RTTI base 'exception'

I am trying to use boost libraries to tokenize my string 'cause boost has powerfull string manipulation algorithms rather than STL but a little slower than but as I only need to tokenize a line at a ...
0
votes
1answer
20 views

Form freezes when using multimap

What's wrong with what I am doing in the following unit code? The form freezes when I run this code, with no message output. ...
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
32 views

how to get text property of TcxCheckListBox Item

I can add an item to TcxCheckListBox by creating AItem instance of TcxCheckListBoxItem and AItem=chlb->Items->Add(), then assigning text to AItem text property but can't get AItem->Text using after ...
0
votes
1answer
42 views

how to correctly format WideString using sprintf or wprintf

I am using this code to format WideString but with no success! It prints unexpecting results :( here is my code WideString s; dep=new TStringList(); while(!DM->tDepPln->Eof) { //where ...
0
votes
0answers
48 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
39 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
30 views

How to hide border around TRadioGroup

I have two radiobuttons in a TRadioGroup. All the logic behind how they are supposed to work is fine. But the TRadioGroup controler has a frame around it that I thought I would be able to delete using ...
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
184 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
151 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
77 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
154 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
206 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
288 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
286 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 ...
0
votes
1answer
1k views

How do I transfer a buffer? TTCpServer/TTcpClient

So good night. I'm new here, and I need a big help. I'm doing a program, and I need to send a file from one pc to another one. I'm trying to send it using buffer, but I'm having some problems. First, ...
-1
votes
1answer
228 views

Problems accessing uccapi.dll COM interface C++

I'm working on a project involving the Microsoft Unified Communications Client API; uccapi.dll. I'm also using Codegear C++Builder 2010, not Visual Studio. After registering the dll with regsvr32 and ...