I'm changing a single EXE app (which works) into multiple dll setup. I've been following the example20.
Here is my setup:
MainExe.app
wcbs0.app (data dll)
websrv.app
wcbs2.app
When I add wcbs2 in the multi-dll tab of the websrv app's global extension/NTWS, I get bunch of unknown procedure label errors. The unknown procedures are all defined in wcbs2 and the export flag is ON for all of them. But if I remove the wcbs2 from the multi-dll tab, the websrv complies fine. But I get page not found" message on the browser.
TIA,
Sukhendu
NT6.26