NetTalk Central

Author Topic: Help Clarion 11 problem  (Read 3352 times)

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
Help Clarion 11 problem
« on: August 11, 2019, 04:17:59 PM »
I get a text box when I try compile
The project for the application "complaints" does not exist on the
same directory. project:
c:\blah\blah\complaints.cwproj

 

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11191
    • View Profile
Re: Help Clarion 11 problem
« Reply #1 on: August 11, 2019, 10:48:24 PM »
You'll get that if you have an app file, and a solution (sln) file but not cwproj.
Deleting the sln will make the ide recreate the cwproj and the sln.

cheers
Bruce

MikeR

  • Sr. Member
  • ****
  • Posts: 257
    • View Profile
    • Email
Re: Help Clarion 11 problem
« Reply #2 on: August 12, 2019, 05:32:40 AM »
Thanks Bruce