Creating 'regular' dll with VB. NET

M

Michael Howard

I am a former Paradox/Delphi developer new to VB
and .NET. I am trying to create a dll that may be called
from a Paradox application. Is there any VB .NET project
type that will enable me to create a 'regular DLL' (that
is not a class library or COM object)? I can't
instantiate a class member in Paradox to call a class
function. I just need to call the dll function directly.

Perhaps I need to do this in Visual C++?
 
H

Herfried K. Wagner [MVP]

* "Michael Howard said:
I am a former Paradox/Delphi developer new to VB
and .NET. I am trying to create a dll that may be called
from a Paradox application. Is there any VB .NET project
type that will enable me to create a 'regular DLL' (that
is not a class library or COM object)?

No, that's not possible with VB.NET.
 
A

Anand Balasubramanian

Hi,
.Net dlls will need the .Net framework to run. The other language should
be targeted to the .Net framework and only then it can use .Net dlls. And
yes you are right, you would have to use Vc++.

Anand Balasubramanian
Microsoft, Visual Basic .NET

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks
 

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