Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

PgPlot and CVF

tkibedi
Novice
467 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
467 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