NetTalk Central

Author Topic: Multi DLL example not compiling  (Read 3046 times)

markster

  • Full Member
  • ***
  • Posts: 204
    • View Profile
    • Email
Multi DLL example not compiling
« 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

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Multi DLL example not compiling
« Reply #1 on: December 10, 2012, 01:24:04 PM »
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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: Multi DLL example not compiling
« Reply #2 on: December 10, 2012, 10:58:05 PM »
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