Forum Discussion
AlexKaras
15 years agoCommunity Hero
Hi Swapnil,
> I am accessing dll named "TestComplete_Related_Lib" [...] coded in C#
This is the expected behaviour.
From DLL Object help topic:
"The
From Calling Functions From .NET Assemblies help topic:
"With TestComplete you can call routines that reside in any .NET assembly from your scripts."
So, you must use DLL object to call functions from non-.Net libraries and you must use dotNet object to work with .Net assemblies.
> I am accessing dll named "TestComplete_Related_Lib" [...] coded in C#
This is the expected behaviour.
From DLL Object help topic:
"The
DLL object supports only the routines that match the stdcall calling convention. (This calling convention is used by Windows API functions)."From Calling Functions From .NET Assemblies help topic:
"With TestComplete you can call routines that reside in any .NET assembly from your scripts."
So, you must use DLL object to call functions from non-.Net libraries and you must use dotNet object to work with .Net assemblies.