oksunp / vvopensource

Automatically exported from code.google.com/p/vvopensource
0 stars 0 forks source link

Use Framework for Console (Terminal) app #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. weak linking (instructions from VV Plug-in)  seems to compile fine and 
create the Archive. However when launching the Unix Executable file the app 
does not send OSC messages.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Xcode 4.6

Please provide any additional information below.

Original issue reported on code.google.com by torrejus...@gmail.com on 23 Apr 2013 at 5:53

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
1. weak linking (instructions from VV Plug-in)  seems to compile fine and 
create the Archive. However when launching the Unix Executable file the app 
does not send OSC messages....
I am surely doing something wrong. Any help would be much appreciated
Thanks
/G

Original comment by torrejus...@gmail.com on 23 Apr 2013 at 5:55

GoogleCodeExporter commented 8 years ago
hello-

sorry for the confusion- i moved the project to github sometime after you asked 
this question, but i'll continue to monitor this issue on google code.

i think you may be having problems because you're not including the framework- 
if you're producing a command-line tool, there's no app bundle so there's 
nowhere for the framework to be included.  errors in your console log are 
probably describing what's going on in greater detail, this is just a guess on 
my part...

since command line tools aren't app packages and can't include frameworks, i 
think you'll probably have to compile VVBasics/VVOSC as static libs (compile 
them as SDKs), and then use those to make your application.  specifically:

- please go here, and get the latest copy of the source.  yes, you really need 
the latest available version! https://github.com/mrRay/vvopensource
- now you need to compile the SDKs: please follow the instructions under "How 
to use VVOSC in your iPhone application".  only follow the first three steps- 
stop once you've successfully compiled the SDKs!
- here's a sample application that demonstrates how to use the SDKs you just 
compiled in a command-line tool:
http://vidvox.com/rays_oddsnends/CLTTest.zip

cheers
: : ray

Original comment by raycut...@gmail.com on 8 May 2013 at 7:55

GoogleCodeExporter commented 8 years ago
Thanks a lot for your help Ray! Issue solved!
I really appreciate your work and the clarity of your response!
All the best
/G 

Original comment by torrejus...@gmail.com on 25 Jun 2013 at 4:11