|
@@ -15,6 +15,8 @@
|
|
|
|
|
|
#include "cdaproc.h"
|
|
#include "cdaproc.h"
|
|
|
|
|
|
|
|
+QString gstrAppPath;
|
|
|
|
+
|
|
static char gstr_inputpath[256];
|
|
static char gstr_inputpath[256];
|
|
static char gstr_outputpath[256];
|
|
static char gstr_outputpath[256];
|
|
|
|
|
|
@@ -104,6 +106,12 @@ int main(int argc, char *argv[])
|
|
snprintf(gstr_inputpath,255," ");
|
|
snprintf(gstr_inputpath,255," ");
|
|
snprintf(gstr_outputpath,255," ");
|
|
snprintf(gstr_outputpath,255," ");
|
|
|
|
|
|
|
|
+ std::cout<<"app path."<<a.applicationDirPath().toLatin1().data()<<std::endl;
|
|
|
|
+
|
|
|
|
+ gstrAppPath = a.applicationDirPath();
|
|
|
|
+
|
|
|
|
+// ServiceExcelAPI.IsLoad();
|
|
|
|
+
|
|
int nRtn = GetOptLong(argc,argv);
|
|
int nRtn = GetOptLong(argc,argv);
|
|
if(nRtn == 1) //show help,so exit.
|
|
if(nRtn == 1) //show help,so exit.
|
|
{
|
|
{
|