NetTalk Central

Author Topic: MultiDLL 20 example error on compile  (Read 3502 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
MultiDLL 20 example error on compile
« on: April 30, 2014, 12:10:52 AM »
Hallo,


I cannot compile example 20 MultiDLL. I got a lot of errors....should I follow some steps? or it's something wrong with this example?

Thank you,
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: MultiDLL 20 example error on compile
« Reply #1 on: April 30, 2014, 02:07:22 AM »
I'll make you a deal.

You tell me what the errors were and I'll try and answer your question.

cheers
Bruce

PS - To anyone reading this thread. The _Errors_ tell you what is wrong. If you are gonna post questions about compile errors, PLEASE post the errors.


Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: MultiDLL 20 example error on compile
« Reply #2 on: April 30, 2014, 03:00:05 AM »
Hallo Bruce,

I have a question: This example compile ok on NT8.10 build on your computer?
I put errors on txt file.

Robert



[attachment deleted by admin]

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: MultiDLL 20 example error on compile
« Reply #3 on: May 04, 2014, 10:29:22 PM »
Hi Robert,

>> This example compile ok on NT8.10 build on your computer?

yes.

>> I put errors on txt file.

ok, so if we look at the first couple of errors;

INIT@F16ASCIIVIEWERCLASSBfRsbRsb8UNSIGNED10ERRORCLASSUc is unresolved for export - D:\Clarion9\accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:78,3

INIT@F16ASCIIVIEWERCLASSBfRsb8UNSIGNED10ERRORCLASSUc is unresolved for export - D:\Clarion9\accessory\Capesoft\NetTalk\Web Server\MultiDLL (20)\AllFiles.exp:79,3

These are "unresolved for export" errors. Meaning that there are methods listed in the EXP file which are not compiled in any CLW's it comes across.

This may be a simple IDE error. In which case restarting may help. Or try deleting the EXP file so that is regenerated again.

As you can see these are ASCIIVIEWCLASS methods, so it's th ABC library itself which is missing. Usually this library is compiled from \clarion9\libsrc\win but if you've been dabbling with the RED file, or the source folder, then you might have a problem.

Cheers
Bruce

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: MultiDLL 20 example error on compile
« Reply #4 on: May 04, 2014, 11:00:27 PM »
Ok, Bruce, thank you!
Appreciate your help. I would like to make my app multi DLL and this example is the only one could help me :-)
I will try your suggestions.
Robert

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: MultiDLL 20 example error on compile
« Reply #5 on: May 04, 2014, 11:14:45 PM »
SOLVED!
Delete exp file and recompile solved the errors...I could compile ok now.

Thanks again!
Robert