|
-
April 11th, 2008, 03:35 PM
#1
Namespace conflit with Gdiplus
Hi!
I created a Point class like this:
namespace ProjectX {
namespace Drawing {
class Point{...};
};
};
When I declare Point with using namespace ProjectX: rawing, the compiler feel ambiguis with Gdiplus::Point and ProjectX: rawing::Point. I haven't include Gdiplus header...
How can I resolve that conflict?
Thanks,
Michel.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|