Support Board
Date/Time: Tue, 26 Nov 2024 17:15:44 +0000
Post From: VisualCCompile.Bat does not generate a DLL
[2023-11-14 11:00:26] |
User423915 - Posts: 15 |
I don't see any DLL file after running VisualCCompile.Bat, only a lib and exp file. It's the ExampleCustomStudies.cpp file that I've renamed and remote compile works so there should not be any problem with the code. I've updated the Visual C++ Compiler to the latest version. ``` C:\local\SierraChart\Data\my_acs_source>VisualCCompile.Bat C:\local\SierraChart\Data\my_acs_source>call "C:\local\VisualStudio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" amd64 ********************************************************************** ** Visual Studio 2019 Developer Command Prompt v16.11.31 ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' Sbx1.cpp Creating library Sbx1.lib and object Sbx1.exp Generating code Finished generating code C:\local\SierraChart\Data\my_acs_source> ``` Any help is much appreciated! |