Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

PgPlot and CVF

tkibedi
Novice
584 Views

I try to compile one of the sample programs of PgPlot on a Win XP system and using CVF 6.6. The Pgplot library was built according to the infomration given in the aaaread.me file came with the pgplot distribution. However by linking one of the sample programs against the static library I`ve got a bunch of error mesages:

error LNK2001: unresolved external symbol __wgsetactiveunit
also for: __remapallpalette
__setcolor
__f_moveto@12
__lineto
__setpixel
__setwritemode
_registermouseeventqq
_unregistermouseeventqq
__setlinestyle
__remappalettergb
__rectangle
__setpixels
__f_setwindowconfig@4

Can anybody suggest a solution?

0 Kudos
1 Reply
tropfen
New Contributor I
584 Views
Hello,

is it possible that you have forgotten to define the project as quickwin-projekt or have you forgotten to include use dflib?

Frank
0 Kudos
Reply