Skip to content

bufferbandit/embeded_python_to_dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

embeded_python_to_dll

Compile Python embeded C to a DLL

C:\mingw\MinGW\bin>gcc -Wall -IC:\Python32\include -LC:\Python32\libs py_c_compile.c -lpython32 -shared -o runner.dll

rundll32 runner.dll,run

About

Compile Python embeded C to a DLL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages