home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
progc
/
bchelp10.arj
/
TI710.ASC
< prev
next >
Wrap
Text File
|
1991-09-18
|
620b
|
67 lines
PRODUCT : Borland C++ NUMBER : 710
VERSION : 2.0
OS : DOS
DATE : September 18, 1991 PAGE : 1/1
TITLE : WINDOWS: CreateDialog Failure
CreateDialog will fail if the resource being used has an
undefined element. For example, in the call:
CreateDialog (inst, DB, hwnd, func);
if DB is a resource that has an undefined element, such as a menu
that is declared but undefined, the CreateDialog call will fail.