[IBPP-DISCUSS] IBPP compile with Visual Studio Community 2015 C++
IBPP is a C++ client class library for FirebirdSQL
Status: Inactive
Brought to you by:
epocman
|
From: Jesus A. <jay...@ya...> - 2017-01-21 15:12:32
|
Using visual studio community 2015 C++, with default configuration over the tests folder in vs2005, after the compiler makes changes it gets the executable in debug and release modes. Debug and release mode executables ran and creates c:\TEST.fbk Compile ibpp: project as ibppVCThe source that is in core from ibpp-2-5-3-1-src, is now in c:\My Documents\ibpp\core.New project, MFC application, named ibppVC, dialog boxes based, MFC static library. Properties: GENERAL: no UNICODE, no CLR VC++ Directories, SOURCE FILES DIRECTORIES: c:\My Documents\ibpp\core(added) C/C++ GENERAL Additional include directories: c:\My Documents\ibpp\core(added) PREPROCESOR Defined preprocesor add: _CRT_NONSTDC_NO_WARNINGS -D_SCL_SECURE_NO_WARNINGS _SCL_SECURE_NO_WARNINGS _CRT_SECURE_NO_WARNINGS _CRT_SECURE_NO_WARNINGS_GLOBALS IBPP_WINDOWS CODE GENERATION Set Exceptions yes/EHsc. Language RTTI yes/GR, in ibppVCDlg: #include "ibpp.h"in every cpp in c:\My Documents\ibpp\core, added #include "stdafx.h"in project added filters for source code and headers from c:\My Documents\ibpp\coreIt goes well. ChuCho |