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
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
version.cpp
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectWindows
3
// Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
4
//----------------------------------------------------------------------------
5
6
#include <
owl/pch.h
>
7
8
#include <
owl/version.h
>
9
#include <
owl/defs.h
>
10
11
namespace
owl
{
12
13
OWL_DIAGINFO
;
14
15
/// \cond
16
17
18
struct
TVersionHeader
{
19
char
Signature
[6];
20
unsigned
long
InternalVersionNumber
;
21
/*
22
char ComponentIdString[];
23
*/
24
};
25
26
// NOTE: The following variables must be contiguous in memory
27
//
28
//#if defined(WINELIB)
29
//static
30
//#endif
31
TVersionHeader
VersionHeader
= {
32
{
'$'
,
'*'
,
'$'
,
'*'
,
'$'
,
'*'
},
33
OWLInternalVersion
34
};
35
36
37
/// \endcond
38
39
}
// OWL namespace
40
/* ========================================================================== */
41
VarType
Definition
safearray.h:14
pch.h
version.h
Library version and build information header (template).
OWLInternalVersion
#define OWLInternalVersion
Definition
version.h:89
owl
Object Windows Library (OWLNext Core)
Definition
animctrl.h:22
owl::OWL_DIAGINFO
OWL_DIAGINFO
Definition
animctrl.cpp:14
defs.h
General definitions used by all ObjectWindows programs.
source
owlcore
version.cpp
Generated by
1.10.0