Addon issue with ofxOSC.h - c++

I am facing an issue with integrating synapse with openframeworks in Xcode. the problem is that the file synapsestreamer.h cannot find ofOSC.h. I tried dragging the ofxOSC folder into the addon folder and it still would not work.
I am new to objective-C and this kind of programming and hence cannot find a solution to this. I have tried searching on the internet but in vain. I am attaching a screenshot of the same for your reference, kindly have a look and let me know as to how I should link the ofxOSC.h file with the synapsestreamer.h
#include "ofxOsc.h"
This throws an error even if I have the ofOSC in the addons section.

there is this awesome addon for xcode by Adam Carlucci that manage OF addon very well. https://vimeo.com/79061998
hope it solves your problem!

Related

Configure wxwidgets with Codeblocks

I want to build C++ GUI programs using Codeblocks+Wxwidgets+cmake. I tried to configure Wxwidgets with codeblocks IDE following the instructions given in the wxWidgets Discussion Forum as well as other Youtube tutorials.
I followed the youtube tutorials below.
Youtube tutorial
But, when 'DEBUG' and 'RELEASE' are being built, it keeps showing some kind of errors. As a result, the building was failed.
Please help me to solve this or suggest another easy way to do C++ GUI projects.
Thank you!
There is an excellent document explaining how to set up C::B with wxWidgets. It can be found here.
It is not about CMake-thingy, but it is written with enough details to help people understand how to setup the IDE.
So I suggest to delete C::B, delete wxWidgets, delete all projects you setup before and start all over, following the instructions from PB to a T.
If you hit a wall or something will not work - please comeback with the exact explanation.

Eclipse Modelling Framework - Package Properties are missing and package cannot be renamed

I'm following this tutorial
https://eclipsesource.com/blogs/tutorials/emf-tutorial/
and getting stuck at the step "Open Show Properties View". The tutorial tells me to give the package a new model name and an URL but my Eclipse doesn't give me the option do this tasks. Does anyone know why?
where I get stuck at
my eclipse
The problem was solved by changing the appearance of eclipse to light mode

How to display an image with Skia on a Win32 Project (C++)

All right. I just a student from China. You know it is hard to visit the official website. So I had to download Skia from GitHub, and I use JetBrains pre-built version.
Recently I am trying to display a picture on a Win32 program. But almost everything I got is to include SkImageDecoder.h and a function SkImageDecode to read an image into SkBitmap. However, I can't find it. So I think it may have been removed.
I got mad because of it. So anyone is OK. I really HOPE somebody can solve my problem.
Thanks a lot!!!

PyQt-win-gpl-4.11.1 installation

I saw there was a previous question about installing PyQt on a Mac, but unfortunately I'm not quite able to comment on the thread so I had to post a new question. Like that user, I have been having issues downloading QT 4.11.1. I downloaded SIP as well as PyQT4 (link to instructions), but when I try to run python configure-ng.py from my downloads folder, I keep getting the same error saying:
Error: Use the --qmake argument to explicitly specify a working Qt qmake.
Unfortunately I can't find the Qt settings which means I can't keep following the directions from the previous answer and I was hoping someone might be able to help walk me through how to download this module. Sorry for the duplication and thanks in advance.

QT platform plugin "windows"

So I am working on my Diploma Thesis, and so far everything went fine.
So this week I installed Win8.1 on my PC and installed QT, implemented some things and wanted to send the release version of my program to my company.
I compiled the hole thing, copied it to my release folder and i got an error.
"This application failed to start because it could not find or load the Qt platform plugin "windows"."
I googled and found out that I have add a folder named "platforms". Said and done. Same error. I also tried to copy the hole plugins folder to my release folder. Same error.
I really need help because my boss isn't happy about giving in work too late.
I hope someone can help me.
Do you also have "qminimal.dll" placed in your platforms directory?
Edit:
Sorry, "qminimal.dll" was not displayed in my previous post.
I found the Problem!
Previously i used the dll's from my old QT installation. I just copied the ones from the new Installtion into a folder and the exe. I don't even need the qwindow.dll now.
BUT! I works now... :)
Is there a way, that I create my own DLL, just for my Application?
But still thanks for your help!