Originally posted by: The Best GUI Tools - VS.NET and Office XP/2003 Look!
Reply
Originally posted by: TT
--------------------Configuration: Draw - Win32 Debug--------------------
Compiling resources...
D:\draw\Draw.rc (88): error RC2135 : file not found: res\ico00006.ico
D:\draw\Draw.rc (837): error RC2135 : file not found: res\bmp00001.bmp
D:\draw\Draw.rc (838): error RC2135 : file not found: res\bmp00002.bmp
D:\draw\Draw.rc (839): error RC2135 : file not found: res\b1.bmp
D:\draw\Draw.rc (841): error RC2135 : file not found: res\b3.bmp
D:\draw\Draw.rc (842): error RC2135 : file not found: res\b4.bmp
D:\draw\Draw.rc (843): error RC2135 : file not found: res\b5.bmp
D:\draw\Draw.rc (844): error RC2135 : file not found: res\bitmap3.bmp
Error executing rc.exe.
draw.exe - 8 error(s), 0 warning(s)
Reply
Originally posted by: francesca
hello!
I must transform an image bitmap in text rows, that is assign to every color of pixel a character ascii. all this in C++. I have unloaded the GDI++, but in the compilation (use the Dev-C++) gives a bag to me of errors (375!!) that they regard the library.
the program is much simple one
#include <GDIplus\Includes\gdiplus.h>
#include <iostream>
#include <stdlib.h>
using namespace Gdiplus;
using namespace std;
main()
{
cout<<"ciao";
system("PAUSE");
return 0;
}
someone has some idea of because is these problems?
thanks
francesca
Reply
Originally posted by: A Demolliens
I also have mistakes with gdiplus with some words like "Fe2+" (the result is "+Fe2")or "Cu(s)" (the result is "(Cu(s").
It does'nt work with JTDraw Update.
Alain Demolliens
Dijon
France
Originally posted by: Martin Weber
What about integrating Antigrain (http://www.antigrain.com/) into JTDRaw instead of using the slow GDI+?
ReplyOriginally posted by: jfeng
I've installed GDI+ and setup the path for header/lib files. but when compile your jtdraw, the following error occurred.
"error C2501: 'NotificationHook' : missing storage-class or type specifiers"
Does any friend know how to fix it?
Feng
Reply
Originally posted by: A
Where can I get the XD++ full source code of the library.
ReplyOriginally posted by: John
Can some one help me add those features to the JT2Draw.
Also if someone know how to add drag & drop object like UCanCode's Diagram++ Library.
Thanks.
ReplyOriginally posted by: Tao Zhu
I have implemented rotation, grouping functions. but due to some policy, i cannot release it. but you may contact admin@svizsoft.com to check if my manager can help you out.
BTW, what do you mean the drag and drop effect. If you mean outline the shapes when moving, sizing, rotating. I think it is easy. We also have implemented it.
Originally posted by: chenxr
draw.exe - 2 error(s), 8 warning(s)
********************************************************
Linking...
Draw.obj : error LNK2001: unresolved external symbol _GdiplusShutdown@8
Debug/draw.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
********************************************************
Anyone can help me?Thx!