slipchansky
Programmer
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.
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.