My web app is getting too big and I thought I'd convert it to a DLL version. I was checking out the MultiDLL example app, but it will not compile. The allfiles.app generates multiple errors indicating unresolved externals regarding the Lindersoft ZIP libraries (first error below as example):
Unresolved External LSUZ_ZIPNAME in ALSUZCLA.obj - C:\Users\Public\Documents\SoftVelocity\Clarion8\Accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\map\debug\AllFiles.MAP:1
What files to I need to add to the solution to allow me to compile?
Regards, Mark