if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?
TIA, z.
It is better to create a project for each output DLL. Projects can share source code files if needed.

Signature
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?
TIA, z.
z. f. - 28 Feb 2005 12:25 GMT
but for this i need to create new directories and this i don't want, or do you have other way?
It is better to create a project for each output DLL. Projects can share source code files if needed.
--
Carlos J. Quintero
MZ-Tools 4.0: Productivity add-ins for Visual Studio .NET
You can code, design and document much faster.
http://www.mztools.com
"z. f." <zigi@info-scopeREMSPAM.co.il> escribi=B3 en el mensaje news:uJj0ClXHFHA.1248@TK2MSFTNGP10.phx.gbl...
if i have a big project in the same virtual directory can i compile if to several DLLs?
i want to be able to seperate different classes to different DLLs, is it possible?
TIA, z.