[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
|
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
2793.0. "problem with symbols" by MLNCSC::VOCI () Mon May 21 1990 11:26
Hello,
I have just started to work with decw, and I imediately got problems.
I inlclude some decw with the command
#include <decw$include/file1>
#include <decw$include/file2>
.
.
.
#include <decw$include/filen>
I compile it and everything is ok, but when I link it with the command
$link file_c,sys$input/opt
sys$library:decw$xlibshr/share
sys$share:vaxcrtl/share
It sais that 94 sysmbols are not defined, I check and some of the
symbols are already included in the include file i specified, some
don't, so I included all the files containing the sysmbols, but nothing
changes. Message stil sais that 94 symbols are undefined.
Thanks Gea.
T.R | Title | User | Personal Name | Date | Lines |
---|
2793.1 | You need the toolkit | RTL::GRASS | Steve Grass | Mon May 21 1990 11:33 | 7 |
| You need to link in the DECwindows Toolkit. Add the following line:
SYS$LIBRARY:DECW$DWTLIBSHR/SHARE
before the XLIBSHR one...
steve
|