danomatika / ofxPd

(maintained) a Pure Data addon for OpenFrameworks using libpd
Other
202 stars 45 forks source link

vs 2010 sln file missing #30

Closed jonbro closed 11 years ago

jonbro commented 11 years ago

I am not seeing the visual studio 2010 solution file in the example directory. Might have been lost somewhere along the way?

danomatika commented 11 years ago

There never was one. Libpd dosen't compile in VS 2010 (missing C headers, MS using the C89 standard, etc). It may work in VS 2012, but I haven't tried.

jonbro commented 11 years ago

ah ok, the README.md is the problem then: "An example Visual Studio 2010 solution as well as a Codeblocks workspace are included"

On Thu, Aug 1, 2013 at 1:50 PM, Dan Wilcox notifications@github.com wrote:

There never was one. Libpd dosen't compile in VS 2010 (missing C headers, MS using the C89 standard, etc). It may work in VS 2012, but I haven't tried.

— Reply to this email directly or view it on GitHubhttps://github.com/danomatika/ofxPd/issues/30#issuecomment-21933929 .

danomatika commented 11 years ago

Yeah, that was my original plan and there is a branch for it. I ran into too many problems, so pushed it back until VS 2012. I'll try it again at some point when OF 0.8.0 is released. We agreed not to modify the libpd source just for MS's setup when it works everywhere else ...

danomatika commented 11 years ago

I updated the readme.