[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

packaging typedefs into a single reference entity

hymz

7/17/2007 5:40:00 AM

Hi,

if i have a DWORD in c++ which i dont have in c#,
i say
using DWORD = System.UInt32;

if 10 such typedefs are to be done,and 10 files of the same C#project
use them,i thought its better to package them into an entity and add
as reference in all files so that i can start using them directly.but
namespace or class library is not serving the purpose.
any suggetsions?