External dependencies

From DataFlex Wiki
Revision as of 13:08, 23 March 2009 by Olaeld (talk | contribs) (New page: For VDF applications to run correctly, a number of external dependencies need to be in place: == MSXML == [http://msdn.microsoft.com/en-us/library/ms763742(VS.85).aspx Microsoft XML Core ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

For VDF applications to run correctly, a number of external dependencies need to be in place:

MSXML

Microsoft XML Core Services (MSXML)

It is currently "unknown" outside DAW what version of MSXML is used by flexml.dll

GDI+

Microsoft Windows GDI+ is a class-based API for C/C++ programmers. It enables applications to use graphics and formatted text on both the video display and the printer. Applications based on the Microsoft Win32 API do not access graphics hardware directly. Instead, GDI+ interacts with device drivers on behalf of applications. GDI+ is also supported by Microsoft Win64.

GDI+ is used by the Graphics Library from DAW, currently in Beta.

Note: GDI+ is not officially supported for use within a Windows service.