Advertisement

250 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 155
 
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 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.
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...
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...
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...
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 ...
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...
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...
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...
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 ...
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...
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...
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...
I've recently upgraded my C++ Builder 6 to 2006 (Professional), and am upgrading a bunch of old applications.  I heavily used the turbopower Async Pro component in several of them. The comp...
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 am a novice user of Borland C++ Builder 6.0. I need the most easy way to post data to certain webpage, and also to retrieve page source. I noticed a object CppWebBrowser but I can...
I want to use GetNetworkParams() from iphlpapi.dll, to get dns server IPs. I'm compiling with Borland 5.5 command-line, and its an app for wide distribution, hopefully to be used o...
Hi, Found a snippet which allows you to convert char* into a MD5 hash. Since I am coding in Borland C++ with all its noobish objects like AnsiString. And since I'm newbish at the rewrit...
HOW TO CONNECT OR ORACLE DATABASE USING BORLAND C++ BUILDER 6
Hi there I need a small example Code how to send a text to TCPServer and Recieve same answer, using Indy 9 idTCPClient So something like         TMemoryStream* mem = new TMemoryStream...
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...
I need to be able to use either core WIN API's or INDY 10 components to be able to detect the current logged in user NTID, a machine's IP address, and determine the operating system type on a ...
Hello experts, I am making an installer using install shield express 5. I need BDE for my application, so I installed bde merge module. (I had to install Borland builder 4 for that, becaus...