Advertisement

GDI

Started by July 31, 2002 03:50 AM
2 comments, last by Ilthigore 22 years, 3 months ago
How do I encorporate GDI in C++. I know it uses the System.Drawing class but I don''t know how to encorporate it into my code. I tried the "using" and "#include" keywords but they didn''t work.
>>>>>>>>>>>>>>>>>Ilthigore<<<<<<<<<<<<<<<<<
What''s ur meaning?
do u mean u can''t use GDI or....? I assume u''r programming windows....
Plz be specific
"...and we all know what "undefined" means: it means it works during development, it works during testing, and it blows up in your most important customers' faces."----------Scott Meyers, "Effective C++"
Advertisement
I am running in windows 98 and I CANNOT use GDI. I haven''t found a way to successfully include the System.Drawing class members in my code. Therefore I cannot do anything with GDI. I am using VC++6.0 as my programming editor.
>>>>>>>>>>>>>>>>>Ilthigore<<<<<<<<<<<<<<<<<
System.Drawing is a .NET GDI+ class, which is not available to VC++6. You *can* use GDI, but not GDI+.

This topic is closed to new replies.

Advertisement