2018年02月
2018年02月15日
Depending on the PC environment, "Application hang while the debugger startup",
"LoadError" or "Rebase Error" may occur. To avoid this problem, add "-rebase ADDRESS"
to the start option of PARTNER in the following steps.
- Start PARTNER-Jet2 Configuration (JetSet)
- Select a target project and move to "Startup options" tab.
- Add "-rebase" option to the text box on the bottom right in the Startup Options tab.
[Example] -B01000000,32 -rebase 0x40000000The recommended value of the address to be specified for "-rebase" option is different depending on the Windows version and type of the PARTNER Application (32-bit or 64-bit). The following table shows recommended values in the different environments.
PARTNER | Win7 | Win8/Win10 |
---|---|---|
32-bit version | 0x40000000 | 0x40000000 |
64-bit version | 0x07000000000 | 0x70000000000 |
2018年02月15日
使用するPCの環境によっては、『PARTNERの起動の途中でロック』したり 『LoadError』 や 『Rebase Error』 が発生する場合があります。
この現象を回避するためには、次の手順でPARTNERの起動オプションに "-rebase アドレス" を追加します。
- PARTNER-Jet2 環境設定を起動します。
- プロジェクトを選択して、[起動オプション設定]タブを開きます。
- [起動オプション設定]タブ内の右下のテキストボックスに -rebase オプションを追加します。
[例] -B01000000,32 -rebase 0x40000000-rebase に指定するアドレスの推奨値はPARTNERの32bit版/64bit版のEXE種別とWindowsのバージョンにより以下の様になります。
PARTNER | Win7 | Win8/Win10 |
---|---|---|
32bit版EXE | 0x40000000 | 0x40000000 |
64bit版EXE | 0x07000000000 | 0x70000000000 |