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!

to locate source management DLL

Status
Not open for further replies.

mrmtek

Programmer
Oct 13, 2002
109
AU
using PB 6.5, 2 years ago we had a consultant company come in and write a application , now I have to change some code, which is not hard, however when I goto (hate that word) compile i get the following message -'Unable to locate source management DLL. No connection to source management system has been established.

Can some one point assist in pointing me where to look to get this working.
 
Been a long time since I worked in 6.5 but there should be a 'Source Control' menu option from which you would then connect to source control. (you may wish to consult the 'Help' file on this for the specifics on source control). I don't suppose you know what type of source control software they used.
 
thank you for the reply -

Have no idea the company that did it no longer exists -, however when I went into Source and selected , PB Native and then select the default user name, I no longer got the error message.

Now when I comile the app, and then run it I get the following :
Application Terminated.
Error. Unresolvable external cs_n_msg when linking reference.

Missing a corner stone lib??? perhaps - what should I look for ???
thanking you for any help or pointer you can supply.
 
You might only be missing the .pbl which contains the object from the application's library list. Have you searched the .pbls for the object in question?
 
getting no where -

I have so far made little progress because of my lack of understanding of powerbuilder , however when I run the complied program with the /pbdebug i get the following:

Failure opening library csewnsrv.dll
Failure opening library cs6apsrv.dll
Failure opening library cs6dwsrv.dll
Failure opening library cs6main.dll
Failure opening library cs6util.dll
Failure opening library cs6wnsrv.dll
Failure opening library pfcapsrv.dll
Failure opening library pfcdwsrv.dll
Failure opening library pfcmain.dll
Failure opening library pfcutil.dll
Failure opening library pfcwnsrv.dll
Unresolvable external cs_n_msg when linking reference

dll's are currupt???
 
Do the files listed exist on the build machine? (it does not appear to be the case). If you can find copies of these files somewhere and put them in the proper folders (as listed in the application library list), you should be able to continue.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top