Oct 5, 2003 #1 J Jedhi Well-known member Joined Oct 2, 2003 Messages 127 By writing #include "windef.h" I have included the type BYTE. How must I do in C# ?
Oct 5, 2003 #2 V Volte Neutiquam Erro Joined Nov 17, 2002 Messages 2,165 User Rank *Expert* C# does not include a #include directive (no pun intended ). You simply have to declare your types and such inside your files.
C# does not include a #include directive (no pun intended ). You simply have to declare your types and such inside your files.