summary refs log tree commit diff stats
path: root/plugins/perl/perl-516.vcxproj
blob: 4345eb0a005bd85192374c6234c1bcb9e3b027b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup Label="ProjectConfigurations">
    <ProjectConfiguration Include="Release|Win32">
      <Configuration>Release</Configuration>
      <Platform>Win32</Platform>
    </ProjectConfiguration>
    <ProjectConfiguration Include="Release|x64">
      <Configuration>Release</Configuration>
      <Platform>x64</Platform>
    </ProjectConfiguration>
  </ItemGroup>
  <PropertyGroup Label="Globals">
    <ProjectGuid>{58654438-F674-42F7-88FA-73EF90AD80B1}</ProjectGuid>
    <Keyword>Win32Proj</Keyword>
    <RootNamespace>perl516</RootNamespace>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    <ConfigurationType>DynamicLibrary</ConfigurationType>
    <UseDebugLibraries>false</UseDebugLibraries>
    <WholeProgramOptimization>true</WholeProgramOptimization>
    <CharacterSet>MultiByte</CharacterSet>
  </PropertyGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  <ImportGroup Label="ExtensionSettings">
  </ImportGroup>
  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\win32\hexchat.props" />
  </ImportGroup>
  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
    <Import Project="..\..\win32\hexchat.props" />
  </ImportGroup>
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(Perl516Output)</TargetName>
    <OutDir>$(HexChatBin)</OutDir>
    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <LinkIncremental>false</LinkIncremental>
    <TargetName>$(Perl516Output)</TargetName>
    <OutDir>$(HexChatBin)</OutDir>
    <IntDir>$(HexChatObj)$(ProjectName)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>$(Perl516Lib).lib;%(AdditionalDependencies)</AdditionalDependencies>
      <ModuleDefinitionFile>perl.def</ModuleDefinitionFile>
      <DelayLoadDLLs>$(Perl516Lib).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
    </Link>
    <PreBuildEvent>
      <Command>"$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll"
move $(Perl516Lib).def "$(IntDir)"
lib /nologo /machine:x86 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib"
"$(Perl516Path)\bin\perl.exe" generate_header
move irc.pm.h "$(IntDir)"
move xchat.pm.h "$(IntDir)"</Command>
    </PreBuildEvent>
  </ItemDefinitionGroup>
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    <ClCompile>
      <PrecompiledHeader>
      </PrecompiledHeader>
      <Optimization>MaxSpeed</Optimization>
      <FunctionLevelLinking>true</FunctionLevelLinking>
      <IntrinsicFunctions>true</IntrinsicFunctions>
      <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_WINDOWS;_USRDLL;PERL516_EXPORTS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>
      <AdditionalIncludeDirectories>$(Perl516Path)\lib\CORE;$(IntDir);..\..\src\common;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
      <MultiProcessorCompilation>true</MultiProcessorCompilation>
    </ClCompile>
    <Link>
      <SubSystem>Windows</SubSystem>
      <GenerateDebugInformation>true</GenerateDebugInformation>
      <EnableCOMDATFolding>true</EnableCOMDATFolding>
      <OptimizeReferences>true</OptimizeReferences>
      <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
      <AdditionalDependencies>$(Perl516Lib).lib;%(AdditionalDependencies)</AdditionalDependencies>
      <ModuleDefinitionFile>perl.def</ModuleDefinitionFile>
      <DelayLoadDLLs>$(Perl516Lib).dll;%(DelayLoadDLLs)</DelayLoadDLLs>
    </Link>
    <PreBuildEvent>
      <Command>"$(GendefPath)\gendef" "$(Perl516Path)\bin\$(Perl516Lib).dll"
move $(Perl516Lib).def "$(IntDir)"
lib /nologo /machine:x64 "/def:$(IntDir)$(Perl516Lib).def" "/out:$(OutDir)\$(Perl516Lib).lib"
"$(Perl516Path)\bin\perl.exe" generate_header
move irc.pm.h "$(IntDir)"
move xchat.pm.h "$(IntDir)"</Command>
    </PreBuildEvent>
  </ItemDefinitionGroup>
  <ItemGroup>
    <None Include="perl.def" />
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="perl.c" />
  </ItemGroup>
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  <ImportGroup Label="ExtensionTargets">
  </ImportGroup>
</Project>
al.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
/* You can distribute this header with your plugins for easy compilation */
#ifndef XCHAT_PLUGIN_H
#define XCHAT_PLUGIN_H

#define VER_STRING _T("1.0.2 (BETA)")

#include "stdafx.h"
#include <windows.h>
#include <time.h>
#include <tchar.h>

#define XCHAT_IFACE_MAJOR     1
#define XCHAT_IFACE_MINOR     9
#define XCHAT_IFACE_MICRO     11
#define XCHAT_IFACE_VERSION   ((XCHAT_IFACE_MAJOR * 10000) + \
                              (XCHAT_IFACE_MINOR * 100) + \
                              (XCHAT_IFACE_MICRO))

#define XCHAT_PRI_HIGHEST  127
#define XCHAT_PRI_HIGH     64
#define XCHAT_PRI_NORM     0
#define XCHAT_PRI_LOW      (-64)
#define XCHAT_PRI_LOWEST   (-128)

#define XCHAT_FD_READ      1
#define XCHAT_FD_WRITE     2
#define XCHAT_FD_EXCEPTION 4
#define XCHAT_FD_NOTSOCKET 8

#define XCHAT_EAT_NONE     0                                   /* pass it on through! */
#define XCHAT_EAT_XCHAT    1                                   /* don't let xchat see this event */
#define XCHAT_EAT_PLUGIN   2                                   /* don't let other plugins see this event */
#define XCHAT_EAT_ALL      (XCHAT_EAT_XCHAT|XCHAT_EAT_PLUGIN)  /* don't let anything see this event */

#ifdef __cplusplus
extern "C" {
#endif


   typedef struct _xchat_plugin xchat_plugin;
   typedef struct _xchat_list xchat_list;
   typedef struct _xchat_hook xchat_hook;
#ifndef PLUGIN_C
   typedef struct _xchat_context xchat_context;
#endif

#ifndef PLUGIN_C
   struct _xchat_plugin {
      /* these are only used on win32 */
      xchat_hook *(*xchat_hook_command) (xchat_plugin *ph,
                                         const char *name,
                                         int pri,
                                         int (*callback) (char *word[], char *word_eol[], void *user_data),
                                         const char *help_text,
                                         void *userdata);
      xchat_hook *(*xchat_hook_server) (xchat_plugin *ph,
                                        const char *name,
                                        int pri,
                                        int (*callback) (char *word[], char *word_eol[], void *user_data),
                                        void *userdata);
      xchat_hook *(*xchat_hook_print) (xchat_plugin *ph,
                                       const char *name,
                                       int pri,
                                       int (*callback) (char *word[], void *user_data),
                                       void *userdata);
      xchat_hook *(*xchat_hook_timer) (xchat_plugin *ph,
                                       int timeout,
                                       int (*callback) (void *user_data),
                                       void *userdata);
      xchat_hook *(*xchat_hook_fd) (xchat_plugin *ph,
                                    int fd,
                                    int flags,
                                    int (*callback) (int fd, int flags, void *user_data),
                                    void *userdata);
      void *(*xchat_unhook) (xchat_plugin *ph,
                             xchat_hook *hook);
      void (*xchat_print) (xchat_plugin *ph,
                           const char *text);
      void (*xchat_printf) (xchat_plugin *ph,
                            const char *format, ...);
      void (*xchat_command) (xchat_plugin *ph,
                             const char *command);
      void (*xchat_commandf) (xchat_plugin *ph,
                              const char *format, ...);
      int (*xchat_nickcmp) (xchat_plugin *ph,
                            const char *s1,
                            const char *s2);
      int (*xchat_set_context) (xchat_plugin *ph,
                                xchat_context *ctx);
      xchat_context *(*xchat_find_context) (xchat_plugin *ph,
                                            const char *servname,
                                            const char *channel);
      xchat_context *(*xchat_get_context) (xchat_plugin *ph);
      const char *(*xchat_get_info) (xchat_plugin *ph,
                                     const char *id);
      int (*xchat_get_prefs) (xchat_plugin *ph,
                              const char *name,
                              const char **string,
                              int *integer);
      xchat_list * (*xchat_list_get) (xchat_plugin *ph,
                                      const char *name);
      void (*xchat_list_free) (xchat_plugin *ph,
                               xchat_list *xlist);
      const char * const * (*xchat_list_fields) (xchat_plugin *ph,
                                                 const char *name);
      int (*xchat_list_next) (xchat_plugin *ph,
                              xchat_list *xlist);
      const char * (*xchat_list_str) (xchat_plugin *ph,
                                      xchat_list *xlist,
                                      const char *name);
      int (*xchat_list_int) (xchat_plugin *ph,
                             xchat_list *xlist,
                             const char *name);
      void * (*xchat_plugingui_add) (xchat_plugin *ph,
                                     const char *filename,
                                     const char *name,
                                     const char *desc,
                                     const char *version,
                                     char *reserved);
      void (*xchat_plugingui_remove) (xchat_plugin *ph,
                                      void *handle);
      int (*xchat_emit_print) (xchat_plugin *ph,
                               const char *event_name, ...);
      int (*xchat_read_fd) (xchat_plugin *ph,
                            void *src,
                            char *buf,
                            int *len);
      time_t (*xchat_list_time) (xchat_plugin *ph,
                                 xchat_list *xlist,
                                 const char *name);
      char *(*xchat_gettext) (xchat_plugin *ph,
                              const char *msgid);
      void (*xchat_send_modes) (xchat_plugin *ph,
                                const char **targets,
                                int ntargets,
                                int modes_per_line,
                                char sign,
                                char mode);
      char *(*xchat_strip) (xchat_plugin *ph,
                            const char *str,
                            int len,
                            int flags);
      void (*xchat_free) (xchat_plugin *ph,
                          void *ptr);
   };
#endif


   xchat_hook *
   xchat_hook_command (xchat_plugin *ph,
                       const char *name,
                       int pri,
                       int (*callback) (char *word[], char *word_eol[], void *user_data),
                       const char *help_text,
                       void *userdata);

   xchat_hook *
   xchat_hook_server (xchat_plugin *ph,
                      const char *name,
                      int pri,
                      int (*callback) (char *word[], char *word_eol[], void *user_data),
                      void *userdata);

   xchat_hook *
   xchat_hook_print (xchat_plugin *ph,
                     const char *name,
                     int pri,
                     int (*callback) (char *word[], void *user_data),
                     void *userdata);

   xchat_hook *
   xchat_hook_timer (xchat_plugin *ph,
                     int timeout,
                     int (*callback) (void *user_data),
                     void *userdata);

   xchat_hook *
   xchat_hook_fd (xchat_plugin *ph,
                  int fd,
                  int flags,
                  int (*callback) (int fd, int flags, void *user_data),
                  void *userdata);

   void *
   xchat_unhook (xchat_plugin *ph,
                 xchat_hook *hook);

   void
   xchat_print (xchat_plugin *ph,
                const char *text);

   void
   xchat_printf (xchat_plugin *ph,
                 const char *format, ...);

   void
   xchat_command (xchat_plugin *ph,
                  const char *command);

   void
   xchat_commandf (xchat_plugin *ph,
                   const char *format, ...);

   int
   xchat_nickcmp (xchat_plugin *ph,
                  const char *s1,
                  const char *s2);

   int
   xchat_set_context (xchat_plugin *ph,
                      xchat_context *ctx);

   xchat_context *
   xchat_find_context (xchat_plugin *ph,
                       const char *servname,
                       const char *channel);

   xchat_context *
   xchat_get_context (xchat_plugin *ph);

   const char *
   xchat_get_info (xchat_plugin *ph,
                   const char *id);

   int
   xchat_get_prefs (xchat_plugin *ph,
                    const char *name,
                    const char **string,
                    int *integer);

   xchat_list *
   xchat_list_get (xchat_plugin *ph,
                   const char *name);

   void
   xchat_list_free (xchat_plugin *ph,
                    xchat_list *xlist);

   const char * const *
   xchat_list_fields (xchat_plugin *ph,
                      const char *name);

   int
   xchat_list_next (xchat_plugin *ph,
                    xchat_list *xlist);

   const char *
   xchat_list_str (xchat_plugin *ph,
                   xchat_list *xlist,
                   const char *name);

   int
   xchat_list_int (xchat_plugin *ph,
                   xchat_list *xlist,
                   const char *name);

   time_t
   xchat_list_time (xchat_plugin *ph,
                    xchat_list *xlist,
                    const char *name);

   void *
   xchat_plugingui_add (xchat_plugin *ph,
                        const char *filename,
                        const char *name,
                        const char *desc,
                        const char *version,
                        char *reserved);

   void
   xchat_plugingui_remove (xchat_plugin *ph,
                           void *handle);

   int
   xchat_emit_print (xchat_plugin *ph,
                     const char *event_name, ...);

   char *
   xchat_gettext (xchat_plugin *ph,
                  const char *msgid);

   void
   xchat_send_modes (xchat_plugin *ph,
                     const char **targets,
                     int ntargets,
                     int modes_per_line,
                     char sign,
                     char mode);

   char *
   xchat_strip (xchat_plugin *ph,
                const char *str,
                int len,
                int flags);

   void
   xchat_free (xchat_plugin *ph,
               void *ptr);

#if !defined(PLUGIN_C) && defined(WIN32)
#ifndef XCHAT_PLUGIN_HANDLE
#define XCHAT_PLUGIN_HANDLE (ph)
#endif
#define xchat_hook_command ((XCHAT_PLUGIN_HANDLE)->xchat_hook_command)
#define xchat_hook_server ((XCHAT_PLUGIN_HANDLE)->xchat_hook_server)
#define xchat_hook_print ((XCHAT_PLUGIN_HANDLE)->xchat_hook_print)
#define xchat_hook_timer ((XCHAT_PLUGIN_HANDLE)->xchat_hook_timer)
#define xchat_hook_fd ((XCHAT_PLUGIN_HANDLE)->xchat_hook_fd)
#define xchat_unhook ((XCHAT_PLUGIN_HANDLE)->xchat_unhook)
#define xchat_print ((XCHAT_PLUGIN_HANDLE)->xchat_print)
#define xchat_printf ((XCHAT_PLUGIN_HANDLE)->xchat_printf)
#define xchat_command ((XCHAT_PLUGIN_HANDLE)->xchat_command)
#define xchat_commandf ((XCHAT_PLUGIN_HANDLE)->xchat_commandf)
#define xchat_nickcmp ((XCHAT_PLUGIN_HANDLE)->xchat_nickcmp)
#define xchat_set_context ((XCHAT_PLUGIN_HANDLE)->xchat_set_context)
#define xchat_find_context ((XCHAT_PLUGIN_HANDLE)->xchat_find_context)
#define xchat_get_context ((XCHAT_PLUGIN_HANDLE)->xchat_get_context)
#define xchat_get_info ((XCHAT_PLUGIN_HANDLE)->xchat_get_info)
#define xchat_get_prefs ((XCHAT_PLUGIN_HANDLE)->xchat_get_prefs)
#define xchat_list_get ((XCHAT_PLUGIN_HANDLE)->xchat_list_get)
#define xchat_list_free ((XCHAT_PLUGIN_HANDLE)->xchat_list_free)
#define xchat_list_fields ((XCHAT_PLUGIN_HANDLE)->xchat_list_fields)
#define xchat_list_str ((XCHAT_PLUGIN_HANDLE)->xchat_list_str)
#define xchat_list_int ((XCHAT_PLUGIN_HANDLE)->xchat_list_int)
#define xchat_list_time ((XCHAT_PLUGIN_HANDLE)->xchat_list_time)
#define xchat_list_next ((XCHAT_PLUGIN_HANDLE)->xchat_list_next)
#define xchat_plugingui_add ((XCHAT_PLUGIN_HANDLE)->xchat_plugingui_add)
#define xchat_plugingui_remove ((XCHAT_PLUGIN_HANDLE)->xchat_plugingui_remove)
#define xchat_emit_print ((XCHAT_PLUGIN_HANDLE)->xchat_emit_print)
#define xchat_gettext ((XCHAT_PLUGIN_HANDLE)->xchat_gettext)
#define xchat_send_modes ((XCHAT_PLUGIN_HANDLE)->xchat_send_modes)
#define xchat_strip ((XCHAT_PLUGIN_HANDLE)->xchat_strip)
#define xchat_free ((XCHAT_PLUGIN_HANDLE)->xchat_free)
#endif

#ifdef __cplusplus
}
#endif

/******************************************************************
* Globals
******************************************************************/
extern xchat_plugin *ph;

/******************************************************************
* Prototypes
******************************************************************/
void wmpaCommands(void);
int wmpaAuto(char *word[], char *word_eol[], void *user_data);
int wmpaCurr(char *word[], char *word_eol[], void *user_data);
int wmpaFind(char *word[], char *word_eol[], void *user_data);
int wmpaList(char *word[], char *word_eol[], void *user_data);
int wmpaNext(char *word[], char *word_eol[], void *user_data);
int wmpaPlay(char *word[], char *word_eol[], void *user_data);
int wmpaPause(char *word[], char *word_eol[], void *user_data);
int wmpaPrev(char *word[], char *word_eol[], void *user_data);
int wmpaSong(char *word[], char *word_eol[], void *user_data);
int wmpaStop(char *word[], char *word_eol[], void *user_data);
int wmpaVolume(char *word[], char *word_eol[], void *user_data);
int wmpaHelp(char *word[], char *word_eol[], void *user_data);
BOOL wmpaRestoreSettings(void);
BOOL wmpaSaveSettings(void);
CString wmpaGetSongTitle(void);
BOOL SaveSetting(LPCTSTR name, DWORD type, CONST BYTE *value, DWORD size);
BOOL GetSetting(LPCTSTR name, DWORD *type, LPBYTE value, DWORD *size);

#endif /* XCHAT_PLUGIN_H */