Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Cascades Library Template - instructions wrong & incomplete #168

Open
Quackerjack opened this issue Jan 15, 2014 · 3 comments
Open

Cascades Library Template - instructions wrong & incomplete #168

Quackerjack opened this issue Jan 15, 2014 · 3 comments
Assignees

Comments

@Quackerjack
Copy link

The instructions for the Cascades Library Template appear to be wrong and/or incomplete.

This appears to be wrong. Filenames cannot start with a period.

  • Rename MyLibrary.pro to .pro
  • Rename mylibrary.prf to .prf

Also, instructions on what needs to be done to the "MyApplication" to import mylibrary after it's renamed are missing.

@timwindsor
Copy link
Contributor

Windows File Explorer may not allow you to create a file that starts with a period, but it should be possible on the command line.

@igordezky to review the instructions for missing parts.

@igordezky
Copy link
Collaborator

I forgot to escape the angle brackets in the Readme.md, it should read:

  • Rename MyLibrary.pro to [new name].pro
  • Rename mylibrary.prf to [new name: no caps or spaces].prf

I will update the readme.

@ghost ghost assigned igordezky Jan 15, 2014
@Quackerjack
Copy link
Author

Can you also please provide instructions for renaming the necessary elements in MyApplication to refer to this [NewName]Library?

After I rename the library as per the instructions, I have having a lot of trouble locating all the places I need to make changes in MyApplication for it to work. It's not intuitive.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants