From: Arjen M. <arj...@wl...> - 2006-05-03 08:08:21
|
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 |