‎02-17-2010 03:50 PM
I want to modify DBLog.dll, but I am not sure what is the development environment for DBLog.dll? How do I know which development tool to use? And, is version dependent?
Thanks.
Peggy
Solved! Go to Solution.
‎02-19-2010 11:28 AM
Hi Peggy,
This dll is written in C++, so you can use any C++ compatible development environment such as visual studio. As far as the version, if you are refering to the version of TestStand, make sure to modify the version of the file in the desired version of TestStand. In terms of the IDE, the version should not be an issue.
‎02-21-2010 07:18 PM
I downloaded Visual C++ 2008 Express version. When I compiled the project, I have the following error:
"1>c:\program files\national instruments\teststand 4.2\components\models\teststandmodels\database\dblog\stdafx.h(20) :
fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory"
Is this expected?
Peggy
‎02-22-2010 04:31 PM