Forum: Winamp Development
18th April 2004, 08:33
|
|
Replies: 1
Views: 1,059
voice plugin help
Hi everyone
I can really use some expert advice on resolving some major timing issues I've been having with interfacing my plugin dll and my matlab-based voice-recognition engine.
The...
|
Forum: Winamp Development
15th April 2004, 02:14
|
|
Replies: 19
Views: 2,274
|
Forum: Winamp Development
14th April 2004, 23:42
|
|
Replies: 19
Views: 2,274
|
Forum: Winamp Development
14th April 2004, 21:13
|
|
Replies: 19
Views: 2,274
Rechecked
I just rechecked. It doesnt work for me if it is in the same folder (wasnt giving the full path in that instance). Works perfectly if I put in the full path.
|
Forum: Winamp Development
14th April 2004, 21:08
|
|
Replies: 19
Views: 2,274
Agree
I was under the impression that to open a text file, it was "preferrable" to have it in the same folder as the program file. Will update if I get it to work with the text file in the same folder.
...
|
Forum: Winamp Development
14th April 2004, 20:57
|
|
Replies: 19
Views: 2,274
WORKSSSSSSSS!!!!!!
:):):):)
Thanks a million.......it was thefile location!!!!!!! Whew now onto the next hurdle.
Thanks again! This is a relief!
|
Forum: Winamp Development
14th April 2004, 20:44
|
|
Replies: 19
Views: 2,274
hmm
Thanks! Wondering what is wrong........ Atleast now I know it isnt my code. How did u test it just now? As a general purpose plug in? Also, where did u place ur text file?
|
Forum: Winamp Development
14th April 2004, 20:26
|
|
Replies: 19
Views: 2,274
Not working
This is the code I wrote based on what u guys posted. Still doesnt work!!!!!!!!!
#include <windows.h>
#include "gen.h"
#include <stdio.h>
int init();
void config();
void quit();
|
Forum: Winamp Development
14th April 2004, 11:59
|
|
Replies: 19
Views: 2,274
Aha!
Thanks! The slashes may have been the problem. Will head to school in a bit and try this out. Will let you know in a few hours (school life and classes!!). ;-)
|
Forum: Winamp Development
14th April 2004, 11:48
|
|
Replies: 19
Views: 2,274
Hmm
That was the first thing I tired. But didnt work. Seems to keep returning a NULL, implying that it couldnt open the file. It shouldnt be coz I am using VC++, should it?
Thanks.
|
Forum: Winamp Development
14th April 2004, 04:28
|
|
Replies: 19
Views: 2,274
Open a text file from a dll?
Hi,
I have been trying to open a text file from within my dll, without any success. Has anyone tried doing it? I want to read the contents of a file and based on its contents perform some...
|
Forum: Winamp Development
13th April 2004, 23:30
|
|
Replies: 3
Views: 1,109
Thanks
I will try this. I dont know if I am using the right jargon. As you can obviously make out I am new to writing plugins. What I meant by clicking was ....going to the general purpose plugin option...
|
Forum: Winamp Development
13th April 2004, 22:58
|
|
Replies: 3
Views: 1,109
How to get play function to work?
Hi,
Hope someone can help me on this. I figured out how to write a basic dll to perform the play functionality in winamp. The way I know it works is that I load it in the winamp folder and double...
|
Forum: Winamp Development
13th April 2004, 03:08
|
|
Replies: 4
Views: 2,140
Thanks!
I wasnt adding the C_ in the following code:
extern "C" __declspec( dllexport ) winampGeneralPurposePlugin * winampGetGeneralPurposePlugin()
{
return &plugin;
}
Worked like a charm...
|
Forum: Winamp Development
8th April 2004, 00:52
|
|
Replies: 4
Views: 2,140
Newbie help
I was hoping someone can help me. I am trying to get winamp to recognise a simple .dll file that I wrote. I complied the code in vc++ and added the created .dll file in the plugin folder for winamp....
|
Forum: Winamp Development
7th April 2004, 00:02
|
|
Replies: 3
Views: 1,274
Need help with writing a plug in
Hi,
Am new to writing plugins. Just wrote my first dll. I used a piece of code posted by some other member. The problem is that I dont know why it doesnt load up the dll in winamp
? I put it in...
|