Konstantin Matveev
Konstantin Matveev
Here is a minimal self-contained example. If we have a following class: ```java public class Test { public static void main(String[] args) { Test test = new Test(); } }...
It is a fix for #59
Branch v5.0-release If definition of VIO_DEBUG is uncommented in vio_debug.h , then build fails. Following error message is issued during make_boot.bat DEBUG 11>..\..\..\src\jrd\vio.cpp(4999,67): error C2065: tail_length: unknown identifier [c:\firebird-build\builds\win32\msvc15\engine_static.vcxproj] If...