Language
Any
Platform
Any
License
Any
= 2.1.4...
: *** 'pkg-config --modversion glib-2.0' returned 2.10.0, but GLIB
: (2.6.4)
: *** was found! If pkg-config was correct, then it is best
: *** to remove the old version of GLib....
Canvas (it's common sense), but the hard part of it is to scale it to page dimensions.
The VividReport?, I do not know, I installed the Trial version, but no vcl components appeared on the Builer...
: : : Why is it that when I use the GetCurrentHwProfile() I keep getting
: : : this error from my compiler. Incidentally, I am using Windows XP and
: : : the compiler is VS6.
: : :
: : : error...
: : Why is it that when I use the GetCurrentHwProfile() I keep getting
: : this error from my compiler. Incidentally, I am using Windows XP and
: : the compiler is VS6.
: :
: : error C2065:...
I have an application with graphics and I would like to print the graphics. How to send the graphics to the printer using TPrinter object? I found a Vivid Report download vcl components (free...
UpdateForm();
: some thing like that
: Mohammad Nasim
Or you can put your drawing stuff in the OnPaint event. (It works for me.)
GentleMen
Please Accept My humblest Appreciation for the work you have done
to the cosmetics of this site.althou i have not tested all that you offer
but i am good just looking at it
i once...
: You get those errors because Turbo C++ does not
: follow the C++ standard, it is an obsolete compiler. It wants the
: #include syntax that has been obsolete for 13 years.
: Get a modern C++...
You get those errors because Turbo C++ does not follow the C++ standard, it is an obsolete compiler. It wants the #include syntax that has been obsolete for 13 years. Get a modern C++ compiler and...
: : #include
: :
: : using namespace std;
: :
: : int main()
: : {
: : int f,s,sum;
: : sum = 0; //give sum a value = 0
: : cout > f;
: : cout > s;
: :
: :
: : for (int i = f; i
: You might want to check out ReadConsoleInput():
:
: http://msdn.microsoft.com/en-us/library/ms684961(VS.85).aspx
:
: (I tried to make the above an active link, but PH didn't link it
:...
You might want to check out ReadConsoleInput():
http://msdn.microsoft.com/en-us/library/ms684961(VS.85).aspx
(I tried to make the above an active link, but PH didn't link it correctly, at least...
Hello, i found somthing that makes it easier to program games in c++ express edition.
http://www.microsoft.com/express/gamedevelopment/
My problem is when i want to install Dark GDK it says it...
Hi,
I have been trying to implement shared memory using C++ in Linux (Ubuntu) and there is a problem that I have been unable to solve for one week.
Ok this is my dilemena. I have been able to...
Use Dynamic RTL.
Yes. This options is unchecked.
Did you try to disable dynamic RTL as well?
"Build with runtimes Library"
I have this erros:
Unresolved external 'System::__linkproc__ __fastcall LStrClr(void *)' referenced from C:\PROGRAM FILES\BORLAND\CBUILDER6\LIB\RELEASE\VCLE...
: In Windows you would have to type something like #include ".\\folder\\node.h".
Alot of windows compilers (Borland builder, MSVC++ 2005 and 2008) that I use also seem to support the / syntax....
Hello,
I have created my own custom control, using windows control library in VC++ 2003. How to create my own properties,to this custom control so that it can be visible (set & get) in the property...