Do not allocate any USER data on the system heap.
[wine/multimedia.git] / documentation / winelib-bindlls.sgml
blob1c772c1e573f697a0d839de6f533d3ffa46ce84e
1 <chapter id="bindlls">
2 <title id="bindlls.title">Dealing with binary only dlls</title>
3 <sect1 id="bindlls-intro">
4 <title id="binary-dlls-intro.title">Introduction</title>
5 <para>
6 describe the problem,
7 use an example and reuse it in the following sections...
8 </para>
9 </sect1>
11 <sect1 id="bindlls-spec">
12 <title id="bindlls-spec.title">Writing the spec file</title>
13 <para>
14 give an example...
15 </para>
16 </sect1>
18 <sect1 id="bindlls-cxx-apis">
19 <title id="bindlls-cxx-apis.title">How to deal with C++ APIs</title>
20 <para>
21 names are mangled, how to demangle them, how to call them
22 </para>
23 </sect1>
25 <sect1 id="bindlls-wrapper">
26 <title id="bindlls-wrapper.title">Writing the wrapper</title>
27 <para>
28 give an example
29 </para>
30 </sect1>
31 </chapter>
33 <!-- Keep this comment at the end of the file
34 Local variables:
35 mode: sgml
36 sgml-parent-document:("wine-doc.sgml" "book" "chapter" "")
37 End:
38 -->