Jump to content

a1545250

Beta Tester
  • Content Count

    33
  • Joined

  • Last visited

Posts posted by a1545250


  1. 請問 英文化的方式我怎麼事都錯 第6點下面就看不懂了 懇請高手仔細說明 謝謝

     

    我目前的做法是 

     

    先將POETW→POETW2

    刪除POETW2裡面的 pathofexile

    再新增資料夾POETW 將下載好的pathofexile放入資料夾內

     

    然後呢?

    我按啟動流亡黯道 卻顯示 [系統錯誤] [無法啟動程式,因為你的電腦遺失MSVCR120.BLL。請嘗試重新安裝以修正這個問題。]

     

    是不是跟下面這些有關 若有關 請教我該怎麼做

     
    Here's the source for pathofexile.exe:
     
    #include <stdio.h>
    #include <stdlib.h>
     
    int main(int argc, char *argv[]) {
        char command[4096] = {0};
        sprintf(command, "cd ..\\POETW2 && PathOfExile.exe %s --language english", argv[1]);
        system(command);
    }
     
    If you don't trust my binaries you can compile it yourself, any C compiler should do.
×
×
  • Create New...