關於ARX的打包問題

2021-04-13 01:04:32 字數 2644 閱讀 4333

// titlebarcolordlg.h : header file

//#if !defined(afx_titlebarcolordlg_h__8e60ea5a_49d5_414b_9c57_49f96f372a39__included_)

#define afx_titlebarcolordlg_h__8e60ea5a_49d5_414b_9c57_49f96f372a39__included_

#if _msc_ver > 1000

#pragma once

#endif // _msc_ver > 1000

class ctitlebarcolordlg : public cdialog

;//}}afx_data

// classwizard generated virtual function overrides

//}afx_virtual

// implementation

protected:

hicon m_hicon;

// generated message map functions

//}afx_msg

declare_message_map()

public:

cxpbutton        m_quit;    

cxpbutton        m_enter;   

ccombobox    m_combo;   

cstring             strcad2004;   

cstring             strcad2006;   

cstring             stroldsupportpath; 

cstring             setcontent_s;  

afx_msg  void onbnclickedbuttonenter();       

afx_msg  void onbnclickedbuttonquit();       

int            onquerycadcount(); 

void         setenvironmentpath();           

cstring  getthispath();           

cstring  onquerycadpath(cstring a,cstring b) ;     

cstring  onquerycadedition(cstring stredition);     

cstring  waitrofchanger16();          

bool   startupcad_com();          //start cad process (com)

bool   startupcad();           

long  pidregdeletekeyex(hkey hkey, const char* lpsubkey); 

bool  deletepidcadprofiles(bool cad04or06);     

void     oncreateprocess(lptstr lpcommandline) ;   

int   setvalue_s (struct hkey__*rerootkey,tchar *resubkey,tchar *revaluename,lpbyte resetcontent_s); 

int   setvalue_d (struct hkey__*rerootkey,tchar *resubkey,tchar *revaluename,int resetcontent_d[256]);

int                deletevalue (struct hkey__*rerootkey,tchar *resubkey,tchar *rekeyname);       

bool         onaddkey(cstring strarx,cstring r16,bool modeiconarx);           

void            ondeletekey(cstring strarx,cstring r16);                    

bool            addsupportpath(cstring r16);                         

bool         delsupportpath(cstring r16);               

cstring      getconfigname(cstring r16);                  

int          substr(cstring str,cstring sub);                 };

//}// microsoft visual c++ will insert additional declarations immediately before the previous line.

#endif // !defined(afx_titlebarcolordlg_h__8e60ea5a_49d5_414b_9c57_49f96f372a39__included_)

//為什麼偶的**在vs 裡很整齊,在這裡一貼上上來就亂七八zao的了,難道csdn的部落格沒有編輯**的功能鬱悶!

一 arx的版本問題

最近任務需要用arx開發,但版本問題困擾了我很久。在網上找了很多資料,拿出來大家分享。不同版本的autocad的arx程式不是二進位制相容的,需要使用不同版本的objectarx開發包,以及不同版本的編譯器。objectarx都只能在visualstudio下編譯,其中arx2006版之前的只能使用...

ARX亮顯問題

一段acedsssetfirst的用法僅供參考 打個比方,我建立了乙個命令,這個命令的功能是提示使用者選擇,然後只過濾文字物件作為選擇集,隨後在螢幕上使得這個選擇集的所有成員都亮顯,並且能夠顯示出各成員上的夾點。通常我們在cad中什麼命令也不輸入的時候,隨便框選一下圖中的物件得到的選擇集就是被亮顯和...

關於Android重新打包問題

1 執行打包工具resign.sh程式時可能會報告 zipalign command not found 可能是android sdk根目錄沒有新增到程式搜尋路徑環境變數path中。2 執行打包工具resign.sh程式時可能會報告 zipalign createprocess error 2 找不...