[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1761.0. "ALL-IN-1 3.0 and CDA 2.0" by BLG03::CAVALLI () Thu Nov 12 1992 09:13

    A customer of mine installed ALL_-N-1 LLV Italian 3.0 and CDA 2.0.
    He would include the WORD5, RTF and DCA format on ALL-IN-1.

    I like to know

    1) Did the files DDIF$READ_WORD5.EXE, DDIF$WRITE_WORD5.EXE,
       DDIF$READ_RTF.EXE, DDIF$WRITE_RTF.EXE, DDIF$READ_DCA.EXE and
       DDIF$WRITE_DCA.EXE must install share or noshare?
    2) How can I modify the file OAET.MAR to upgrade the CDATABLE and
       vttxtfmt macros?
    3) How can I define the format WORD5, DCA and RTF on the Master Format
       File?

    Thanks for any reply

    Chiara
T.RTitleUserPersonal
Name
DateLines
1761.1See topic 1036IOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AThu Nov 12 1992 11:5718
>    1) Did the files DDIF$READ_WORD5.EXE, DDIF$WRITE_WORD5.EXE,
>       DDIF$READ_RTF.EXE, DDIF$WRITE_RTF.EXE, DDIF$READ_DCA.EXE and
>       DDIF$WRITE_DCA.EXE must install share or noshare?

The files are shareable images and can be installed with or without the 
/SHARED qualifier.  


>    2) How can I modify the file OAET.MAR to upgrade the CDATABLE and
>       vttxtfmt macros?
>    3) How can I define the format WORD5, DCA and RTF on the Master Format
>       File?

See topic 1036 in this conference.


Richard

1761.2Thanks for the explanation but ....BLG03::CAVALLIFri Nov 13 1992 10:046
	I'd like to know why in the oa$lib:OA$CDA_STARTUP.COM some 
	DDIF file are installed share and other noshare

	Thanks
 
	Chiara
1761.3Because of warning messagesIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AFri Nov 13 1992 10:5511
Installing DDIF$READ_DX, DDIF$READ_WPL, DDIF$WRITE_DX and DDIF$WRITE_WPL 
with the /SHARED attribute results in the warning:

    %INSTALL-W-NOGBLSEC, no global sections created for ...


I think this occurs because these shareable images contain writeable 
non-copy-on-reference progam sections.


Richard