Difference between revisions of "Talk:Beginner's Basic Plugin Guide"

From Winamp Developer Wiki
Jump to: navigation, search
(Is this format okay?)
 
(Questions and TODO: new section)
Line 1: Line 1:
 
==Is this format okay?==
 
==Is this format okay?==
 
Hey everyone, this is my first work with any Winamp plugin code and my first edits to the wiki. Sorry if anything is in the wrong format or wrong place. Please feel free to move or work on it; I'm open to suggestions on how to improve. --[[User:Culix|Culix]] 02:29, 10 June 2009 (UTC)
 
Hey everyone, this is my first work with any Winamp plugin code and my first edits to the wiki. Sorry if anything is in the wrong format or wrong place. Please feel free to move or work on it; I'm open to suggestions on how to improve. --[[User:Culix|Culix]] 02:29, 10 June 2009 (UTC)
 +
 +
== Questions and TODO ==
 +
 +
I still have a few questions about writing plugins. These should probably be filled into the guide at some point. --[[User:Culix|Culix]] 02:34, 10 June 2009 (UTC)
 +
 +
* How do the naming conventions work for plugins? It seems more complicated than simply naming your file 'gen_*' or 'ml_*'.
 +
* For the "cannot convert parameter from 'const char [x]' to 'LPCTSTR'" error, which option from the [http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/c1b08c0a-a803-41c3-ac8c-84eba3be1ddb MSDN FAQ] should we actually use? Is it better to change the project settings to use a multi-byte character set?
 +
* Why do some people put their 'extern "C" __declspec' code in the header and others in the .cpp? Does it matter?

Revision as of 02:34, 10 June 2009

Is this format okay?

Hey everyone, this is my first work with any Winamp plugin code and my first edits to the wiki. Sorry if anything is in the wrong format or wrong place. Please feel free to move or work on it; I'm open to suggestions on how to improve. --Culix 02:29, 10 June 2009 (UTC)

Questions and TODO

I still have a few questions about writing plugins. These should probably be filled into the guide at some point. --Culix 02:34, 10 June 2009 (UTC)

  • How do the naming conventions work for plugins? It seems more complicated than simply naming your file 'gen_*' or 'ml_*'.
  • For the "cannot convert parameter from 'const char [x]' to 'LPCTSTR'" error, which option from the MSDN FAQ should we actually use? Is it better to change the project settings to use a multi-byte character set?
  • Why do some people put their 'extern "C" __declspec' code in the header and others in the .cpp? Does it matter?