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...
Hi everybody,
I'm new in this community and in the C++ also...
I know that this question is too easy to answer but I realy would like this help.
In C++ Builder I have a form and a Scro...
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...
If how can I pipe the output of a dos .exe file to another file.
If I start the program with C:\runme.exe paramerteer >> output.txt the output will not be shown on the screen but written to...
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...
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...
Hi,
Codeguard says i have a resource leak in my application, but i can't find out where it would be.
The info i get from codeguard:
=====================================================...
Hi,
I need a program to retreive all the filenames and the filesizes in a directory. I already started with the scandir function, but I'm stuck with the recursive directory listing:
boo...
Hi,
I'm trying to write an opengl program, but if I include <gl/gl.h> anywhere except the main unit I get multiple E2238 multiple declaration of WINGDIAPI in gl.h
The simplest I can demonst...
Hello !
Today I made what I think is a mistake. I wrote the following code :
#include <shobjidl.h>
...
ITaskbarList *pTaskList = NULL;
HRESULT hr = ::CoCreateInstance(CLSID_Tas...
Hi Experts. For a reason i really don't know, my app can't close or terminate when i shut down or i restart windows. So, i use WMEndSession to force to close my app. It works, but it appears t...
Having tried unsuccessfully to find an answer from the client end I am now wondering if any Windows Server expert can shed any light on this situation.
The scenario is this. A client appli...
Hi,
I've written an app that interacts with https insurance company websites.
Due to the confiential nature of these sites, I must speak in generalities
rather than specifics.
My pr...
Listed below is a piece of code contained in NewsLetter by the Borland Support
Group. Tried it with C++Builder5 and bombed at this line:
pal = static_cast(malloc (sizeof (LOGPALETTE) +...
Hi,
I am using c++ builder 4.
I have imported the type library I want to use, and have no problems connecting to the server
I don't know how to implement the event that my server expo...
I want to store the contents of a couple of TEdit controls in an XML file. I'm using the following code:
AnsiString xml = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n";
xml += ...;
i...
I am using Borland C++ 5.02 and have problem to use uuid.lib
At link time it complains "Some invalid record in library 0x21?"
Any ideas?
I inherited the support of an application and it's pointing to some files in the package that I can't point my hands on.
The 3 .bpi files in question are:
dclusr.bpi
FlexCelC60.bpi
SMImp...
I've been futzing with the TDBComboBox and the best I can to is one element from the database automatically. I have set up the data source and data field correctly and played with the cache a...
I have implemented a splash screen and was wondering if it's possible
somehow to set one of the colours as transparent ?
So that only the "real" picture would be shown and the white colour ...
Hi,
I need a free or very inexpensive image processing library (.jpeg, .gif, etc.) library for CBuilder. Does anyone know of one? :)
Best regards,
The Terrible
what I need to write wave player program.
I need to open a wave file and play it in my appl.
sorry if i am unclear... i don't have much experience in C++, maybe 8 months, really don't know much about classes.
what i am trying to do.. .is get the text from a EditBox when i push a but...