From: Octavian A. <at...@ya...> - 2006-05-03 17:13:11
|
Hi Arjen, Thanks for the fast reply. With your change to plstub.cpp:634 the compilation seems to work. The build fails in the link stage, though. Below is the error message: ------------------------------------------------------- Creating library .\Release/plplotd.lib and object .\Release/plplotd.exp plcore.obj : error LNK2001: unresolved external symbol _plD_dispatch_init_pstex plcore.obj : error LNK2001: unresolved external symbol _plD_dispatch_init_pbm plplotd.dll : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link.exe' : return code '0x460' Stop. ------------------------------------------------------ Thanks --Tavi --- Arjen Markus <arj...@wl...> wrote: > Octavian Afilipoai wrote: > > >Hi all, > > > >I'm trying to build the dll version of plplot on > >windows XP and it doesn't seem to work. > >The static library builds OK, although with a lot > of > >warnings. > > > > > > > > Hello Octavian, > > there is a small glitch in the source code. You need > to change line 634 to: > > typedef long DefineFuncPtr( PLFLT, PLFLT ) ; > > (the return type was int) > > Regards, > > Arjen > > > ------------------------------------------------------- > Using Tomcat but need to do more? Need to support > web services, security? > Get stuff done quickly with pre-integrated > technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 > based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Plplot-general mailing list > Plp...@li... > https://lists.sourceforge.net/lists/listinfo/plplot-general > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |