NetTalk Central

Author Topic: Source file YcixN_nw.clw not found  (Read 2405 times)

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Source file YcixN_nw.clw not found
« on: February 18, 2020, 11:59:41 AM »
Hi, porting a C10 NT app to C11.13505  NT11.29 Im getting the error:

Source file YcixN_nw.clw not found

I tried deleting it from Sln, deleting the project, and nothing.

Its generating YcixN_SF.CLW but not YcixN_nw.clw

But... theres a YcixNet_nw.clw and in all my others sln this _nw is generated using the app name and not cutting the app name.

Any idea? Thanks
« Last Edit: February 18, 2020, 12:10:24 PM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Source file YcixN_nw.clw not found
« Reply #1 on: February 20, 2020, 08:23:31 PM »
hi Alberto,

looks like a long-names / shortnames thing.
I take it this is a Legacy app as well?
that's not ideal because Legacy doesn't have support for the FileManager class - but as long as you are not using Auto-Numbering you should be ok.

cheers
Bruce

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Source file YcixN_nw.clw not found
« Reply #2 on: February 20, 2020, 08:24:27 PM »
Actually that project looks weird - you have Legacy and ABC modules in there...

Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Source file YcixN_nw.clw not found
« Reply #3 on: February 21, 2020, 02:46:36 AM »
Where do you see a Legacy proc?
Problem is Fm3, if I delete Fm3 then all is ok.

Weir is that compiling with 13403 compiles ok.
« Last Edit: February 21, 2020, 05:36:45 AM by michelis »
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Source file YcixN_nw.clw not found
« Reply #4 on: February 21, 2020, 10:11:26 PM »
>> Where do you see a Legacy proc?

_sf modules are generally generated by Legacy apps, not APC apps.

>> Problem is Fm3, if I delete Fm3 then all is ok.

no, it's nothing to do with FM3. More likely deleting that extension just forced a global regenerate. You can put FM3 back.

Cheers
Bruce


Alberto

  • Hero Member
  • *****
  • Posts: 1846
    • MSN Messenger - alberto-michelis@hotmail.com
    • View Profile
    • ARMi software solutions
    • Email
Re: Source file YcixN_nw.clw not found
« Reply #5 on: February 24, 2020, 12:26:46 PM »
I was trying to detect the legacy procs but nothing... how can I do it?
-----------
Regards
Alberto

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11179
    • View Profile
Re: Source file YcixN_nw.clw not found
« Reply #6 on: February 24, 2020, 10:40:34 PM »
I'm not sure what you mean by "detect".
But you had a _sf module in your solution list.
What is in that module?
If you remove that module from the solution does it come back?

cheers
Bruce