Is this the right place to request a change to the Win32 Project Settings?

When a library is required, the current practice is to include the relative
path under "Object/library modules:"
<eg>
..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug\xerces-c_1D.lib
</eg>
and leave the "Additional library path:" blank.

If the "Object/library modules" contained only the module name,
<eg>
xerces-c_1D.lib
</eg>
and "Additional library path:" included the path,
<eg>
..\..\..\..\xml-xerces\c\Build\Win32\VC6\Debug
</eg>
then we would be able to relocate the additional modules during an msdev
command line build without modifying the project.

If this request is not appropriate for this forum, where should it be made?

Thanks for your consideration.

Reply via email to