NetTalk Central

Author Topic: Not resolved for export trying to make data dll  (Read 3423 times)

ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Not resolved for export trying to make data dll
« on: July 12, 2010, 12:27:30 PM »
I've tried searching for this, found 3 requests and tried rebooting, and refreshing the app but no joy. I also delete obj32 and all created clw and inc files to force the generation.
I need to include this in my data dll if one or more of my apps will be accessing any of the nettalk stuff correct? I plan on using email.
Here are the errors in the map file -
ADDLOG@F12NETWEBSERVERBfRsbRsb27NETWEBSERVERREQUESTDATATYPE Is unresolved for export
CREATEBUTTON@F18NETWEBSERVERWORKERsbsbsbOsbOsbOsbOsbOsbOsblOsbllOsbOsb Is unresolved for export
CREATEHYPERLINK@F18NETWEBSERVERWORKERsbOsbOsbOsb Is unresolved for export
CREATEIMAGE@F18NETWEBSERVERWORKERsbllOsbOsbOsbOsbOsb Is unresolved for export
CREATEINPUT@F18NETWEBSERVERWORKERsbsbsbOsbOsbOsbOsbOsbOlOsb Is unresolved for export
CREATETEXTAREA@F18NETWEBSERVERWORKERsbsbllOsbOsbOsblOsb Is unresolved for export
DRAWMONTH@F18NETWEBSERVERWORKERlOsbOsb Is unresolved for export
DRAWYEAR@F18NETWEBSERVERWORKERsblllOsbOsbOsb Is unresolved for export
RENAMEFILE@F18NETWEBSERVERWORKERsbsb Is unresolved for export
RESTOREVALUE@F18NETWEBSERVERWORKERsb Is unresolved for export
SETVALUE@F18NETWEBSERVERWORKERsbOsbOsb Is unresolved for export
STOREVALUE@F18NETWEBSERVERWORKERsb Is unresolved for export
W3HEADER@F18NETWEBSERVERWORKER Is unresolved for export
_CREATEHEADER@F12NETWEBSERVER29NETWEBSERVERHEADERDETAILSTYPE Is unresolved for export
_CREATESORTHEADER@F18NETWEBSERVERWORKERsbsbsbsbsbsblsbsbsbOsbOsb Is unresolved for export
_DIVFOOTER@F18NETWEBSERVERWORKER Is unresolved for export
_DIVHEADER@F18NETWEBSERVERWORKERsbOsb Is unresolved for export
_JSBODYONLOAD@F18NETWEBSERVERWORKEROsbOsb Is unresolved for export
_JSOK@F18NETWEBSERVERWORKERsb Is unresolved for export
_NEWSESSION@F12NETWEBSERVERl Is unresolved for export
_PARSEFILENAME@F18NETWEBSERVERWORKER Is unresolved for export

If NetTalk is already included in the ROOT DLL, do I even need to include the global Activate there?   ???
Is there a cure for these summer time blues?

Thanks,
Chris


Real programmers use copy con newapp.exe

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Not resolved for export trying to make data dll
« Reply #1 on: July 12, 2010, 03:06:35 PM »
Hi Chris,

I run a multi dll webserver app which is intertwined with my windows app.

Looking at my setup I have it activated in the data.app and all of my webserver apps but none of my other windows apps.

I don't have a root.app, my data.app acts as both.

The other thing you should try is to compile the example multi dll app. This should then narrow down if it is the system setup or the app setup.

HTH's

Kev

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Not resolved for export trying to make data dll
« Reply #2 on: July 12, 2010, 11:19:23 PM »
Hi Chris,

you definitely need to add NetTalk to your Data Dll. You also need to recompile the data dll after NetTalk updates.

you then need to add the global extension only in other apps that use NetTalk objects.

The list you had were all methods that have changed at some point. Which means that it's likely you have an old netweb.inc file or old netweb.clw file floating around on your system somewhere. Those two files have to be in sync with each other, and should only be in the \clarion6\libsrc folder.

cheers
Bruce


ccordes

  • Sr. Member
  • ****
  • Posts: 384
    • View Profile
    • Email
Re: Not resolved for export trying to make data dll
« Reply #3 on: July 13, 2010, 04:45:05 AM »
 ;D Give that man a cigar!
You got it exactly right. I had made a backup of both and them netweb28.inc and clw they are now netweb.net.28.

Thanks much,
Chris
Real programmers use copy con newapp.exe