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!

Why SharedObjectRegister returns SharedObjectCreatePBSessionError! ?

Status
Not open for further replies.

slipchansky

Programmer
Dec 10, 2003
1
UA
My code is:
choose case SharedObjectRegister ("ncst_recalculator", "icst_calc")
case Success!
case SharedObjectExistsError!
MessageBox ('Register', 'SharedObjectExistsError!')
return
case SharedObjectCreateInstanceError!
MessageBox ('Register', 'SharedObjectCreateInstanceError!')
return
case SharedObjectCreatePBSessionError!
MessageBox ('Register', 'SharedObjectCreatePBSessionError!')
return
end choose


Under PB all is OK.
But when I built it into exe and then ran it - I have a problem.

All of my .pbl compiled into .pbd.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top