NetTalk Central
NetTalk Web Server => Web Server - Share Knowledge => Topic started by: markster on December 10, 2012, 09:42:51 AM
-
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
-
You obviously have LSZIP installed. So you need to either add it to the web app or remove it from your system. Any dll app you create will have the same prob, it's not just multi dll web apps.
-
As Kevin says, this is caused by you having LsZip installed. That is an ABC complaint class so needs to be added to any data dll you create.
cheers
Bruce