AE Installation check (C ++)

Source: Internet
Author: User

When AE (AO) is used in MFC for secondary development, if AE Runtime is not installed on the target machine, the program will be directly suspended.

In this caseCxxappOfInitinstance ()OfStarting PointAdd the environment detection code to prompt you to install the AE runtime.

The Code is as follows:

1 bool cmap2dapp: initinstance () 2 {3 coinitialize (null); 4 5 try 6 {7 iaoinitializeptr ipaoinitialize (clsid_aoinitialize); 8 If (ipaoinitialize = NULL) 9 {10 MessageBox (null, "Please install ArcGIS Engine runtime first! "," Map 2D ", mb_ OK | mb_iconexclamation); 11 couninitialize (); 12 Return false; 13} 14 esrilicensestatus licensestatus; 15 hresult hR = ipaoinitialize-> initialize (initialization, & licensestatus); 16 17 if (licensestatus! = Esrilicensecheckedout) 18 {19 MessageBox (null, "Please install ArcGIS Engine runtime first! "," Map 2D ", mb_ OK | mb_iconexclamation); 20 couninitialize (); 21 return false; 22} 23} 24 catch (...) 25 {26 MessageBox (null, "Please install ArcGIS Engine runtime first! "," Map 2D ", mb_ OK | mb_iconexclamation); 27 couninitialize (); 28 return false; 29} 30}

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.