Pillow
❔ [UnmanagedCallersOnly] with a function that takes a string
I'm trying to make a C# library, and had success with
but once I made it
It now fails to compile with:
I understand that it seems I can't use string as a type, but not sure what else to use?
char[]
and byte[]
also fails9 replies
❔ C# library usable from python
I was wondering how to do this, and stumbled upon https://stackoverflow.com/a/29854281 which answered the question, but then caused two new ones.
1. can this be done without .NET installed on the user's machine
2. how do I create a project for that in VS? Do I just choose class library or something else?
27 replies
.lnk parsing
This tool https://github.com/securifybv/ShellLink seems to be decent for parsing/modifying/creating
.lnk
files, but I can't find/know how you use it, anyone used it/know how to use it? (Or any other options)23 replies