RE: Using of Progress Dialog across Shared Libraries

2001-09-24 Thread Danny Epstein
> is it possible for accessing of progress dialogs across shared library, > where the callback function "MainFormProgressCallback" is in the > application? You should be able to pass the address of a callback routine in your application to your shared library, which can pass it to the Progress Ma

Using of Progress Dialog across Shared Libraries

2001-09-24 Thread Andrea
Hi I am using CodeWarrior R7, creating Progress Dialog in one application. In this application, i called for the following... > ProgressPtr progressStuffP; > SProgressType userData; > progressStuffP = PrgStartDialog("Starting Application.", (PrgCallbackFunc) MainFormProgressCallback, &userData);