How do I use GDI+ with C++Builder? Can someone give me a simple example of creating a surface and drawing a circle on it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It would be similar to coding a normal Windows program in C using Visual Studio.
Basically:
Here’s a link with a sample program:
http://msdn.microsoft.com/en-us/library/ms533895(v=VS.85).aspx
MSDN contains much information on this topic:
http://msdn.microsoft.com/en-us/library/ms533802(v=VS.85).aspx