Help writing C wrapper in Dot Net

V

Vaughn

How can I begin writing C-code in Dot Net? Since I'm trying to write a
simple wrapper for some functions but I don't know any C++, I was thinking
of writing it in C.
Through the Dot Net gui, what project should I choose and how can I tell the
compiler that I'll be writing C-code (and not C++ code)?

Thanks.
 
A

Andreas Håkansson

Vaughn,

Please note that this newsgroup is aimed towards the C# (C-Sharp) and
not C or C++ at all. There are other newsgroups which discusses Managed
C++ which you may want to consult instead.

Hope this helps,

//Andreas
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top