Silverfrost Forums

Welcome to our forums

Module paths

22 Jan 2010 9:44 #5818

This is somehow related to similar threads in this forum. However, I would like to treat this seperately. Plato allows me to specify module paths in the following way: 1.) Project → Properties → Souce → Specify module paths (single path) 2.) Project → Properties → Miscellaneous → Extra compiler options (paths > 1)

The exact syntax in the case od more than one module path is not clear. Is the following allowed:

\MODPATH ..\NumRec\NumRec_lib\;..\XML\lib

22 Jan 2010 12:01 #5819

The semi-colon should be OK to generate a list but I would not expect the ..\ to work because this depends on the current working directory which is unlikely to be the one you want.

Give it a try to see what happens, otherwise you will need the full path.

Please login to reply.