请问这几个头文件在C#中怎么引用??
#include <tchar.h>#include <windows.h>
#include <winsvc.h>
#include <stdio.h>
#include <winioctl.h> --------------------编程问答-------------------- 我顶 --------------------编程问答-------------------- C语言的头文件在C#中无法引用。 --------------------编程问答--------------------
using System;--------------------编程问答-------------------- 不会吧!
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
让C#引用C --------------------编程问答-------------------- improtdll --------------------编程问答-------------------- [DllImport("SMSCom.dll")]
补充:.NET技术 , C#