hello
I'm french so, sorry for my english :)
I program in many languages but I'm trying to learn C/C++ (I already have made an image compressor)
I didn't find so much documentation about making audio plugins for VDJ.
The two files (h and cpp) avaible in support section don't tell us how to create the workspace workfully.
can the dev team (or other user who can) release a real project, ready-to-compile, in order to give us a start point ?
thanks in advance.
bye
I'm french so, sorry for my english :)
I program in many languages but I'm trying to learn C/C++ (I already have made an image compressor)
I didn't find so much documentation about making audio plugins for VDJ.
The two files (h and cpp) avaible in support section don't tell us how to create the workspace workfully.
can the dev team (or other user who can) release a real project, ready-to-compile, in order to give us a start point ?
thanks in advance.
bye
Inviato Sat 03 Sep 05 @ 12:23 pm
There is a Wizard for Microsoft Visual Studio .Net 2003 but not for other compilator
Th idea is simple: you need to create an empty dll project, then add the two files .cpp and .h and finally compile the project.
More information here:
http://www.virtualdj.com/forums/11010/Plugins/Virtual_DJ_Plugin_for_newbies_-_How_to.html
You have some help here too:
http://www.virtualdj.com/forums/7324/Plugins/Plugins_creation_-_What_s_available___Please_write_only_tips_here_.html
Th idea is simple: you need to create an empty dll project, then add the two files .cpp and .h and finally compile the project.
More information here:
http://www.virtualdj.com/forums/11010/Plugins/Virtual_DJ_Plugin_for_newbies_-_How_to.html
You have some help here too:
http://www.virtualdj.com/forums/7324/Plugins/Plugins_creation_-_What_s_available___Please_write_only_tips_here_.html
Inviato Sat 03 Sep 05 @ 12:27 pm
hello
thanks for your answer.
I already have seen theses links, but I don't have Visual Studio .Net, I'm working with DevC++ and when I create a new project, and add the two files, I have errors :
In file included from dllmain.cpp
use of enum `EProcessingType' without previous declaration
use of enum `EInterfaceType' without previous declaration
use of enum `ENotify' without previous declaration
`OnNotify' declared as a `virtual' field
[Warning] `__stdcall__' attribute only applies to function types
expected `;' before '(' token
expected `;' before "int"
I only renamed the two files (I also renamed the include reference) and added to the project, without edit them.
Any idea ?
again : thank you very much
thanks for your answer.
I already have seen theses links, but I don't have Visual Studio .Net, I'm working with DevC++ and when I create a new project, and add the two files, I have errors :
In file included from dllmain.cpp
use of enum `EProcessingType' without previous declaration
use of enum `EInterfaceType' without previous declaration
use of enum `ENotify' without previous declaration
`OnNotify' declared as a `virtual' field
[Warning] `__stdcall__' attribute only applies to function types
expected `;' before '(' token
expected `;' before "int"
I only renamed the two files (I also renamed the include reference) and added to the project, without edit them.
Any idea ?
again : thank you very much
Inviato Sat 03 Sep 05 @ 7:39 pm
We are working on it to find a solution but without success for the moment:
http://www.virtualdj.com/forums/40237/Plugins/To_write_plugin_with_Dev-C____.html
Otherwise you can download Visual C++ Toolkit 2003, it's the free compilator of Visual C++ but without the IDE of Visual Studio. With that download the SDK of windows.
We all use Visual Studio .net 2003 and we have a powerful wizard for it
http://www.virtualdj.com/forums/40237/Plugins/To_write_plugin_with_Dev-C____.html
Otherwise you can download Visual C++ Toolkit 2003, it's the free compilator of Visual C++ but without the IDE of Visual Studio. With that download the SDK of windows.
We all use Visual Studio .net 2003 and we have a powerful wizard for it
Inviato Sun 04 Sep 05 @ 12:45 pm