ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Search results
25 results for: external dll
CallDLL32 (Function)
Runs a function found in an external DLL.
API (Function)
Runs a function found in an external DLL.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Overview of external languages
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
Stand-alone executable
The executable will be stand-alone if the following elements are included in the executable......
Native xBase/FoxPro Connector
WINDEV and WEBDEV propose a Native xBase/FoxPro Connector (or Native xBase/FoxPro Access) module......
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
Internal component
An internal component is a set of elements from a project......
Option,Version (External language)
Finds out the version number of WD140VM.DLL of WINDEV.
Developing 64-bit sites
You can deploy 64-bit compatible sites......
11. Internal components in practice
Internal components in practice...
Library,Error (External language)
Loads the file that contains the error messages handled by WD??EXE.DLL in the desired language.
Using several libraries in an application
A library is a WDL file that contains all the resources......
Miscellaneous Windows constants
List of constants used by the Windows functions....
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
ERR_BAD_DLLEXE
ERR_NO_DLLEXE
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
PythonInitialize (Function)
Specifies the location of the Python DLL to be loaded.
LoadDLL (Function)
Loads the specified library (DLL) in memory.
PythonTerminate (Function)
Unloads the Python DLL and frees memory.
WINDEVVersion (Function)
Returns the version number of the wdxxxvm DLL.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.