NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on February 18, 2020, 11:59:41 AM

Title: Source file YcixN_nw.clw not found
Post by: Alberto 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
Title: Re: Source file YcixN_nw.clw not found
Post by: Bruce 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
Title: Re: Source file YcixN_nw.clw not found
Post by: Bruce on February 20, 2020, 08:24:27 PM
Actually that project looks weird - you have Legacy and ABC modules in there...
Title: Re: Source file YcixN_nw.clw not found
Post by: Alberto 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.
Title: Re: Source file YcixN_nw.clw not found
Post by: Bruce 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

Title: Re: Source file YcixN_nw.clw not found
Post by: Alberto on February 24, 2020, 12:26:46 PM
I was trying to detect the legacy procs but nothing... how can I do it?
Title: Re: Source file YcixN_nw.clw not found
Post by: Bruce 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