Patch level : 12.0
Files correlati : Commento : Rimosso riferimenti nuove dll git-svn-id: svn://10.65.10.50/branches/R_10_00@24214 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
12b071987e
commit
9e623720d2
@ -13,8 +13,6 @@
|
|||||||
#include <treectrl.h>
|
#include <treectrl.h>
|
||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
#include <utility.h>
|
#include <utility.h>
|
||||||
#include <xvtdb.h>
|
|
||||||
#include <xvturl.h>
|
|
||||||
|
|
||||||
static int txt_sort(const TSortable& o1, const TSortable& o2, void* jolly)
|
static int txt_sort(const TSortable& o1, const TSortable& o2, void* jolly)
|
||||||
{
|
{
|
||||||
@ -474,7 +472,6 @@ TInfo_mask::TInfo_mask() : TProperty_sheet(TR("Informazioni"))
|
|||||||
|
|
||||||
TFilename temp; temp.tempdir();
|
TFilename temp; temp.tempdir();
|
||||||
TString strdb, strsql;
|
TString strdb, strsql;
|
||||||
TString apisql = SQLAPIV, apiurl = xvturl_version();
|
|
||||||
{
|
{
|
||||||
TISAM_recordset rs("");
|
TISAM_recordset rs("");
|
||||||
strdb = rs.driver_version();
|
strdb = rs.driver_version();
|
||||||
@ -558,11 +555,7 @@ TInfo_mask::TInfo_mask() : TProperty_sheet(TR("Informazioni"))
|
|||||||
add_prop(TR("Libreria GUI"), strwx);
|
add_prop(TR("Libreria GUI"), strwx);
|
||||||
add_prop(TR("Libreria PDF"), printer);
|
add_prop(TR("Libreria PDF"), printer);
|
||||||
add_prop(TR("Libreria SQL"), strsql);
|
add_prop(TR("Libreria SQL"), strsql);
|
||||||
if(is_debug_station())
|
|
||||||
{
|
|
||||||
add_prop(TR("Libreria API SQL"), apisql);
|
|
||||||
add_prop(TR("Libreria API WEB"), apiurl);
|
|
||||||
}
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
const int cver = _MSC_VER / 100 - 6;
|
const int cver = _MSC_VER / 100 - 6;
|
||||||
const int csub = _MSC_VER % 100;
|
const int csub = _MSC_VER % 100;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user