Kurtbeyi
Misafir Editör
- Katılım
- 5 Şub 2022
- Mesajlar
- 1,980
- Tepkime puanı
- 0
- Puanları
- 36
- Konum
- istanbul
- Cinsiyet
-
- Bay
- Takım
- Fenerbahçe
Bu şekilde karşımıza sıkça çıkan obj x86 hatasını çözebiliriz.
Solution exp'da projeye sag tıklayıp properties kısmından Build Events tabına geçerek aşağıdaki kodu yapıştırırsan problemin çözülecektir.
Solution exp'da projeye sag tıklayıp properties kısmından Build Events tabına geçerek aşağıdaki kodu yapıştırırsan problemin çözülecektir.
Kod:
if exist "$(TargetPath).locked" del "$(TargetPath).locked"
if not exist "$(TargetPath).locked" move "$(TargetPath)" "$(TargetPath).locked"