Can somebody shome me how I would go about creating a .dll to be used specifically for importing into a python script?
All I could find on the net were tutorials on creating a .pyd .dll from a normal .dll…I wan’t to use a .dll not a .pyd! (.dll’s with the extension “.dll” make your game look more professional )
btw: I do know c/c++ and python, it’s my first time trying to using them together…
-Do you have a compiler installed on your computer?You need a compiler
(cygwin,Microsoft C,Borland C).Read the Python documentation “Extending and Embeding”.