fwlib
fwlib copied to clipboard
how to use the library in a windows container
I have a container built from 3.11.3-windowsservercore-ltsc2022, then the container has a 64bit architecture. How can I use the library inside my Python code which runs in the container ?
Simply running ctypes.CDLL('Fwlib32.lib') I get the error not a valid Win32 application.
Any help ? Thank you in advance!
@fcarli3 You can watch these pages for reference. handler-issues-applying-cdll-in-python Issues with complex Ctypes Structure