Hi,
Since I am creating (atleast trying) a trail version of my software, I am concerned about the time and date parameters.
The user can simply turn his bios or windows clock back and stil...
How to insert a .wav in the resource of an exe file and play it using Playsound()?
Hi All,
Can somebody explain me how I can set the display contrast, gamma level and brightness in my application?
Regards,
Josth
I write a program in C++ Builder and want to connect to a MySql database with zeos ZConnection for reading and writing data. The database from site is MySql is 4.1.I try TZConnection: user,p...
Hello experts,
I have a stl list, and I want to sort it case insensative...
How do I do this?
My code looks like this:
//-------------------------------------------------------
li...
I want to copy files from one path to another.
I want to do this without creating and opening a file and copying the contents of another file - a long process that I imagine is not require...
I'am using the Indy_9_00_17_src components to get e post date. It's necessary authenticate proxys sometimes and the indy componet has some classes that does it. But
I'don't know how to use. ...
I've been typing a sample program in and it's been working. Recently typed it in again, and it's not working now. I've retyped it over and over and keep getting this error:
...
Hello. I need to find all jpg files in a selected directory and copy them to another directory. I only found functions to look for a specified file but I have to copy all files with the same e...
I developed a project. but when i compile it, the c++builder 5 throw the following error.
[C++ Error] Screen.cpp(6): E2040 Declaration terminated incorrectly
[C++ Error] Screen.cpp(7): E2...
Hi,
We have designed a test https java server.
Using the keytool utility we created the certificates and keystores etc ...
Also, we built a https client in VC.
I have problems connecti...
I'm building a Win32 app using functions from WinPcap (http://winpcap.polito.it) to low-level access to Ethernet adapters.
I'm new to C++ Builder (i've ever used C over Linux), but i think it...
Hi experts,
I need to know how to plot functions in c++. I appreciate that I may need a builder or something but I really have not got the foggiest. Has any body got any code examples or...
[C++ Error] Unit2.cpp(12): E2094 'operator<<' not implemented in type
'ostream' for arguments of type 'string'
I'm getting this error each time i try to use 'cin' function to input String ...
hello, i'm working out SSL on Indy Components, (IdHTTP) but i can't get it to work. can you please help me by saying what to do?
i have spent all day without fixing the problem, pleas...
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...
Im really stumped on this so if someone could help i would be very gratefull.
I have written a win-cgi webserv program which must manipulate databases.
the program was working but now when...
Hi,
I would like to call a perl script from c++. My perl script will do:
1. open file for read - inputfile, might use seek function
2. open file for write -outputfile
3. read content fr...
Hi, i had Borland C++ Builder 6 on my computer, and have installed Borland Delphi 6 today. After installing Delphi, the compiling in BCB6 throws the error "Internal Error EVA-1528" and after i...
Hello everyone.
I am trying to write to a file a struct of the following type:
typedef struct ResFileStr_
{
AnsiString ImagePath;
int RecognitionMethod;
int Background,ThresholdMeth...
I am looking for an example of how to do this I don't care what type of table is used in the example, BUT I do need the actual CODE to NOT be Delphi code. There are some functions I am not ab...
Hi everyone,
I have a TJPEGImage from video capturing device assigned to TImage component on the form. What I need to do is somehow crop the image...
How is it possible to assign only part ...
// Temperature calculation with functions
#include <iostream> //Opening libraries
using namespace std;
float TempFtoC(int) ; //Initializing functions and variables
float TempCtoF(int)...
hi
i want to use a variable from one form to another.
say i have an AnsiString expert;
and i have got the ansistring expert in form1
----------------Unit1.cpp----------------------...
I am trying to write a POP3 mail client using Indy internet controls version 9.
I am using the TIdPOP3 component which has a member function RetrieveHeader
The funtion takes two arguments, ...