does anyone know a work around for the internal linker size limit? I am currently getting this...
LINK : fatal error LNK1210: exceeded internal ILK size limit; relink with /INCREMENTAL:NO
Hi,
I am writing a code in c++ which does the followings -
1. logon to a webserver which as a response return a cookie (set_cookie) to be set in the next requests to come.
2. commit few mo...
Hi all,
Hopefully this should be an easy one!
I have a simple input form and when the 'OK' buttons event handler is clicked the contence of the edit boxes are used to create a object (si...
Two-part question:
I built a new component in Delphi, which works great and installs perfectly there.
I moved it over to my C++Builder (6, with update pack 4 installed) LIB folder. The ...
hi everyone,
I'm using Borland C++ Builder 6 under WinXp. Could anybody please tell me if it is possible that my application does not show any trace (button,icon ...) in the taskbar. Note tha...
what I need to write wave player program.
I need to open a wave file and play it in my appl.
// Temperature calculation with functions
#include <iostream> //Opening libraries
using namespace std;
float TempFtoC(int) ; //Initializing functions and variables
float TempCtoF(int)...
I am writing an application program in borland C++ builder 5.
When the program is executed, I wish to detect if an instance of the program already exists and if so then to terminate both the ...
If George can ask a question, then it's certainly high time that I ask one. :)
I've got a TStringGrid in my application. I'd like to copy the cells to the clipboard for easy pasting ...
Hello,
I'm using C++ Builder. I have two forms, Form1 and Form2. When I click a button in Form1, I make Form2 visible (for this I include Uni2.cpp in Unit1.cpp). Now, when I click a button ...
i am unable to access new members, either variables or methods, declared in a form.
i have added many members to this form before, but all of a sudden, the BCB no longer recognizes changes...
I am porting an application from BCB 5 with Indy 9 to Borland C++ Builder 2007 using Indy 10
The Indy 9 SendBuffer function for a UDP server has two parameters for the data to send; being a c...
hello,
I have a file named nikhil.001 , it has ASCII values of a sine wave. i m planing to design a window in BCB6 which shows the sine wave in a 3D. i m new to BCB6 , and need help in doing ...
i'm trying to post data to a php (Version 4.3.8) webpage using indy components (version 8.0.25),it comes with builder 6, but it doesn't work. The webpage return a empty array. Anyone can help ...
Hi all,
I'm pretty sure this is going to be a very easy question, but i've just started with C++ Builder and don't quite understand it yet.
Basically I need to set the Application->OnAct...
Hi
I want to use unicode characters (foreign language) in BCB, for my menu names, etc. If I type them inside the code, they appear like this:
ÓáÇã
Which is meaningless.
What is the way to ...
Hi I'm running into my application which is throwing exceptions. I thought I knew how to handle this apprently I don't. First let me start out and say that my application is calling a dll an...
What I would like to accomplish might seem very easy. But not for me this time.
I often connect a Bluetooth USB dongle in order to establish an Internet connection using my phone. This is a...
i know how to complete a drag and drop but I am using a valuelisteditor and want to change the cursor depending on where the cursor is located in the treeview??? how is this possible....I eith...
I am reluctantly migrating from an old Celeron XP based laptop to new a high spec Vista one and the primary use is to run Borland C++ Builder to build code that resides on a shared networked d...
Code Snippet:
AnsiString FontColor;
AnsiString Red = "66", Green = "CC", Blue = "DD";
TColor MyTColor;
FontColor = "0x00";
FontColor += Blue;
FontColor += Green;
...
hi,
i use borland c++ version 5.5. i wanna need free win32 API libraries to build a good GUI for my code.i tried in the net but with a few success.can anyone sujjest me few good sites fro...
Hello everyone.
Not sure if this is the correct are to place this question but it was the closest I could find.
Here's my probelm:
I am currently writing a program which will communicatewi...
Hi :)
I will, once again, explain my problem thorugh an example:
File name of an application is, for example, "ttlcmd.exe"... When you run the program (or look at the file properties) you s...
Hi,
I am using Borland c++ builder 6 and have reacently encountered an access violation when trying to compile various programs. The following message appears in a window:
" Access violat...