Printing problem after modification of IPLOT server .cfg file

Discussion in 'Microstation' started by Julien, Apr 8, 2004.

  1. Julien

    Julien Guest

    Hi,

    I encounter some problem after changing some .cfg file for IPLOT
    server.

    I added a new fonts ressource file and was obliged to create a
    variable to store most of the path string to the ressource files.
    (Else, the path was too long and the last font ressource file was
    ignored.)

    Now, the newly added fonts print well, but some user defined dashed
    lines no more. I cannot understand why, since the "style.slb" (and
    "pattern.plb") files were not altered.
    Is the new path to those files wrong ?

    Thanks a lot if you have the answer. I pasted the commented .cfg file
    below.

    Julien

    #######################################################################
    #
    # FILE: mucage500.cfg (a project configuration file)
    #
    #######################################################################


    # March 31th, 2004 - modif. by : Rouiller
    # Declare new variable MU500_RSC
    # because IPLOTSRV_SYM_RSC_FILES variable is limited in size (max 255
    chars ?)
    MU500_RSC = "c:\Program Files\Fichiers
    communs\Interplot\iplot\resrc\system"

    # March 31th, 2004 - modif. by : Rouiller
    # Comment out old paths.
    #IPLOTSRV_SYM_RSC_FILES="c:\Program Files\Fichiers
    communs\InterPlot\iplot\resrc\system\mu_500\mucage.rsc;c:\Program
    Files\Fichiers communs\InterPlot\iplot\resrc\system\mu_500\servitudes.rsc;c:\Program
    Files\Fichiers communs\InterPlot\iplot\resrc\system\mu_fonts.rsc"
    #IPLOTSRV_PATTERN_LIB="c:\Program Files\Fichiers
    communs\InterPlot\iplot\resrc\system\pattern.plb"
    #IPLOTSRV_LINESTYLE_LIB="c:\Program Files\Fichiers
    communs\InterPlot\iplot\resrc\system\style.slb"

    # March 31th, 2004 - modif. by : Rouiller
    # Use variable MU500_RSC to create new paths to ressources
    # Add 'polices_accentuees.rsc' file, containing fonts 90 to 93.
    IPLOTSRV_SYM_RSC_FILES=$(MU500_RSC)mu_500\mucage.rsc;$(MU500_RSC)polices_accentuees.rsc;$(MU500_RSC)mu_500\servitudes.rsc;$(MU500_RSC)mu_fonts.rsc"
    IPLOTSRV_PATTERN_LIB=$(MU500_RSC)pattern.plb"
    IPLOTSRV_LINESTYLE_LIB=$(MU500_RSC)style.slb"
     
    Julien, Apr 8, 2004
    #1
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.