OWLNext
7.0
Borland's Object Windows Library for the modern age
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
w
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
_
b
c
d
h
i
j
m
o
p
r
s
t
u
y
Enumerations
a
o
s
t
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
y
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
c
d
e
i
l
p
r
s
t
v
Enumerations
c
h
p
q
s
t
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Related Symbols
d
g
i
o
s
t
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
Functions
_
c
d
g
i
m
o
s
t
w
Variables
Typedefs
Enumerations
Enumerator
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
▼
OWLNext
►
Overview of ObjectWindows
Accessing application objects
Finding the object
Creating a small application
Using WinMain and OwlMain
►
About command enabling
►
ObjectWindows Exception Handling
Todo List
►
Topics
►
Namespaces
►
Classes
▼
Files
▼
File List
►
documentation
▼
include
▼
ocf
►
appdesc.h
►
autodefs.h
►
automacr.h
boleintf.h
►
defs.h
►
except.h
►
ocapp.h
►
ocbocole.h
►
occtrl.h
►
ocdata.h
ocdefs.h
►
ocdoc.h
►
ocfevent.h
►
ocfevx.h
►
ocflink.h
ocfpch.h
►
oclink.h
►
ocobject.h
►
ocpart.h
►
ocreg.h
►
ocremvie.h
►
ocstorag.h
►
ocview.h
►
oledialg.h
►
oledoc.h
►
olefacto.h
►
oleframe.h
►
olemdifr.h
►
oleutil.h
►
oleview.h
►
olewindo.h
pch.h
►
safearray.h
►
stgdoc.h
►
version.h
►
owl
►
source
►
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
ocflink.h
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectComponents
3
// Copyright (c) 1998 by Yura Bidus, All Rights Reserved
4
// Copyright (c) 2008-2013 Vidar Hasfjord
5
//----------------------------------------------------------------------------
6
7
#if !defined(OCF_OCFLINK_H)
8
#define OCF_OCFLINK_H
9
10
#include <
owl/private/owllink.h
>
11
12
#define OCF_LIB_NAME "ocf"
13
14
// Link (import) modes
15
16
#if defined(_OCFDLL)
17
#define OCF_LIB_IMPORT "i"
18
#else
19
#define OCF_LIB_IMPORT ""
20
#endif
21
22
// Compose the appropriate pragma link directive.
23
24
#pragma comment(lib, \
25
OCF_LIB_NAME \
26
OWL_LIB_DELIMITER \
27
OWL_LIB_VERSION \
28
OWL_LIB_DELIMITER \
29
OWL_LIB_COMPILER \
30
OWL_LIB_COMPILER_VERSION \
31
OWL_LIB_DELIMITER \
32
OWL_LIB_PLATFORM \
33
OWL_LIB_DELIMITER \
34
OWL_LIB_COMPAT \
35
OWL_LIB_DEBUG \
36
OWL_LIB_THREADING \
37
OWL_LIB_CHARACTERTYPE \
38
OCF_LIB_IMPORT \
39
".lib")
40
41
#endif
// OCF_OWLLINK_H
42
43
owllink.h
include
ocf
ocflink.h
Generated by
1.10.0