Rational Rose2003安裝體驗(如何痛并快樂著)
- 的確,如果我們在生活和工作中沒有激情,我們將無法體驗到淋漓盡致的歡樂和痛苦。
以前沒有用過Rational Rose;據說可以幫助我們開發大的項目,甚至使我們的軟件開發產業化或者...
今天搞了一個晚上,終于安裝成功了,現在把它記錄下來 - 安裝文件搜了很久,結果在一個中學的主頁上找到了,當時感覺到自己真是落后呀 ,現在中學的都開始涉及R_Rose
- 下載地址:http://2004.nj13z.cn//down_view.asp?action=download&id=14 (右鍵直接下載Rational Rose 2003)
- 解壓后開始安裝的第一個問題: 我的系統是xp_sp2的,會出現 Mem_pointer_Bad
- 原因應該是某個函數因為安全等級問題而無法運行,只要把 ./common/SHW32.dll替換。
下載地址: http://www.cjsdn.net/user/download/129846/SHW32.DLL
MicroQuill提供的文件是shw32.dll
使用這個Dll之后,就不會出現MEM_BAD_POINTER的提示了。
下面是MicroQuill提供的修改方法:
1) extract shw32.dll from the attached zip file.
2) locate the copy of shw32.dll that the affected program (the one that's
giving the MEM_BAD_POINTER error) is using. Rename this file, or move it to
some other directory for safe keeping. Note: this step is not strictly
necessary, BUT if you experience problems with our new DLL, the first thing
we're going to suggest is that you revert to your old one.
3) with your old shw32.dll renamed or moved for safe keeping, install the new
shw32.dll where the old one used to be. Now run your app as usual and verify
that the error no longer appears.
4) if after step 3 you still see the MEM_BAD_POINTER error, search your hard
drives for any other occurrences of shw32.dll and replace those (using the
above procedures), one at a time, until the error no longer appears.
5.然后就是注冊,網上好多文件的覆蓋方式,我沒有實踐(估計可以)
我們在這里介紹一個更細的方法:
5.1.安裝Rose后,默認是需要許可證書的..去下載個破解的..我上傳了破解文件..點擊這里下載Rose 2003破解
5.2.先用破解壓縮包里的 rational.exe,lmgrd.exe 覆蓋到你的 \安裝目錄的Rartional\commen\下
5.3.然后記事本打開 license.dat, 修改里面的 SERVER yourPC ANY DAEMON rational "C:\Program Files\Rational\Common\rational.exe"
改成 SERVER 你的機器名 ANY DAEMON rational "你的安裝目錄\rational.exe" ,拷貝到Common目錄下..(注意:耐心查找)
5.4. 將Flexlm.cpl拷貝到C:\winnt\system32\下, 在控制面板里運行 FlexLm License Manager,
運行后, 在 Setup 面板配置文件路徑,lmgrd.exe -> 你的安裝目錄 \Common\lmgrd.exe, 而 License File 為你改過的 license.dat ...
5/5.在Control面板點擊Start,如果成功的話點擊Status按鈕將顯示 你的機器名:license server UP (MASTER) 說明成功了
失敗的話重啟一下FlexLm License Manager就沒問題了。
5.6.如果彈出對話框License Key Administrator Wizard后, 選定Point to a Rational License Server to get my licenses,單擊下一步,
Server Name文本框中填寫你的機器號(可能已經填好),單擊完成。 (成功的話會出現兩屏的licenses) - 時間緊迫,還有問題等待解決...
posted on 2006-03-06 23:06 for_I0 閱讀(9210) 評論(23) 編輯 收藏 引用 所屬分類: c/c++