test.cpp 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682
  1. // test.cpp : 定义应用程序的类行为。
  2. //
  3. #include "stdafx.h"
  4. #include "test.h"
  5. #include "testDlg.h"
  6. #include "MediaExtXml.h"
  7. #ifdef _DEBUG
  8. #define new DEBUG_NEW
  9. #endif
  10. // CtestApp
  11. BEGIN_MESSAGE_MAP(CtestApp, CWinAppEx)
  12. ON_COMMAND(ID_HELP, &CWinApp::OnHelp)
  13. END_MESSAGE_MAP()
  14. // CtestApp 构造
  15. CtestApp::CtestApp()
  16. {
  17. // TODO: 在此处添加构造代码,
  18. // 将所有重要的初始化放置在 InitInstance 中
  19. }
  20. // 唯一的一个 CtestApp 对象
  21. CtestApp theApp;
  22. ImgEnvInterface* InitializeEnvironment(IN IMGSHARE_VEC& imginfo)
  23. {
  24. double dTotalNum,dFreeNum;
  25. ImgShareInfo tagImg;
  26. tagImg.bEnable = TRUE;
  27. tagImg.byImgType = 1;
  28. tagImg.byMaxCapacity = 35;
  29. tagImg.byMinCapacity = 5;
  30. tagImg.byPriority = 255;
  31. _stprintf_s(tagImg.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  32. _stprintf_s(tagImg.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$"));
  33. imginfo.push_back(new ImgShareInfo(tagImg));
  34. //imginfo.push_back(&tagImg);
  35. underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)$"), dTotalNum, dFreeNum);
  36. ImgShareInfo tagImg1;
  37. tagImg1.bEnable = TRUE;
  38. tagImg1.byImgType = 1;
  39. tagImg1.byMaxCapacity = 35;
  40. tagImg1.byMinCapacity = 5;
  41. tagImg1.byPriority = 254;
  42. _stprintf_s(tagImg1.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  43. _stprintf_s(tagImg1.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)1$"));
  44. imginfo.push_back(new ImgShareInfo(tagImg1));
  45. //imginfo.push_back(&tagImg1);
  46. underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)1$"), dTotalNum, dFreeNum);
  47. ImgShareInfo tagImg2;
  48. tagImg2.bEnable = TRUE;
  49. tagImg2.byImgType = 1;
  50. tagImg2.byMaxCapacity = 35;
  51. tagImg2.byMinCapacity = 5;
  52. tagImg2.byPriority = 253;
  53. _stprintf_s(tagImg2.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  54. _stprintf_s(tagImg2.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)2$"));
  55. imginfo.push_back(new ImgShareInfo(tagImg2));
  56. //imginfo.push_back(&tagImg2);
  57. underlyingapi::GetDiskSpaceInfo(_T("\\\\lyfz-server\\客户原片(管理软件)2$"), dTotalNum, dFreeNum);
  58. ImgShareInfo tagImg3;
  59. tagImg3.bEnable = TRUE;
  60. tagImg3.byImgType = 1;
  61. tagImg3.byMaxCapacity = 35;
  62. tagImg3.byMinCapacity = 5;
  63. tagImg3.byPriority = 252;
  64. _stprintf_s(tagImg3.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  65. _stprintf_s(tagImg3.szShareDirectory, _T("%s"),_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"));
  66. imginfo.push_back(new ImgShareInfo(tagImg3));
  67. //imginfo.push_back(&tagImg3);
  68. underlyingapi::GetDiskSpaceInfo(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), dTotalNum, dFreeNum);
  69. //
  70. // ImgShareInfo tagImg4;
  71. // tagImg4.bEnable = TRUE;
  72. // tagImg4.byImgType = 1;
  73. // tagImg4.byMaxCapacity = 35;
  74. // tagImg4.byMinCapacity = 5;
  75. // tagImg4.byPriority = 255;
  76. // _stprintf_s(tagImg4.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  77. // _stprintf_s(tagImg4.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$"));
  78. // imginfo.push_back(tagImg4);
  79. //
  80. // ImgShareInfo tagImg5;
  81. // tagImg5.bEnable = TRUE;
  82. // tagImg5.byImgType = 1;
  83. // tagImg5.byMaxCapacity = 35;
  84. // tagImg5.byMinCapacity = 5;
  85. // tagImg5.byPriority = 255;
  86. // _stprintf_s(tagImg5.szBranchId, _T("%s"), _T("20150814105018373497.ly.com"));
  87. // _stprintf_s(tagImg5.szShareDirectory, _T("%s"),_T("\\\\lyfz-server\\客户原片(管理软件)$"));
  88. // imginfo.push_back(tagImg5);
  89. ImgEnvInterface *pImg = new ImgOfOriginal();
  90. pImg->InitializeEnvironment(_T("20150814105018373497.ly.com"),&imginfo);
  91. return pImg;
  92. }
  93. VOID DestroyImgkernel(IN ImgEnvInterface *pImg, IN IMGSHARE_VEC* pvtImgShareInfo)
  94. {
  95. if ( pImg )
  96. delete pImg;
  97. pImg = NULL;
  98. for ( IMGSHARE_VEC::iterator it = pvtImgShareInfo->begin(); it != pvtImgShareInfo->end();)
  99. {
  100. delete (ImgShareInfo*)*it;
  101. it = pvtImgShareInfo->erase(it);
  102. }
  103. }
  104. VOID Test_001(ImgLoadInterface *pImg)
  105. {
  106. OutputDebugString(_T("\n"));
  107. if ( !pImg ) return;
  108. ImgEnvInterface *pImgEnv = (ImgOfOriginal *)pImg;
  109. pImgEnv->InitializeEnvironment(NULL,NULL);
  110. CStringArray Ary;
  111. pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.CR2|*.NEF"), Ary);
  112. if ( Ary.GetSize() == 0 )
  113. AfxMessageBox(_T("*.CR2|*.NEF 扩展名 相片张数 0"));
  114. else
  115. {
  116. for ( int i = 0; i < Ary.GetSize(); i++)
  117. {
  118. OutputDebugString(Ary.ElementAt(i) + _T("\n"));
  119. }
  120. }
  121. Ary.RemoveAll();
  122. OutputDebugString(_T("--------------\n"));
  123. pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.Jpg|*.NEF"), Ary);
  124. if ( Ary.GetSize() == 0 )
  125. AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0"));
  126. else
  127. {
  128. for ( int i = 0; i < Ary.GetSize(); i++)
  129. {
  130. OutputDebugString(Ary.ElementAt(i) + _T("\n"));
  131. }
  132. }
  133. OutputDebugString(_T("--------------\n"));
  134. }
  135. VOID Test_002(ImgLoadInterface *pImg)
  136. {
  137. OutputDebugString(_T("--------------\n"));
  138. if ( !pImg ) return;
  139. OutputDebugString(_T("\n"));
  140. STR_VEC Ary;
  141. pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.CR2|*.NEF"), Ary);
  142. if ( Ary.size() == 0 )
  143. AfxMessageBox(_T("*.CR2|*.NEF 扩展名 相片张数 0"));
  144. else
  145. {
  146. for ( STR_VEC::iterator it = Ary.begin(); it != Ary.end(); it++)
  147. {
  148. OutputDebugString(it->c_str());
  149. OutputDebugString(_T("\n"));
  150. }
  151. }
  152. OutputDebugString(_T("\n"));
  153. Ary.clear();
  154. pImg->LoadOrderImages(1, _T("20150814105018373497.ly.com"), _T("20141129-013"), _T("*.Jpg|*.NEF|*.Cr2"), Ary);
  155. if ( Ary.size() == 0 )
  156. AfxMessageBox(_T("*.Jpg|*.NEF|*.Cr2 扩展名 相片张数 0"));
  157. else
  158. {
  159. for ( STR_VEC::iterator it = Ary.begin(); it != Ary.end(); it++)
  160. {
  161. OutputDebugString(it->c_str());
  162. OutputDebugString(_T("\n"));
  163. }
  164. }
  165. OutputDebugString(_T("--------------\n"));
  166. }
  167. VOID Test_003(ImgCopyInterface *pImg)
  168. {
  169. if ( !pImg ) return;
  170. pImg->CopyImg2Specifiedpath(
  171. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),
  172. _T("C:\\Users\\It\\Desktop\\Desktop\\"),
  173. _T("*.jpg|*.nef|*.jpeg|*.png"),
  174. SET_PIX(100,100),
  175. 0, // 是否原样复制;
  176. 1 // 0 = 存在时覆盖;
  177. );
  178. AfxMessageBox(_T("压缩像素:100x100;\n 原样复制目录:否;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png"));
  179. pImg->CopyImg2Specifiedpath(
  180. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),
  181. _T("C:\\Users\\It\\Desktop\\Desktop\\"),
  182. _T("*.jpg|*.nef|*.jpeg|*.png"),
  183. INVALID_COPY_PIX,
  184. 0, // 是否原样复制;
  185. 0 // 0 = 存在时覆盖;
  186. );
  187. AfxMessageBox(_T("压缩像素:无;\n 原样复制目录:否;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png"));
  188. pImg->CopyImg2Specifiedpath(
  189. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),
  190. _T("C:\\Users\\It\\Desktop\\Desktop1\\"),
  191. _T("*.jpg|*.nef|*.jpeg|*.png|*.cr2"),
  192. SET_PIX(600,800),
  193. 1, // 是否原样复制;
  194. 1 // 0 = 存在时覆盖;
  195. );
  196. AfxMessageBox(_T("压缩像素:600x800;\n 原样复制目录:是;\n 存在文件时不覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png"));
  197. pImg->CopyImg2Specifiedpath(
  198. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),
  199. _T("C:\\Users\\It\\Desktop\\Desktop1\\"),
  200. _T("*.jpg|*.nef|*.jpeg|*.png|*.cr2"),
  201. INVALID_COPY_PIX,
  202. 1, // 是否原样复制;
  203. 0 // 0 = 存在时覆盖;
  204. );
  205. AfxMessageBox(_T("压缩像素:无;\n 原样复制目录:是;\n 存在文件时覆盖;\n 扩展名: *.jpg|*.nef|*.jpeg|*.png"));
  206. OutputDebugString(_T("--------------\n"));
  207. }
  208. VOID Test_004()
  209. {
  210. underlyingapi::OSVerInfo osvi;
  211. underlyingapi::GetSystemInfo(osvi);
  212. AfxMessageBox(osvi.szOSVerName);
  213. CString str;
  214. double dTotalNum,dFreeNum;
  215. underlyingapi::GetDiskSpaceInfo(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),dTotalNum,dFreeNum);
  216. str.Format(_T("t:%lf, f:%lf"), dTotalNum, dFreeNum);
  217. AfxMessageBox(str);
  218. OutputDebugString(_T("--------------\n"));
  219. }
  220. VOID Test_005()
  221. {
  222. filehelping::filehelpImpl fil;
  223. STR_VEC vtfiles;
  224. STR_VEC vtnames;
  225. STR_VEC vtnames_noext;
  226. STR_VEC vtfolders;
  227. TRACE("--------------\n");
  228. INT nCount = fil.comparefolderself(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), _T("*.cr2|*.nef"), &vtnames);
  229. TRACE("--------------\n");
  230. BOOL bret = fil.getsubfolder(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), &vtfolders);
  231. vtfolders.clear();
  232. vtnames.clear();
  233. fil.getallsubfolder(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"), &vtfolders);
  234. TRACE("--------------\n");
  235. BOOL bRet = fil.getall(_T("E:\\lyfzbin\\Services\\客户原片(管理软件)$"),
  236. //_T("*.jpEg|*.CR2|*.Bmp|*.NeF|*.pnG|*.Jpg"),
  237. _T("*.jpEg|*.CR2"),
  238. &vtfiles,
  239. &vtnames,
  240. &vtnames_noext,
  241. &vtfolders);
  242. TRACE("--------------\n");
  243. if ( bRet == FALSE )
  244. {
  245. AfxMessageBox(_T("获取文件失败"));
  246. }
  247. else
  248. {
  249. AfxMessageBox(_T("获取文件成功"));
  250. }
  251. OutputDebugString(_T("--------------\n"));
  252. }
  253. VOID Test_006(ImgLoadInterface *pImg)
  254. {
  255. OutputDebugString(_T("\n"));
  256. if ( !pImg ) return;
  257. CStringArray Ary;
  258. pImg->LoadSceneryImages(1,
  259. _T("20150814105018373497.ly.com"),
  260. _T("20141129-013"),
  261. _T("内景大西街店C棚"),
  262. _T("*.Jpg|*.NEF|*.Cr2"),
  263. Ary,
  264. NULL);
  265. if ( Ary.GetSize() == 0 )
  266. AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0"));
  267. else
  268. {
  269. for ( int i = 0; i < Ary.GetSize(); i++)
  270. {
  271. OutputDebugString(Ary.ElementAt(i) + _T("\n"));
  272. }
  273. }
  274. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  275. STR_VEC vt;
  276. pImg->LoadSceneryImages(1,
  277. _T("20150814105018373497.ly.com"),
  278. _T("20141129-013"),
  279. _T("内景大西街店C棚"),
  280. _T("*.Jpg|*.NEF|*.Cr2"),
  281. vt,
  282. NULL);
  283. if ( vt.size() == 0 )
  284. AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0"));
  285. else
  286. {
  287. for ( STR_VEC::iterator it = vt.begin(); it != vt.end(); it++)
  288. {
  289. OutputDebugString(it->c_str());
  290. OutputDebugString(_T("\n"));
  291. }
  292. }
  293. OutputDebugString(_T("--------------\n"));
  294. }
  295. VOID Test_007(ImgLoadInterface *pImg)
  296. {
  297. OutputDebugString(_T("\n"));
  298. if ( !pImg ) return;
  299. CStringArray AryImg;
  300. for ( int i = 1; i < 20; i++ )
  301. {
  302. CString str;
  303. str.Format(_T("%03d"),i);
  304. AryImg.Add(str);
  305. }
  306. CStringArray Arypaths;
  307. CStringArray AryNoExist;
  308. pImg->LoadSelectedIamges(1,
  309. _T("20150814105018373497.ly.com"),
  310. _T("20141129-013"),
  311. _T("*.Jpg|*.NEF|*.Cr2"),
  312. AryImg,
  313. AryNoExist,
  314. Arypaths);
  315. if ( Arypaths.GetSize() == 0 )
  316. AfxMessageBox(_T("*.Jpg|*.NEF 扩展名 相片张数 0"));
  317. else
  318. {
  319. for ( int i = 0; i < Arypaths.GetSize(); i++)
  320. {
  321. OutputDebugString(Arypaths.ElementAt(i) + _T("\n"));
  322. }
  323. }
  324. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  325. }
  326. VOID Test_008(ImgLoadExInterface *pImg)
  327. {
  328. OutputDebugString(_T("\n"));
  329. if ( !pImg ) return;
  330. CStringArray Arypaths;
  331. CStringArray AryWithImg;
  332. CStringArray AryNull;
  333. CString strImg;
  334. CStringArray ArySelectedImg;
  335. for ( int i = 0; i < 20; i++ )
  336. {
  337. strImg.Format(_T("%03d"),i);
  338. ArySelectedImg.Add(strImg);
  339. }
  340. pImg->LoadSelectedIamgesFromSpecifiedpathEx(
  341. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$\\20141129-013\\内景大西街店C棚"),
  342. TRUE,
  343. ArySelectedImg,
  344. AryNull,
  345. //_T("*.Jpg|*.NEF|"),
  346. //_T("*.*"),
  347. _T(""),
  348. Arypaths,
  349. //_T("*.Jpeg|*.NEF|*.Cr2"),
  350. //_T("*.*"),
  351. _T(""),
  352. AryWithImg);
  353. if ( Arypaths.GetSize() == 0 )
  354. OutputDebugString(_T("Null \n"));
  355. else
  356. {
  357. for ( int i = 0; i < Arypaths.GetSize(); i++)
  358. {
  359. OutputDebugString(Arypaths.ElementAt(i) + _T("\n"));
  360. }
  361. }
  362. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  363. if ( ArySelectedImg.GetSize() == 0 )
  364. OutputDebugString(_T("Null \n"));
  365. else
  366. {
  367. for ( int i = 0; i < ArySelectedImg.GetSize(); i++)
  368. {
  369. OutputDebugString(ArySelectedImg.ElementAt(i) + _T("\n"));
  370. }
  371. }
  372. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  373. if ( AryWithImg.GetSize() == 0 )
  374. OutputDebugString(_T("Null \n"));
  375. else
  376. {
  377. for ( int i = 0; i < AryWithImg.GetSize(); i++)
  378. {
  379. OutputDebugString(AryWithImg.ElementAt(i) + _T("\n"));
  380. }
  381. }
  382. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  383. pImg->LoadSpecifiedpathImagesEx(
  384. _T("E:\\lyfzbin\\Services\\客户原片(管理软件)$\\20141129-013\\内景大西街店C棚"),
  385. TRUE,
  386. _T("*.Jpg|*.NEF|"),
  387. Arypaths,
  388. _T("*.Jpeg|*.NEF|*.Cr2"),
  389. AryWithImg
  390. );
  391. if ( Arypaths.GetSize() == 0 )
  392. OutputDebugString(_T("Null \n"));
  393. else
  394. {
  395. for ( int i = 0; i < Arypaths.GetSize(); i++)
  396. {
  397. OutputDebugString(Arypaths.ElementAt(i) + _T("\n"));
  398. }
  399. }
  400. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  401. if ( AryWithImg.GetSize() == 0 )
  402. OutputDebugString(_T("Null \n"));
  403. else
  404. {
  405. for ( int i = 0; i < AryWithImg.GetSize(); i++)
  406. {
  407. OutputDebugString(AryWithImg.ElementAt(i) + _T("\n"));
  408. }
  409. }
  410. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  411. pImg->LoadOrderImagesEx(
  412. OImgtype,
  413. _T("20150814105018373497.ly.com"),
  414. _T("20141129-013"),
  415. TRUE,
  416. _T("*.Jpg|*.NEF|"),
  417. Arypaths,
  418. _T("*.Jpeg|*.NEF|*.Cr2"),
  419. AryWithImg
  420. );
  421. if ( Arypaths.GetSize() == 0 )
  422. OutputDebugString(_T("Null \n"));
  423. else
  424. {
  425. for ( int i = 0; i < Arypaths.GetSize(); i++)
  426. {
  427. OutputDebugString(Arypaths.ElementAt(i) + _T("\n"));
  428. }
  429. }
  430. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  431. if ( AryWithImg.GetSize() == 0 )
  432. OutputDebugString(_T("Null \n"));
  433. else
  434. {
  435. for ( int i = 0; i < AryWithImg.GetSize(); i++)
  436. {
  437. OutputDebugString(AryWithImg.ElementAt(i) + _T("\n"));
  438. }
  439. }
  440. OutputDebugString(_T("++++++++++++++++++++++++++\n"));
  441. }
  442. // Jeff.Hacker. WINDOWS NT 以上的内核需要提权,才能对系统进行高级管理;
  443. BOOL GetDebugPriv()
  444. {
  445. // 返回的访问令牌指针;
  446. HANDLE hToken;
  447. // 接收所返回的制定特权名称的信息;
  448. LUID sedebugnameValue;
  449. // 新特权信息的指针(结构体);
  450. TOKEN_PRIVILEGES tkp;
  451. DWORD dwCurProcId = GetCurrentProcessId();
  452. // 要修改访问权限的进程句柄;
  453. HANDLE hCurProc;
  454. hCurProc = ::OpenProcess(PROCESS_ALL_ACCESS, FALSE, dwCurProcId);
  455. if (!::OpenProcessToken(hCurProc, TOKEN_ADJUST_PRIVILEGES | TOKEN_QUERY, &hToken))
  456. {
  457. //ShowSystemErrorInfo(_T("升级包OpenProcessToken失败."),GetLastError());
  458. return FALSE;
  459. }
  460. if (!::LookupPrivilegeValue(NULL, SE_DEBUG_NAME, &sedebugnameValue))
  461. {
  462. //ShowSystemErrorInfo(_T("升级包LookupPrivilegeValue失败."),GetLastError());
  463. CloseHandle(hToken);
  464. return FALSE;
  465. }
  466. tkp.PrivilegeCount = 1;
  467. tkp.Privileges[0].Luid = sedebugnameValue;
  468. tkp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
  469. if (!::AdjustTokenPrivileges(hToken, FALSE, &tkp, sizeof tkp, NULL, NULL))
  470. {
  471. //ShowSystemErrorInfo(_T("升级包AdjustTokenPrivileges失败."),GetLastError());
  472. CloseHandle(hToken);
  473. return FALSE;
  474. }
  475. CloseHandle(hCurProc);
  476. CloseHandle(hToken);
  477. return TRUE;
  478. }
  479. BOOL IsInstalledVC2005()
  480. {
  481. vector<TString> DllList;
  482. DllList.push_back(_T("C:\\Windows\\System32\\msvcp90.dll"));
  483. DllList.push_back(_T("C:\\Windows\\System32\\msvcr90.dll"));
  484. //for( vector<TString>::iterator it = DllList.begin(); it != DllList.end(); it+)
  485. for (vector<TString>::iterator it = DllList.begin(); it != DllList.end(); it++ )
  486. {
  487. CFile fp;
  488. BOOL b = fp.Open(it->c_str(),CFile::modeRead);
  489. if ( PathFileExists(_T("C:\\Windows\\System32\\msvcp100.dll")) )
  490. {
  491. OutputDebugString(_T("文件存在~~~"));
  492. }
  493. else
  494. {
  495. OutputDebugString(_T("文件不存在"));
  496. }
  497. DWORD dw = GetLastError();
  498. }
  499. return TRUE;
  500. }
  501. // CtestApp 初始化
  502. BOOL CtestApp::InitInstance()
  503. {
  504. // 如果一个运行在 Windows XP 上的应用程序清单指定要
  505. // 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
  506. //则需要 InitCommonControlsEx()。否则,将无法创建窗口。
  507. INITCOMMONCONTROLSEX InitCtrls;
  508. InitCtrls.dwSize = sizeof(InitCtrls);
  509. // 将它设置为包括所有要在应用程序中使用的
  510. // 公共控件类。
  511. InitCtrls.dwICC = ICC_WIN95_CLASSES;
  512. InitCommonControlsEx(&InitCtrls);
  513. CWinAppEx::InitInstance();
  514. AfxEnableControlContainer();
  515. #if 0//////////////////////////////////////////////////////////////////////////
  516. IMGSHARE_VEC imginfo;
  517. ImgOfOriginal *pImg = (ImgOfOriginal*)InitializeEnvironment(imginfo);
  518. // 测试用例;
  519. Test_008(pImg);
  520. DestroyImgkernel(pImg,&imginfo);;
  521. return FALSE;
  522. #endif//////////////////////////////////////////////////////////////////////////
  523. GetDebugPriv();
  524. IsInstalledVC2005();
  525. CMediaExtXml ss;
  526. ss.Loadxml(_T("C:\\Users\\IT\\Desktop\\备份.2013.06.07.RunTimeDepot\\bin\\mediaext.xml"));
  527. return FALSE;
  528. GetIniInfo();
  529. GetSoftWareVersion();
  530. g_AdoImpl = new Ado2Impl();
  531. Catalogkernel::STDatabaseInfo tagAdoDatabaseInfo;
  532. _stprintf_s(tagAdoDatabaseInfo.szDataSource,_T("%s"),g_szDBSource);
  533. _stprintf_s(tagAdoDatabaseInfo.szDatabaseTCPPort,_T("%d"),g_dwDBServerPort);
  534. _stprintf_s(tagAdoDatabaseInfo.szDatabaseAccount,_T("%s"),g_szDBAccount);
  535. _stprintf_s(tagAdoDatabaseInfo.szDatabasePassword,_T("%s"),g_szDBPassWord);
  536. _stprintf_s(tagAdoDatabaseInfo.szDatabaseName,_T("%s"),g_szDBName);
  537. // 生成实例 ;
  538. if ( !g_AdoImpl->OpenCatalog(tagAdoDatabaseInfo) )
  539. {
  540. OutputDebugString(_T("open catalog failed, Please Checking it~"));
  541. return FALSE;
  542. }
  543. // 标准初始化
  544. // 如果未使用这些功能并希望减小
  545. // 最终可执行文件的大小,则应移除下列
  546. // 不需要的特定初始化例程
  547. // 更改用于存储设置的注册表项
  548. // TODO: 应适当修改该字符串,
  549. // 例如修改为公司或组织名
  550. SetRegistryKey(_T("应用程序向导生成的本地应用程序"));
  551. CtestDlg dlg;
  552. m_pMainWnd = &dlg;
  553. INT_PTR nResponse = dlg.DoModal();
  554. if (nResponse == IDOK)
  555. {
  556. // TODO: 在此放置处理何时用
  557. // “确定”来关闭对话框的代码
  558. }
  559. else if (nResponse == IDCANCEL)
  560. {
  561. // TODO: 在此放置处理何时用
  562. // “取消”来关闭对话框的代码
  563. }
  564. // 由于对话框已关闭,所以将返回 FALSE 以便退出应用程序,
  565. // 而不是启动应用程序的消息泵。
  566. return FALSE;
  567. }