Search found 454 matches

by barbara
Thu Mar 15 2018 9:06 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice? v2 linux
Replies: 7
Views: 11600

Re: HELP: How to get started with CopperSpice? v2 linux

Currently building CS on Arch looks like being hampered by gstreamer 1.x support As noted in the CS Overview documentation, Arch Linux is not on our list of supported platforms and not currently part of our CI setup. CopperSpice does build on Arch Linux however you must disable CsMultimedia and CsP...
by barbara
Fri Mar 09 2018 6:16 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice? v2 linux
Replies: 7
Views: 11600

Re: HELP: How to get started with CopperSpice? v2 linux

Can't seem to wrap around the MSYS concept in windows. The idea of MSYS is to add a Unix like shell environment and programs for Windows. This has nothing to do with CopperSpice but rather tools required to build a C++ program on Windows with MinGW. If you are not understanding MSYS you should inst...
by barbara
Tue Mar 06 2018 2:51 am
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16848

Re: HELP: How to get started with CopperSpice?

We wrote some basic documentation for setting up a non Qt project in Qt Creator. In my work I set up the tool chain to use MinGW. I would suggest you use the version of this compiler we have tested. Links for MinGW are on our CopperSpice website. This was last tested on version 4.0 http://www.copper...
by barbara
Mon Mar 05 2018 12:09 am
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16848

Re: HELP: How to get started with CopperSpice?

The following Q & A is intended to provide an introduction to building a program in C++. Some parts may be a bit basic, however the overall information will serve as a good basis for learning what is required to create an executable. A simple build.bat would not be able to build it? Must I use C...
by barbara
Sat Mar 03 2018 10:23 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16848

Re: HELP: How to get started with CopperSpice?

Thank you so much your feedback. I appreciate your help with this process. I would like to provide a few suggestions and answers to help you get started. We will work on a CopperSpice video as we gather more information about what should be presented. I am a Windows developer and I really do underst...
by barbara
Tue Feb 27 2018 6:25 pm
Forum: Developers
Topic: How closely will doxypress track doxygen
Replies: 1
Views: 14794

Re: How closely will doxypress track doxygen

DoxyPress was a direct fork of an earlier version of Doxygen. We required numerous changes in order to document the CopperSpice API. Using their existing source code required major changes and necessitated the fork. Over the past few years we have continued to maintain and track all of the relevant ...
by barbara
Sun Jan 07 2018 10:55 pm
Forum: Developers
Topic: clang-related problems building DoxyPress 1.2.11 on mint
Replies: 2
Views: 11927

Re: clang-related problems building DoxyPress 1.2.11 on mint

Linux Mint is not a supported platform at this time. Based on your error report it appears that you are missing the clang development package. You will need to build clang from source. The following link, "Parsing with Clang" is in our DoxyPress documentation and explains this process for ...
by barbara
Fri Jan 05 2018 1:12 am
Forum: YouTube Channel
Topic: CooperSpice tutorial
Replies: 11
Views: 32641

Re: CooperSpice tutorial

Great. Can't wait to try CS. I can't do it yet with current lack of compiler support. CopperSpice can currently be built with both GCC and clang, which are two of the main compilers for C++. I do most of my work on Windows and have been a Windows developer for many years. I use CopperSpice for seve...
by barbara
Thu Jan 04 2018 6:54 pm
Forum: YouTube Channel
Topic: CooperSpice tutorial
Replies: 11
Views: 32641

Re: CooperSpice tutorial (MSVC Support)

Does cooperspice have the latest msvc compiler support? (since 15.5)? I read they have improved SFINAE support a bit. We have a few developers looking at this and working towards full MSVC support. They are working with the most recent release however there are still issues related to lack of full ...
by barbara
Wed Jan 03 2018 12:24 am
Forum: Developers
Topic: New Doxygen rebase on DoxyPress
Replies: 1
Views: 9482

Re: New Doxygen rebase on DoxyPress

We have added a great deal of enhancements to DoxyPress to improve the output, add to the API, and bring the source current to modern C++. We have also added many of the changes they added between these versions so much of it may already be in the current version of DoxyPress. If there are issues on...