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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

call powerbuilder function from C++

Status
Not open for further replies.

kuzuryusen

Programmer
Jan 18, 2004
1
0
0
SG
im tasked to create a windows dll for a certain application im using... i thought i could simply compile a my pb app to a dll to accomplish this, turns out i need to use c++ for this.

Im using powerbuilder 7.0... is there i way i can create a c++ application which calls a powerbuilder nvo function or something and then compile this c++ app into a windows dll? I'm aware that this is possible in PB 9.0 but I cant find the feature in PB 7.0
 
U can create a COM Object and u can access this object from differents tools like word, excel, delphi, visual basic, etc...

Regards

The life is too short to cry and long enough to try it... God bless us.
[thumbsup2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top