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

GradientFill function

David_DiLaura
Beginner
486 Views
I'd like to use this function to shade-fill triangles and rectangles in memory-resident bitmaps. The on-line GDI bitmap function documentation describes it, but doesn't explicitly say what lib it's in. Does anyone know where to point the linker?
0 Kudos
4 Replies
llynisa
Beginner
486 Views
A complete list is in ...VC98LibWin32API.CSV

Alan
0 Kudos
Steven_L_Intel1
Employee
486 Views
It doesn't seem to be in any library - looks as if you have to dynamically load msimg32.dll and find it there using GetProcAddress.

Steve
0 Kudos
gfthomas8
Novice
486 Views
Are there any plans for the next release of CVF to include API additions introduced with Windows 2000 and Windows XP? For example, gdi+, theme stuff, etc.
0 Kudos
Steven_L_Intel1
Employee
486 Views
For CVF 6.6, we added all of the new APIs we could find (for the libraries we support.) We'll try to keep up as best we can, but we don't promise to add all new "collections" of APIs (eg. themes). If you have a desire for some particular library, let us know at vf-support@compaq.com

Steve
0 Kudos
Reply