Tools And Utilities
Forum Post

Re: Mouse Out Event

Label1 Notice, i did'nt modify the Handled flag, not to block local control event handling methods... :0) Hope it helps
Forum Post

How to use a CBuilder DLL (that contains classes) from C# 2005?

Hello, Please help me to use a CBuilder DLL that contains classes from Visual Studio C# 2005, I have problems with the underscores. I used a well-known example which creates a DLL in Cbuilder 5...
Forum Post

Re: Mouse Out Event

Hello I have still the same need and am still looking for the solution... Do you have found a key for this problem ? May be you (we) can use the TApplicationEvent control to test simulate a...
Forum Post

what are ssleay32.dll & libeay32.dll?

These dlls use in some program. are they relative to OpenSSL? thank you about your help.
Forum Post

Re: VC++ help in a simple progam

Looks like you created a console application. Create a Windows application and put this code in there.
Forum Post

Re: String Problem

The problem is just that it is printing the info about each alphabet present in the string given, like: "string30" s-alphabetic t-alphabetic r-alphabetic i-alphabetic n-alphabetic...
Forum Post

Re: While Statement

Why replace it? It doesn't make any sense, it will only make the code less readable.
Forum Post

Re: Turbo C++ dynamic dll call problem

: HINSTANCE USB= LoadLibraryA("SiUSBXp.dll"); : typedef SI_STATUS (WINAPI * pNumDev)(LPDWORD); : pNumDev * pGetNumDevices; This should be pNumDev pGetNumDevices; You want a function...
Forum Post

Turbo C++ dynamic dll call problem

Caption="ok"; if (pGetNumDevices!=NULL) { pGetNumDevices(&a); //Caption=IntToStr(a); }
Forum Post

Re: how to read !

0) { x--; } (Btw, using boolean operators to compare integers as well as using the ++ operator inside expressions are both banned by the coding standard MISRA-C, so this isn't something I've...
Forum Post

Re: Ambiguity

I have resolved the error related to ambiguity between TFont and Graphics::TFont and ambiguity between TColor and Graphics::TColor by using namespace Graphics { using Graphics::TFont;...
Forum Post

Data Transfer

Hello all, Is the anyone know how to transfer a file from HOST to Client ung using C++ Builder? thank you ~jovin
Forum Post

Re:

I tried doing that, but doing that is not resolving the problem. When I try to save the file after making the change, the IDE throws an error saying the method for the event does not exist and do...
Forum Post

Re:

You get that error when two types in two different namespaces are named the same thing. Solve it by telling the compiler which one you mean, by writing the namespace explicitly in front of the type....
Forum Post

Re: How to make diamond output with FOR

there are some definite patterns. example for input 3: ** 2 spaces 2 stars **** 1 space 4 stars ****** 0 space 6 stars **** 1 space 4 stars **...
Forum Post

Re: about prototype

probably you forgot to include stdio.h? #include or if you are using C++: #include also, make sure you put a semicolon after printf(): printf("..something.."); -- ~Donotalo()
Forum Post

How to make diamond output with FOR

input:5 * * * * * * ** Thx.... -komodo_dragoon, a real dragon that still alive-
Forum Post

How can I resolve "Ambiguity between TFont and Graphics::TFont" error?

I am trying to use the CustomDrawCell event for the TdxTreeListColumn column object. When the method is added in .h file, void __fastcall dxTreeListServiceCustomDrawCell(TObject *Sender,...
Forum Post

Re: program not displaying on screen

At the bottom of the program, add getchar() from stdio.h. Avoid using getch() since it isn't standard C and will not work on most compilers. Avoid using system("PAUSE") since it is...
 

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.