How to create a dll to use in PowerBuilder

V

Vakkaas

Hi,

I am trying to create a dll to use in PowerBuilder. My concern is that i
want to create a few function in C# code that i want to use in PowerBuildre.
Anybody knows how i can do this?

Thanks.
Vakkaas
 
N

Nicholas Paldino [.NET/C# MVP]

Vakkaas,

I don't believe that this is possible. From what I know, I think that
you want a dll that exports functions, which .NET does not support.
However, if PowerBuilder can attach to COM objects, then you can export your
assemblies to COM, and then access them that way.

Hope this helps.
 
V

Vakkaas

Hi,

Thanks for your reply. Actually powerbuilder allows to call WIN32 API's. I
want to know is there a way that I can create a dll like win32 api dll's?

Vakkaas

Nicholas Paldino said:
Vakkaas,

I don't believe that this is possible. From what I know, I think that
you want a dll that exports functions, which .NET does not support.
However, if PowerBuilder can attach to COM objects, then you can export your
assemblies to COM, and then access them that way.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

Vakkaas said:
Hi,

I am trying to create a dll to use in PowerBuilder. My concern is that i
want to create a few function in C# code that i want to use in PowerBuildre.
Anybody knows how i can do this?

Thanks.
Vakkaas
 

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