943,948 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Marked Solved
  • Views: 720
  • C++ RSS
Nov 19th, 2008
0

Free safe DLL to play with

Expand Post »
Hello Developers!
I have been searching for long lame binding for python and have no way but need to learn ctypes to use lame_enc.DLL. For Now I need simple DLL with simple functions to play with.

My Question is: Where can I get that simple yet safe DLL to play with CTYPES?

Thanks all
Similar Threads
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007
Nov 20th, 2008
0

Re: Free safe DLL to play with

I wonder why my Question get ignored. I know C++ Guys do alot of Funny with DLLs but I don't know if they are unwilling or just too busy to answer my questions!
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007
Nov 20th, 2008
0

Re: Free safe DLL to play with

Could be no one here knows what you are talking about. What is "lame binding for phython" ? Of course I know what phthon is. Are you trying to call phython from C/C++ (or reverse) ?

>>Where can I get that simple yet safe DLL to play with CTYPES

You can write it yourself.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,953 posts
since Aug 2005
Nov 20th, 2008
0

Re: Free safe DLL to play with

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

>>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!
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007
Nov 20th, 2008
0

Re: Free safe DLL to play with

First off, you are being a bit pushy. Stop. Sometimes it takes a day or two to get a (useful) answer.

Secondly, if you can't use C++, then you are posting in the wrong forum.


A good DLL to play around with is C:\WINDOWS\system32\comdlg32.dll. You can use the functions in there. They run the gamut from simple to not-so-simple to use. See http://msdn.microsoft.com/en-us/libr...24(VS.85).aspx for complete documentation.

Good luck!

[edit] Most DLLs are not programming language-specific. Those that are are only useful to the application that bundles them. Hence, any DLL ought to do. [/edit]
Last edited by Duoas; Nov 20th, 2008 at 4:58 pm.
Featured Poster
Reputation Points: 1140
Solved Threads: 229
Postaholic
Duoas is offline Offline
2,039 posts
since Oct 2007
Nov 20th, 2008
0

Re: Free safe DLL to play with

Thanks sir,
I'm not pushy, as you perceive, The problem is I get ignored. Ok I sometime wait couple of days with no one even saying anything, not necesarily answer.

Thanks alot, sorry if I stumbled you
The reason I post these things here is because are C++ related
Reputation Points: 462
Solved Threads: 392
Senior Poster
evstevemd is offline Offline
3,681 posts
since Jun 2007

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: memory game
Next Thread in C++ Forum Timeline: Read File Issue





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC