Ubuntu executing error. boost::fliesystem
can you post the full path in which you have the openframeworks install?
View ArticleLoading sequential images, necessary to call ofImage.clear() first?
I have an application displaying images sequentially, only one image at a time.Is it necessary to call ofImage.clear() or otherwise unloading the current image BEFORE loading the next image to free up...
View ArticleLoading sequential images, necessary to call ofImage.clear() first?
no it will do it for you internally
View ArticleMulti Display Fullscreen 0.9.0 OSX
Is there an updated solution for running oF stretched across multiple displays -- fullscreen -- for 0.9.0? Used to use: "OfAppGLFWWindow...
View ArticleMulti Display Fullscreen 0.9.0 OSX
Since 0.9 any settings for the window should be passed using the window settings classes: ofGLFWWindowSettings settings; settings.multiMonitorFullScreen = true settings.windowMode = OF_FULLSCREEN;...
View ArticleProject Generator not showing my addons in drop down
Curious issue.have used the latest Project Generator successfully on a number of projects. Now when I try and either create or import an existing project I can't add additional addons. My drop down...
View ArticleInteractive MediaWall at IPG's NYC headquarters
Greetings all - Proud to announce my latest project: a 6-screen interactive wall in the lobby of IPG's new office in midtown Manhattan. The app(s) purpose is to show off the high-profile and...
View ArticleAdding addons manually
Really feel like nothing is working for me today.Need to simply merge 2 projects, say Project A and Project B. As a first step I want to add addons used in Project B to Project A. I've tried the...
View ArticleAdding addons manually
yes if you want to add addons the best way to do it is to use the project generator. the instructions in the xcode setup guide are slightly outdated
View ArticleCross compiler for OF 0.9.0/Jessie/arm6/RPi1
Hello everyone. I got a problem when typing : ls -al /media/Data somehow I cannot access root folders: ls: /media/Data/sys: Permission deniedls: /media/Data/boot: Permission deniedls: /media/Data/srv:...
View ArticleAdding addons manually
Thanks. What seemed to work for me manually was1- select the Parent folder for the addons, NOT the src and libs child folders2- once added, delete EVERYTHING except the src and libs folder for that...
View ArticleCross compiler for OF 0.9.0/Jessie/arm6/RPi1
That may be ok, does this one work? ls -al /media/Data/usr
View ArticleLibrary not found ( for -licalvcal)
Almost successful in adding addons manually in 0.9. Seem to be getting 1 final linker error library not found for -licalvcal I am trying to add ofxlCalendar. Did a search for missing library on...
View ArticleLibrary not found ( for -licalvcal)
Ok. In addition to header search paths I assume I need to edit Library Search Paths. Tried several variations but still no luck. Does it matter whether I target the original addons...
View ArticleCross compiler for OF 0.9.0/Jessie/arm6/RPi1
Thank you for your answer. No,I didn't post the full list, because I thought it would be a general problem. Here it is ls: /media/Data/sys: Permission deniedls: /media/Data/boot: Permission deniedls:...
View ArticleCross compiler for OF 0.9.0/Jessie/arm6/RPi1
does sudo ls -al /media/Data make a difference?
View ArticleMSYS2 0.9.0 Installation Problems
seems the OF_TARGET_WINGCC error is already fixed in the master, only a matter of time before it shows up in the official downloads. the problem with the missing dll files is fixable in a single...
View Article