Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top C++ Builder Solutions: 1 - 22 of 22
  • 1
 
Hi, I need to read from a text file that is basically composed of 3 columns. The first two columns are integers and the third column is the description of the item on inventory. I need to ...
I want to insert a char * into a std::vector<char *>.  I use vec.push_back(charPtr) but it does nothing.  Does anyone know how to do this ?
I have tried to use code from the MS website http://msdn.microsoft.com/en-us/library/aa390423(VS.85).aspx to try and get a list of running processes. I am having two problems. Firstly, the ...
Hi, I need to be able to access the controls of an MDI child form from the MDI parent. I use TMyForm* MyFrm = new TMyForm(this) to create the form when a ribbon tab is clicked in the pa...
I am trying to use a TServerSocket component in a Borland C++ Builder 6 application with little success. Using other (Delphi) postings I created the code below, which compiles and runs. Anothe...
Hello, Im using C++ builder 2009  to open  text file with (TStreamReader) and read the file line by line to extract the delimited text  and store it in a string array. I want to be able to s...
I am able to register a Dll programmatically. What I would like to now is check (programmatically) if the Dll was registered before I attempt to register the Dll. I basically know what the ...
Hello, Is there a function to check if the process is running in borland c I am using BCC55? thnx
I'm trying to convert this few lines of codes below in C++ code for calculating the CRC and getting the data from the ModBus hardware. Could someone who are good in BCB conversion into Delphi ...
In Windows you can easily use the API function GetCommModemStatus to get the following pin statuses: MS_CTS_ON  The clear-to-send (CTS) signal is on. MS_DSR_ON The data-set-ready (DSR) signa...
I would like to know if there is anything similar to identify a structure before typecast in c++
I have written a utility (C++ Borland Builder 6) to give me a list of all files in a directory structure, but not to include the directory names, just the files. This works, but the problem I ...
Hi, I wrote a small bit of C++ Builder code that runs on a CLIENT machine to programatically retrieve "AddressEntry" information from the "Global Address List" in MS Outlook 2003. The code i...
Hi, i have some problem to sort stacks. I need to sort 5+ stacks. For example, i have 5 stacks. 3 of them are full. and 2 empty. >>>> [ 5]  [12 ] [1 ]   [ 7]  [10 ] [3 ] [ 9]  [ 4  ] [ 6...
I want to insert a new record having the values of the current record. The following works fine but it uses 2 tables:      int i1,i2;      i1 = StrToInt( Trim( InputBox("Enter ID", "Please Enter...
I am using C++ Builder (Embarcadero) to create applications. I am creating normal, exes. I found out that if I open up one of the exes that I created in notepad, It says "RAD Studio" ALL OVER ...
Hi, we have one C++ dll which is not an ActiveX control, so not able to register it and use in javascript. If I want to call the methods in this DLL, how can I do that? Can I create an ActiveX...
I am building a parser, and would like a way to pass cin as a parameter to a function, attempt to read from it, and if the contents are not what I expect, throw an exception or something and h...
Hi there, I have found a 3D rotating cube screensaver that I would like to use on windows. I just want to make a few changes to the cube and perhaps change the dimensions of it a bit... ...
Hi, How do I stop the MDI windows animation when the MDI is created in C++ Builder. I have found the code below for doing the same in Delphi. Can anyone let me know how this would work in C...
C:\Users\user\Desktop\Test\test1\Square.h|25|error: expected `)' before "app"| C:\Users\user\Desktop\Test\test1\Square.h|27|error: expected `,' or `...' before '&' token| C:\Users\user\Deskt...
 
  • 1