S
sadegh
I am using VC++6. I want to draw some simple shapes (e.g. line,
circle, pixel) on a dialog box. How can I do this? Thanks a lot
circle, pixel) on a dialog box. How can I do this? Thanks a lot
You'd be better of asking in a VC group.sadegh said:I am using VC++6. I want to draw some simple shapes (e.g. line,
circle, pixel) on a dialog box. How can I do this? Thanks a lot
I am using VC++6. I want to draw some simple shapes (e.g. line,
circle, pixel) on a dialog box. How can I do this? Thanks a lot
I am using VC++6. I want to draw some simple shapes (e.g. line,
circle, pixel) on a dialog box. How can I do this? Thanks a lot
Get the DC of the dialog then draw.
sadegh said:Could you please tell me what should I do to get the DC of the Dialog?
for example I have a button on the dialog and I want to show a line on
the Dialog by clicking on the button.
sadegh said:Could you please tell me what should I do to get the DC of the Dialog?
for example I have a button on the dialog and I want to show a line on
the Dialog by clicking on the button.
aleksa said:Get the DC of the dialog then draw.
You'd be better of asking in a VC group.
It's strange isn't it? Most platform vendors now have a free version ofJames said:One comment that might be vaguely on topic here: he'd also be
better off getting a more recent version of VC++. VC++ 6 is
close to ten years old, and the language has changed
considerably since then.
It's strange isn't it? Most platform vendors now have a free version of
their latest tools, but people still use the old ones.
Ian said:It's strange isn't it? Most platform vendors now have a free version
of their latest tools, but people still use the old ones.
Default said:It's still our Windows development platform at work, because everything
we use has to be certified by our internal tools group. It has
problems, but those are known and documented.
Ah, I didn't know that, typical of them I suppose.Markus said:Not so strange really.
Since Microsoft's free compiler version comes with optimisation disabled
it is unusable for anything except toy projects.
It's strange isn't it? Most platform vendors now have a free version of
their latest tools, but people still use the old ones.
On Mon, 07 May 2007 09:32:02 +1200, Ian Collins wrote: [snip]
It's strange isn't it? Most platform vendors now have a free version of
their latest tools, but people still use the old ones.
Not so strange really.
Since Microsoft's free compiler version comes with optimisation disabled
it is unusable for anything except toy projects.
On Mon, 07 May 2007 09:32:02 +1200, Ian Collins wrote: [snip]
It's strange isn't it? Most platform vendors now have a free version
of their latest tools, but people still use the old ones.
Not so strange really.
Since Microsoft's free compiler version comes with optimisation
disabled it is unusable for anything except toy projects.
No - that is incorrect. You have the same optimiser in the free edition
as in the "professional" one. What you don't get is stuff like profile
guided optimisation (PGO).
That was an older version I was thinking about which had no
optimization -- .NET Standard or something like that. It was also not
free but much cheaper than the optimizing version.
Instead Microsoft seems to now not include MFC and ATL with the
current free version.
Instead Microsoft seems to now not include MFC and ATL with the
current free version.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.