Convert (call) VB .NET dll's from C++

A

Ani

Hi,

I have a few dll files written in VB .NET. I need to convert them to C+
+ (compiled using g++).
Or is there any way to call these VB .NET dll functions from C++ / C
code.

Thanks,
Anirudh.
 
?

=?iso-8859-1?q?Erik_Wikstr=F6m?=

Hi,

I have a few dll files written in VB .NET. I need to convert them to
C++ (compiled using g++).

I'm not sure that you can compile a DLL using gcc
Or is there any way to call these VB .NET dll functions from C++ / C
code.

It should be possible, however this is a platform specific question
and should be asked in a forum for you platform. Take a look at the
list in the FAQ for a few suggestions of groups in which to post.

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9
 
B

BobR

/* """
Hi,
I have a few dll files written in VB .NET. I need to convert them to
C++ (compiled using g++).

I'm not sure that you can compile a DLL using gcc
""" */

I wouldn't say 'compile', but, you can build DLLs using MinGW(GCC) and it's
tools. ( look up 'libtool' on www.gnu.org and -FPIC flag)
 

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

Members online

No members online now.

Forum statistics

Threads
474,148
Messages
2,570,838
Members
47,385
Latest member
Joneswilliam01

Latest Threads

Top