You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really understand what "You can move this directory into your Windows environment." means. As in, can I use this with VS? I know I could probably put the dlls in the Debug folder but where do I put the file.exe? I just need to be able to include Magic.h in my Project because I am porting a Linux source project to Windows. Can anyone advise?
What do I do with the mgc file? Do I need all the other src files for libmagic to use magic.h?
The text was updated successfully, but these errors were encountered:
The .mgc file is used by file.exe, which raises the question of "where" it is looking for it. On UN*X you can tell file to look for the .mgc file in a specific place, but some more directions for the Windows case would be appreciated.
I don't really understand what "You can move this directory into your Windows environment." means. As in, can I use this with VS? I know I could probably put the dlls in the Debug folder but where do I put the file.exe? I just need to be able to include Magic.h in my Project because I am porting a Linux source project to Windows. Can anyone advise?
What do I do with the mgc file? Do I need all the other src files for libmagic to use magic.h?
The text was updated successfully, but these errors were encountered: