Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invoking .NET DLL in power builder 8.0

Status
Not open for further replies.

JM93

Programmer
Mar 3, 2004
1
US
I've wrote one DLL using VC# .NET. In this DLL the actual function is inside a class(by default everything you develop in VC# in one class) inside a namespace.

Lets say name space is X, class name is Y and actual function inside class is Z then how would I invoke the DLL in the powerbuilder? powerbuilder is not able to find function under the name space and class. Does anybody has any idea how do can invoke this DLL in powerbuilder.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top