We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7febd commit cc625d7Copy full SHA for cc625d7
+DSS_MATLAB/IDSS.m
@@ -280,11 +280,11 @@
280
% the legacy/COM behavior. The value can be toggled through the API at any time.
281
%
282
% (API Extension)
283
- result = (calllib(obj.libname, 'DSS_Get_COMErrorResults') ~= 0);
+ result = (calllib(obj.libname, 'ctx_DSS_Get_COMErrorResults', obj.dssctx) ~= 0);
284
obj.CheckForError();
285
end
286
function obj = set.COMErrorResults(obj, Value)
287
- calllib(obj.libname, 'DSS_Set_COMErrorResults', Value);
+ calllib(obj.libname, 'ctx_DSS_Set_COMErrorResults', obj.dssctx, Value);
288
289
290
0 commit comments