From: Arjen M. <arj...@wl...> - 2006-05-04 06:33:52
|
Octavian Afilipoai wrote: >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. > > Hello Tavi, it looks as if there are a few drivers defined in the header file that are not included in the library. For now: Remove the definitions of PBM and PSTEX in the makefile in sys\win32\msdev -- this is used in the first step. (I have been expanding the set of drivers available for Windows but I must admit I have not done too much yet with the DLL- build). As we are in the middle of creating a new release, I do not want to make (too many) changes to the CVS repository. But I will amend this. Thanks for reporting this. Regards, Arjen |