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
// ObjectComponents
3
// Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
4
//
5
//----------------------------------------------------------------------------
6
#include <
ocf/pch.h
>
7
#pragma hdrstop
8
9
#include <
ocf/version.h
>
10
11
/// \cond
12
13
14
struct
TVersionHeader
{
15
char
Signature
[6];
16
unsigned
long
InternalVersionNumber
;
17
/*
18
char ComponentIdString[];
19
*/
20
};
21
22
// NOTE: The following variables must be contiguous in memory
23
//
24
//#if defined(WINELIB)
25
//static
26
//#endif
27
TVersionHeader
VersionHeader
= {
28
{
'$'
,
'*'
,
'$'
,
'*'
,
'$'
,
'*'
},
29
OCF_VERSION_32BIT
30
};
31
32
33
/// \endcond
VarType
Definition
safearray.h:14
pch.h
Include for OC, gets common headers when precompiled headers are enabled.
version.h
Library version and build information header.
OCF_VERSION_32BIT
#define OCF_VERSION_32BIT
Definition
version.h:23
source
ocf
version.cpp
Generated by
1.10.0