How to inject custom native libraries (like ntsync) into CrossOver? #239
Replies: 2 comments 5 replies
-
|
you still need a dll library in order to configure an override |
Beta Was this translation helpful? Give feedback.
-
|
it could be because ntsync doesn't belong to windows.
So probably that's the reason it fails this is uncharted territory for me TBH |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently working on modifying the ntsync library to run natively on macOS instead of Linux.
But I'm struggling to find a way to properly test it inside CrossOver, because CrossOver seems to always load its internal version of ntsync, ignoring any replacements I try inside the bottle.
I've compiled it as a .dlib and also tried building .dll versions, but no success so far.
Does anyone know how to override or hook internal CrossOver libraries like ntsync on macOS?
Any tips would be greatly appreciated!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions