
hi!
I was trying to load the Livarot lib from sourceforge and compile the tesT_main.cpp app in visual c++ 6.0 (forgive if I post this question here but I can't reach the author on his mail address and inkscape includes the livarot lib too, so..). After a few problems I got the file to compile under visual c++ but I am unable to build it as the linker throws me a lot of LNK2001 errors like:
test_main.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: static void __cdecl Buffer::BuildCorrTable(void)" (?BuildCorrTable@...343...@@SAXXZ) test_main.obj : error LNK2001: Nichtaufgeloestes externes Symbol "public: void __thiscall Buffer::OutputJPEG(char *)" (?OutputJPEG@...343...@@QAEXPAD@...344...)
etc.. what am I doing wrong here ? Also, my goal is to build a dll to which I can input two svg-pathes command-strings (from the attribute "d") and make a bool operation on it and return the new path-string... any hint on that?
Next... I was trying to build a java applet for my final work at the university and this applet should have a "calligraphic pen" tool just like inkscape has. Now the pain is that my c++ knowledge is pretty low I am originally coming from Pascal.. I tried to extract the code from the dyna-draw file but without success there're so many depencies on it.. any hint on that one? I need to create an array of points for a bezier curve with the calligraphic pen tool...
Thank you very very much for helping me with these two problems to finally finish my work at the university and getting hopefully a good mark!!
thanks a lot again, Joe