fwlib icon indicating copy to clipboard operation
fwlib copied to clipboard

how to use the library in a windows container

Open fcarli3 opened this issue 2 years ago • 1 comments

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 avatar Jun 01 '23 14:06 fcarli3

@fcarli3 You can watch these pages for reference. handler-issues-applying-cdll-in-python Issues with complex Ctypes Structure

wheeliar avatar Jun 25 '23 06:06 wheeliar