External dependencies: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
(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 ...)
 
(→‎MSXML: Updated with MSXML version)
Line 4: Line 4:
[http://msdn.microsoft.com/en-us/library/ms763742(VS.85).aspx Microsoft XML Core Services (MSXML)]
[http://msdn.microsoft.com/en-us/library/ms763742(VS.85).aspx Microsoft XML Core Services (MSXML)]


It is currently "unknown" outside DAW what version of MSXML is used by flexml.dll
Vincent Oorspung has [http://support.dataaccess.com/forums/showthread.php?p=186997&highlight=MSXML#post186997 implied that MSXML version 2 is the current version used by Visual DataFlex]. However, [http://support.microsoft.com/kb/269238 Microsoft no longer support version 2].


== GDI+ ==
== GDI+ ==

Revision as of 15:49, 23 March 2009

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

MSXML

Microsoft XML Core Services (MSXML)

Vincent Oorspung has implied that MSXML version 2 is the current version used by Visual DataFlex. However, Microsoft no longer support version 2.

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.