Just a heads up. The error report is :-

Alan


3>  shContext.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(37): error 
C2491: 'vgCreateContextSH' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(65): error 
C2491: 'vgResizeSurfaceSH' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(86): error 
C2491: 'vgDestroyContextSH' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(258): error 
C2491: 'vgGetError' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(267): error 
C2491: 'vgFlush' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(274): error 
C2491: 'vgFinish' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(282): error 
C2491: 'vgMask' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(286): error 
C2491: 'vgClear' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(346): error 
C2491: 'vgLoadIdentity' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(362): error 
C2491: 'vgLoadMatrix' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(393): error 
C2491: 'vgGetMatrix' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(416): error 
C2491: 'vgMultMatrix' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(446): error 
C2491: 'vgTranslate' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(457): error 
C2491: 'vgScale' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(468): error 
C2491: 'vgShear' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(479): error 
C2491: 'vgRotate' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shContext.c(493): error 
C2491: 'vgHardwareQuery' : definition of dllimport function not allowed
3>  shGeometry.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shGeometry.c(852): error 
C2491: 'vgPathBounds' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shGeometry.c(891): error 
C2491: 'vgPathTransformedBounds' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shGeometry.c(926): error 
C2491: 'vgPathLength' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shGeometry.c(935): error 
C2491: 'vgPointAlongPath' : definition of dllimport function not allowed
3>  shImage.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(564): error C2491: 
'vgCreateImage' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(622): error C2491: 
'vgDestroyImage' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(644): error C2491: 
'vgClearImage' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(808): error C2491: 
'vgImageSubData' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(853): error C2491: 
'vgGetImageSubData' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(896): error C2491: 
'vgCopyImage' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(948): error C2491: 
'vgSetPixels' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1001): error 
C2491: 'vgWritePixels' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1058): error 
C2491: 'vgGetPixels' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1109): error 
C2491: 'vgReadPixels' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1162): error 
C2491: 'vgCopyPixels' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1179): error 
C2491: 'vgChildImage' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1184): error 
C2491: 'vgGetParent' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1190): error 
C2491: 'vgColorMatrix' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1200): error 
C2491: 'vgConvolve' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1212): error 
C2491: 'vgSeparableConvolve' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1219): error 
C2491: 'vgGaussianBlur' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1229): error 
C2491: 'vgLookup' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shImage.c(1237): error 
C2491: 'vgLookupSingle' : definition of dllimport function not allowed
3>  shPaint.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPaint.c(71): error C2491: 
'vgCreatePaint' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPaint.c(87): error C2491: 
'vgDestroyPaint' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPaint.c(103): error C2491: 
'vgSetPaint' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPaint.c(125): error C2491: 
'vgPaintPattern' : definition of dllimport function not allowed
3>  shParams.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(428): error 
C2491: 'vgSetf' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(446): error 
C2491: 'vgSeti' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(465): error 
C2491: 'vgSetfv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(481): error 
C2491: 'vgSetiv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(705): error 
C2491: 'vgGetf' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(724): error 
C2491: 'vgGeti' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(743): error 
C2491: 'vgGetfv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(758): error 
C2491: 'vgGetiv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(774): error 
C2491: 'vgGetVectorSize' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(975): error 
C2491: 'vgSetParameterf' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(999): error 
C2491: 'vgSetParameteri' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1024): error 
C2491: 'vgSetParameterfv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1046): error 
C2491: 'vgSetParameteriv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1213): error 
C2491: 'vgGetParameterf' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1237): error 
C2491: 'vgGetParameteri' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1262): error 
C2491: 'vgGetParameterfv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1284): error 
C2491: 'vgGetParameteriv' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1306): error 
C2491: 'vgGetParameterVectorSize' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shParams.c(1387): error 
C2491: 'vgGetString' : definition of dllimport function not allowed
3>  shPath.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(139): error C2491: 
'vgCreatePath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(180): error C2491: 
'vgClearPath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(214): error C2491: 
'vgDestroyPath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(235): error C2491: 
'vgRemovePathCapabilities' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(252): error C2491: 
'vgGetPathCapabilities' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(361): error C2491: 
'vgAppendPath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(417): error C2491: 
'vgAppendPathData' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(484): error C2491: 
'vgModifyPathCoords' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(1117): error C2491: 
'vgTransformPath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPath.c(1190): error C2491: 
'vgInterpolatePath' : definition of dllimport function not allowed
3>  shPipeline.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPipeline.c(278): error 
C2491: 'vgDrawPath' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shPipeline.c(453): error 
C2491: 'vgDrawImage' : definition of dllimport function not allowed
3>  shVgu.c
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(86): error C2491: 
'vguLine' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(101): error C2491: 
'vguPolygon' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(128): error C2491: 
'vguRect' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(153): error C2491: 
'vguRoundRect' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(200): error C2491: 
'vguEllipse' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(231): error C2491: 
'vguArc' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(318): error C2491: 
'vguComputeWarpQuadToSquare' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(360): error C2491: 
'vguComputeWarpSquareToQuad' : definition of dllimport function not allowed
3>C:\FlightGear\simgear\simgear\canvas\ShivaVG\src\shVgu.c(423): error C2491: 
'vguComputeWarpQuadToQuad' : definition of dllimport function not allowed
3>  Generating Code...
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to