Advertisement

900 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%!

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested C++ Builder Solutions: 1 - 25 of 335
 
hi guys, i see this alot, but i've never used it in a program, and i dont know whats it used for, so if someone can help me i'll be thankful.
I am using alarm() to time a process. Is there something with which i can measure by milliseconds ? The alarm() in C++ allows only seconds and not anything lesser than that. I did try...
hi I am working on a samll project of mine. all i want to do is that i want to create an exe file of the project. I have C++ builder 6 . i think the compiler is missing for the making of ex...
I am using the method get from the indy9 component. In some computers in the same network it's working. But in one computer when i am try using the get method  i have the following error: S...
Hey all, I'm pretty new to C++ so forgive how simple this question probably will be. I'm creating a class which performs operations on instances of another class which it stores in memor...
I was making a little app that acts as a server and i borrowed code from one I allready had, made on MFC though, that creates a thread that executes the server code. So, although everything (e...
Hi All, Can someone please give me an "Example" of how to use EnumWindows and EnumChildWindows in Borland C++ Builder? I looked in MSDN but I couldn't understand much :( Also please note...
Hi, All right, I'm stumped on this one.  I am using C++ Builder 6, and I keep getting the 'Invalid floating point operation' exception when I execute a certain line of code. I am calli...
Polynomial: x16 + x12 + x5 + 1 Start Value: 0xFFFF CRC_POLYNOM = 0x8408; CRC_PRESET = 0xFFFF; C-Example: unsigned internal CRC = CRC_PRESET; for (i = 0; i < cnt; i++) /* cnt = nu...
Hello, I have rencently read the article "Programming Parallel Port in Win2k an XP Problem" and that's the same question I am facing right now. Can anybody please tell me what to do to build...
I am trying to read an Excel file, I was provided the following code but I can not make it compile. Can you provide name of book(s) that explain how to use these components. I have placed the ...
Hi, I need to know how can I detect a unique serial number from some components of a PC (like motherboard, CPU, HD, video card,...). The MAC Address is not a solution, because some PCs don'...
I wanted to truncate a decimal no in c++ e.g       #include <iostream>   using namespace std;  int main()    {      float b;      b = 4.34534; .I wanted to truncate b to "4".
I have a project that I have been developing in C++ Builder 5 and I use the Crystal Reports VCL to view/print reports.  I would like to finally upgrade C++ Builder so I downloaded the trial ve...
I need help i need to develop a program in C++ that prints all prime number between 2 and 10,000. All i have so far is not working out.
Hi all, I'm trying to create a TXMLDocument at runtime. I don't know what I'm doing wrong, but I get an access violation when I try to access the root element. Here's my code: xmldoc = n...
How to make an apllicatio blink in the taskbar and show a hint or tooltip, or better, show a window like MSN Messenger alert to notify that a contact is online, when my application is minimize...
Here's an interesting little thingsthat I came across in CPP Builder 5.  I'm sharing because it caused me considerable grief and maybe I can spare someone else.  (Either that or someone can po...
Please a code sample to get the PC mac address from C++ builder.
hello experts, I want to know is C++ DLL developed in Codegear C++ builder the same to C++ DLL developed in Visual studio C++? i want to know the differences from any perspective? and ho...
I am attempting to upgrade from C++Builder 5 to C++Builder 2007 and I have run into problems re-building a component.  I am getting the error: [ILINK32 Error] Fatal: Unable to open file 'DBTA...
hi i'm using Borland c++ bulider. I would like to use SQL to query data from my local MS access database. would you give me a example code? Thank.
Hi, so far I have written a simple program that opens a udp socket to another computer and sends some data.  What I would really like to do is, open, let's say 25 different socket connections ...
// Temperature calculation with functions #include <iostream>          //Opening libraries using namespace std; float TempFtoC(int) ;     //Initializing functions and variables float TempCtoF(int)...
Hi, Im new to GDI and I just want to draw a rectagle on the Windows Desktop to get started.  The code I have so far to do this when the user click a button is: void __fastcall TForm1::Butt...