NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Missing DBLog.h and DBLog_i.c file

Solved!
Go to solution

Hello,

 

I try to recompile DBLog.dll  for Teststand 2013 version using MS Visual Studio 2017. I noticed that some source files are missing like DBLog.h and DBLog_i.c

I have not found solution to download these files in this forum.

Is there any chance to get these files?

 

BR,

EinoMuidugi

 

 

 

0 Kudos
Message 1 of 2
(753 Views)
Solution
Accepted by topic author EinoMuidugi

Hello,

 

I will answer by myself to this topic.

First many thanks to Scott Richardson who gave good hint.

These missing DBLog.h and DBLog_i.c files will be created during compilation time automatically.

They are outputs of compilation of DBLog.idl file.

As I moved source code out from original location

(C:\Program Files (x86)\National Instruments\TestStand 2013\Components\Models\TestStandModels\Database\DBLog\)

then I had to add paths

c:\Program Files (x86)\National Instruments\TestStand 2013\Bin\

c:\Program Files (x86)\National Instruments\TestStand 2013\API\VC\

to additional include directories in C++/General in Project configuration properties

 

To get rid of some precompilation errors I had to select not to use precompiled headers in C++/Precompiled Headers

 

Best regards,

Message 2 of 2
(710 Views)