how to include a .h file in a c#.net program?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hidost
    New Member
    • Feb 2008
    • 1

    how to include a .h file in a c#.net program?

    please help me on how to include ".h" files ( basically the header files of c & C++ ) in c#.netor asp.net. thank u in advance.
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    What do you mean by "include"?
    #Define statements work a little differently in .NET and there's really no need for header files since you don't need to define a function before you can reference it.

    Comment

    Working...