xsharp.eu • Resolved long compilation times in X# because of Vulcan include files
Page 1 of 1

Resolved long compilation times in X# because of Vulcan include files

Posted: Mon Nov 26, 2018 2:58 pm
by ArneOrtlinghaus
I had very long compilation times. Robert suggested to eliminate the Vulcan .vh include files and to define VO-like constants in a basic dll and then to insert this basic dll as a reference to the Dlls.

Indeed this was the reason: Working on several hundred files with 1 to 3 includes made compiling slow. Now the compile times are good, even with some remaining includes.

What I could not resolve: The .rc files still contain the include
#include "VOWin32APILibrary.vh"
But this is secondary for the moment for me.

Arne