Modern uygulamaların Windows 8.1 üzerinde çalışmasını sağlamak adına oluşturulmuş uyumluluk katmanı.
A compatibility layer designed to make modern apps work on Windows 8.1.
İlk kurulum için coasetup.exe
çalıştırılıp kurulum bitirildiğinde;
user.bat ile yada coaload.exe <uygulama\yolu\ornek.exe>
şeklinde kullanılabilir.
Setup çalıştırıldıktan sonra user.bat'ın masaüstü kısayolu bulunmaktadır.
To set it up for the first time, run coasetup.exe. Once that’s done, you can use it like this:
with user.bat or
coaload.exe <path\tofile\ornek.exe>
After running the coasetup.exe, a shortcut to user.bat will be available on the desktop.
Chromium uygulamaları için destek üzerine çalışılıyor. Testbuildleri Chromium üzerinde test edip ortaya çıkan sorunlar(varsa) issue açarsanız geliştirmeye büyük oranda katkı sağlamış olursunuz. Önceki versiyonda olduğu gibi bir liste oluşturmadım, oluştururum büyük ihtimalle. Çalışan programları da issue bölümünden bildirebilirsiniz. Diğer yazılımlarda büyük sorunlar görmedim, çalışmayan programları varsa hata kodu ile, yoksa Windows hata kodunu(giriş noktası bulunamadı gibi), bunun gibi olan ekran görüntüsünü issue kısmında paylaşırsanız yukarıda da dediğim gibi geliştirmeye büyük katkılar sağlamış olursunuz.
Support for Chromium-based applications is currently in development. If you test the builds with Chromium and report any issues you find, it would be a huge help for improving app support.
I haven’t created "working apps" list yet, but I’ll probably do it soon. You can also report working programs in the issues section.
I haven’t seen major problems with other software. If you find an app that doesn’t work, please share the error details in the issues section—if there’s a error code, include that; if not, include the Windows error message (like “entry point not found”) or a screenshot of the error. As I mentioned above, this kind of feedback really helps development a lot.
@JacquelinPOTIER'e Dll Proxy Template Generator için teşekkür ederim. Forwardları oluşturmak için kullanmıştım.
MinHook projesine API Hook kütüphanesi için teşekkür ederim.
Thanks to @JacquelinPOTIER for the Dll Proxy Template Generator. I used it to create the forwards.
Thanks to MinHook project for API Hook library.