7.25.1195

Navigation:  7.25 (QDV 2025) >

7.25.1195

Previous pageReturn to chapter overviewNext page

Released on January 10, 2026

New: CreateEmptyCallingContext methods in the API (macros and external clients)

The following new methods were added to the API:

IEstimate.CreateEmptyCallingContext()

ISetDatabase.CreateEmptyCallingContext()

They allow creating calling context in external clients that use InterfaceDll and in the newly introduced QdvScriptRuntime.exe utility. This calling context is needed to run macros with RunQdvMacro methods. When the RunQdvMacro method was called from a macro, the context was already available in the calling macro’s argument. But in case of external clients, there was no context, so these new methods can create it.