Library Writing Suggestions for NET

J

Jim Flanagan

I am in need of some direction in regards to using .net in writing some
library functions. In particular, I want to write some library routines
using C++ .net which will be used in a VB.net application. The reason
for writing the library with C/C++ is that I want to use the same source
file(s) with an embedded controller 'C' compiler for another, related,
project.

What would be the preferred method of doing this. I am new to .Net but
am moderatly experienced writing DLL libraries in Borland C/C++.

Your help would be appreciated..
Thanks..
Jim
 
C

Cor Ligthert

Jim,

In my opinion is the best way to go to ask this in a C++ newsgroup.

Your main goal is in my opinion to create an Dll library that is usable in
C# save, C++ managedcode and VBNet however has to be compatible with C++
source code from Borland.

The newsgroup is.
microsoft.public.dotnet.languages.vc

There they would have probably the most expirience with this.

I hope this helps?

Cor
 

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