HighTechTalks DotNet Forums  

packaging typedefs into a single reference entity

Dotnet Framework (Interop) microsoft.public.dotnet.framework.interop


Discuss packaging typedefs into a single reference entity in the Dotnet Framework (Interop) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
hymz
 
Posts: n/a

Default packaging typedefs into a single reference entity - 07-17-2007 , 01:40 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?


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.