Originally posted by: jing
I am thinking about adding following functions:
customer symbol and symbol library,
snap/linkage management function,
topology
How about the ideas ?
And I believe it is very useful in many fields.
thanks!
Originally posted by: sikander Rafiq
not found. so i can't be able to compile it.
.h header files
#include <bcgcb.h>
#include <gdiplus.h>
Originally posted by: tao
no offend
ReplyOriginally posted by: Tao
Some of you have the problem of ULONG_PTR. I don't know the reason but only know how to solve it. You only have to include your SDK head file first then include MFC's head file.
anyone has good reason, please comments.
tao
ReplyOriginally posted by: Tao
speed of gdi+ is slow. that is true. but for the jtdraw project, the speed can be increased significantly by only drawing the area that needs to be updated.
the current version doesn't have this codes but it should be easy to add.
there are several drawing library on the market, like Extreme Diagram++, Glg toolkit. I didn't aim to compete with them with this project. Anyway, jtdraw is a piece of code to let you share the feeling about gdi++ and undo/redo framework.
Originally posted by: there is some errors in your project
There is some errors in your project,is about the GDI+,so i has download and install the GDI+,But my VC can't know the ULONG_PTR,I defined it,but the complier says(i remove the head file <engine.h>,because can't find it)link error about _GDIPlusShutDown,can you give me the full environment?
thank you very much!
Originally posted by: tao
this project needs the following envrionment.
1. SDK 2001 Nov version including GDI+
2. BCGControlbar library. at www.bcgsoft.com. Demo version is OK (free and cool).
The missing "engine.h" should not included in the project, please comments it out. I resubmited a new copy of zip file. I compiled and linked in the basic VC++ evrionment after setting the path to SDK and BCGControlbar. It works fine now. It might take some time for webmaster to update it. If you want to use the current version of demo project, just comments out each line with bug.
Tao
ReplyOriginally posted by: Dakai
check:
http://www.microsoft.com/hwdev/archive/video/GDInext.asp
Microsoft will push it hardly. The speed problem can be solved soon. And you get a lot function from it, like alpha blending.
I think all programmer should try gdi+.
ReplyOriginally posted by: Tao
Yes. Sorry to submit the resource file will error. but you can comment out all those 8 errors. the program will run.
it is because i was in a hurry to separate this part of code from my project. and there are some other bugs, i will fix them and resubmit another zip file. please check later.
Reply