View Single Post
Join Date: Jun 2007
Posts: 1,255
Reputation: evstevemd has a spectacular aura about evstevemd has a spectacular aura about evstevemd has a spectacular aura about 
Solved Threads: 118
evstevemd's Avatar
evstevemd evstevemd is offline Offline
Nearly a Posting Virtuoso

Re: Free safe DLL to play with

 
0
  #4
Nov 20th, 2008
Originally Posted by Ancient Dragon View Post
Could be no one here knows what you are talking about.
What is "lame binding for python" ? Of course I know what python is. Are you trying to call python from C/C++ (or reverse) ?
Sorry I didn't knew that it is not clear. But again I need somebody to say it so that I can make it clear. Anyway, a binding to language is Module that enables you to use another library from another language as if it is local to the Language. It is like wxpython, a python Binding to WxWidgets.

I want to call Lame_enc.dll to use it in My Python MP3 project. The problem is how to Access the functions. I have two options: Using Binding if available (Long ago there was pylame...I don't know what happened ). Or Use Ctype module. After unsuccessful searching of that module I decided to take 2nd option. So I need to practice calling simple procedures from DLL using Ctypes module

Originally Posted by Ancient Dragon View Post
>>Where can I get that simple yet safe DLL to play with CTYPES

You can write it yourself.
No I can't. Iam using python and dimmed in C/C++ I'm not able to write it!
Atheist: God is man made imagination, he doesn't exist!
Theist: It's okay, can you imagine anything else that doesn't exist?
Junior MD --- Python, C++ and PHP
Reply With Quote