S somequestion Nov 2, 2006 #1 i'd like to import header file for dos in .net project such as lib.h file...it is usally for dos is it possible
i'd like to import header file for dos in .net project such as lib.h file...it is usally for dos is it possible
G Guest Nov 2, 2006 #2 For MC++ yep, but you needn't point .h for the starndard headers For C#/VB.NEt no Btw, your can make calls to your unmanaged dll via platform invoke, thus u needn't import headers to your app -- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche
For MC++ yep, but you needn't point .h for the starndard headers For C#/VB.NEt no Btw, your can make calls to your unmanaged dll via platform invoke, thus u needn't import headers to your app -- WBR, Michael Nemtsev :: blog: http://spaces.live.com/laflour "At times one remains faithful to a cause only because its opponents do not cease to be insipid." (c) Friedrich Nietzsche