NetTalk Central

Author Topic: Web3 Example, compile error  (Read 4189 times)

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Web3 Example, compile error
« on: May 17, 2014, 05:46:12 PM »
Got a compile error wit Web3.app  I added String Theory but got error 'Source file web3bc.clw not found'.

See picture.

What do I need to add?

Keith

[attachment deleted by admin]
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11302
    • View Profile
Re: Web3 Example, compile error
« Reply #1 on: May 18, 2014, 10:53:23 PM »
Does web3bc.clw exist?

Check the solution pad. There should be a list of CLW files there. Sometimes it includes the short name, and the long name. remove the wrong ones and try again.

Or possible your app just needs to regenerate?

cheers
Bruce

Keith

  • Sr. Member
  • ****
  • Posts: 306
    • View Profile
    • Email
Re: Web3 Example, compile error
« Reply #2 on: May 21, 2014, 06:10:02 PM »
Hi Bruce,

I 'Removed' web3bc.clw from the Solution pad and recompiled. Got another 'file missing' error, 'removed' that one and the app compiled and ran ok.

I presume that those files are not necessary - so why are they in the list of things to compile?

Thanks

Keith
Clarion 10.0.0 build 12799
NetTalk 9.31
StringTheory 2.65
InsightGraphing 2.27

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11302
    • View Profile
Re: Web3 Example, compile error
« Reply #3 on: May 21, 2014, 09:33:07 PM »
Clarion supports "short names" and "long names" at the template level. (Tools / Application options / Generation / Use long file names for generating files). If you upgrade from a clarion (especially clarion 6 or earlier) where the setting is different then the solution can end up with "both sets" of files in the solution.

Most people now have this option turned on (and I do in C9). However I don't touch every example with every build, so I'm not sure that the examples have it set to long names yet.

cheers
Bruce