Tools And Utilities
Forum Post

What is the directive to turn on long double in VS6 ?

Please help. What is the directive to turn on long double in MS Visual Studio 6 ? Thanks.
Forum Post

Re: Drawing in Dialog in VC++ MFC

GetWindowRect(client); : ScreenToClient (client); : SIZE area = { client.Width(), client.Height() }; : : CBitmap canvas; : canvas.CreateCompatibleBitmap (&dc, area.cx, area.cy); : :...
Forum Post

Drawing in Dialog in VC++ MFC

bottom); HBITMAP hOld=(HBITMAP)memdc.SelectObject(hbmp);*/ dcline.SelectObject(NewPen); actDC.SetBkMode(TRANSPARENT); setDC.SetBkMode(TRANSPARENT); setDC.SelectObject(Setbrush);...
Forum Post

arm-linux-gcc compiler error

arm-linux-gcc -c -o inventory_live.o inventory_live.c arm-linux-gcc -o inventory_live inventory_live.o -lrfid -lrfidtx -lcpl -lsample_shared -lpthread -lrt -lstdc++ /usr/local/bin/....
Forum Post

Builder Version

Hello, What Borland C++ Builder IDE version I need if I have a *.bpr (inside I see "VERSION = BCB.04.04") project extension (build between 2001 & 2005 on NT)?
Forum Post

Re: Error C2146 Syntax Error: Missing ';' before identifier

There are TWO DIFFERENT include files: and First file defines the C functions to work with C run-time library - it is very old file and goes back to Kernighan & Ritchie. Second file...
Forum Post

Re: Error C2146 Syntax Error: Missing ';' before identifier

You should specialize 'basic_string' like in typedef basic_string string;
Forum Post

Thread not signaled (WaitForSingleObject exit for timeout only)

Hello everybody, I am working with a thread for implementing a timer. If the thread is started / exited directly from an application (standard exe) everything works fine, but if I create and exit...
Forum Post

Re: Error C2146 Syntax Error: Missing ';' before identifier

Please read the error message in its completeness: it says "before identifier 'stationId'". So, what comes BEFORE? The type 'string' comes before it. The compiler cannot find the type 'string'. Check...
Forum Post

debug c++ visual studion and c++ builder

hello i make dll in vc++ 10 i import the dll into borland now i see the program run but cant debug i try to set in vc start program the name of the exe in borland but still cant debug any help ?
Forum Post

macro for template class

hello i have class with template function i want to write macro for the function the issue is how to pass the type class foo { trmplate static void myfunc(char* ch,T* data) { //do...
Forum Post

Re: stdafx.h missing

I managed to circumvent the problem, although I am not sure what exactly I did right. I created a new clr console program, then copied the source/header files one by one into it. This did the trick....
Forum Post

stdafx.h missing

Hello, I have started a job where I need to understand some C++/CLI code another person has written with Visual Studio in order to port the code to another language ( either C# or Java). I am a...
Forum Post

Repetitions in array

After getting input, How the method finds the elements with repetition and number of times each element is repeated with in the array of integer (int a)?
Forum Post

Help: .Plotting Graphs

I want to plot a graph while reading corresponding coordinates from a file(.txt) and the coordinates are stored column wise in .txt file. please help me asap as i am working on a project.
Forum Post

flash memory read & write

I am using c8051f120 kit for interfacing lcd and keypad.I have taken an array as p which stores characters from a-z.I want to select an alphabet from array,write it at location 0xFF01 of flash memory...
Forum Post

Borland Builder error

Hello All, I am trying to build and install the ComPort component using "BorlandC++Builder 5". I am opening CPortLibCB5.bpk and when the project is built is gives an error " CPort.pas(19):...
Forum Post

How to read HDD's Partition Table & FAT using Visual C++ 6.0?

Hi everybody! Need urgent help with reading Partition Table & FAT. I have a program written on Borland C++ (3.1 or 5). VC++ compiler shows following errors: 1)error C2079: undefined datatype (for...
Forum Post

PLEASE HELP ME

can someone help me to build this program???? because i don't understand.... please.... The program started with a form login to check our admin.Jika user and logged in as admin, we can add a...
Forum Post

displaying a DDS image

Does anyone know how to display a DDS image file in Borland C++ Builder 5?
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.