Hello, all
I am trying to create a PB.NET assembly , which has to use a precompiled PB assembly (also from PB.NET)
I know that when using PB Assembly, I need to pass the application object in the f_init_globals function.
This function is supposed to instantiate the application, sqlca, error and message objects in the referenced PB assembly.
But neither of my assemblies use PFC. How do I pass the application object in this case?
Thank you
Arcady