Click here to Skip to main content
15,881,424 members
Articles / Desktop Programming / MFC

Multi platform plug-in development made easy!

Rate me:
Please Sign up or sign in to vote.
4.04/5 (25 votes)
7 Mar 20065 min read 100.5K   1.9K   63  
How to use and develop plug-ins for multiple platforms.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SPL Library: spl_pluginserver_win32.cpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.6 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div>
<h1>spl_pluginserver_win32.cpp File Reference</h1><code>#include "<a class="el" href="spl__platform_8h-source.html">spl_platform.h</a>"</code><br>
<code>#include &lt;windows.h&gt;</code><br>
<code>#include "<a class="el" href="spl__pluginserver__win32_8h-source.html">spl_pluginserver_win32.h</a>"</code><br>
<code>#include "<a class="el" href="spl__threadlock_8h-source.html">spl_threadlock.h</a>"</code><br>

<p>
Include dependency graph for spl_pluginserver_win32.cpp:<p><center><img src="spl__pluginserver__win32_8cpp__incl.png" border="0" usemap="#spl_pluginserver_win32.cpp_map" alt="Include dependency graph"></center>
<map name="spl_pluginserver_win32.cpp_map">
<area href="spl__platform_8h.html" shape="rect" coords="118,17,206,44" alt="">
<area href="spl__typedefs_8h.html" shape="rect" coords="117,92,208,118" alt="">
<area href="spl__mutex_8h.html" shape="rect" coords="238,92,316,118" alt="">
<area href="spl__pluginserver__win32_8h.html" shape="rect" coords="265,316,414,342" alt="">
<area href="spl__pluginserver_8h.html" shape="rect" coords="288,241,397,268" alt="">
<area href="spl__plugininfo_8h.html" shape="rect" coords="233,166,329,193" alt="">
<area href="spl__pluginargs_8h.html" shape="rect" coords="353,166,454,193" alt="">
<area href="spl__threadlock_8h.html" shape="rect" coords="108,166,209,193" alt="">
</map>
<table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>#define&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="spl__pluginserver__win32_8cpp.html#a0">_WIN32_WINNT</a>&nbsp;&nbsp;&nbsp;0x0400</td></tr>

</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
<dl compact><dt><b>Version:</b></dt><dd>1.0 </dd></dl>
<dl compact><dt><b>Author:</b></dt><dd>Andreas Loeffler</dd></dl>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="spl_pluginserver_win32.cpp::_WIN32_WINNT" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
  <tr>
    <td class="mdRow">
      <table cellpadding="0" cellspacing="0" border="0">
        <tr>
          <td class="md" nowrap valign="top"> #define _WIN32_WINNT&nbsp;&nbsp;&nbsp;0x0400
      </table>
    </td>
  </tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
  <tr>
    <td>
      &nbsp;
    </td>
    <td>

<p>
    </td>
  </tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun May 9 15:01:05 2004 for SPL Library by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 > 
</a>1.3.6 </small></address>
</body>
</html>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Germany Germany
I was born in 1982 near Stuttgart / Germany and began my first steps in programming computers at the age of only nine years on an old Commodore CBM 7072. In 2002 I finished my education as IT specialist for software engineering and did my civillian service afterwards. Currently I'm working as leader of the software division in a bigger company located in south west Germany, mainly on software development and research projects for multimedia terminals and user recognition/verification systems.

Comments and Discussions