Closed obviousjim closed 10 years ago
How would a developer build x64 OpenFrameworks projects?
From: James George [mailto:notifications@github.com] Sent: Tuesday, April 08, 2014 7:52 AM To: MSOpenTech/KinectCommonBridge Subject: [KinectCommonBridge] Should be able to compile using free Visual Studio Express (#8)
Currently KCB requires:
Which excludes Visual Studio Express. In the spirit of openness I think that we should allow this to be built using a free IDE.
— Reply to this email directly or view it on GitHubhttps://github.com/MSOpenTech/KinectCommonBridge/issues/8.
Hi Dale,
Not sure that this issue is directly related to x64 -- but to answer your question we are currently using this experimental x64 branch: https://github.com/prisonerjohn/openFrameworks/tree/0.8.0_64
And there are several others floating around too.
My point is that it is not possible to develop or build x64 OpenFrameworks projects without x64 capable version of Visual Studio. A user with VS Express cannot work with x64 version of OF.
From: James George [mailto:notifications@github.com] Sent: Tuesday, April 08, 2014 8:01 AM To: MSOpenTech/KinectCommonBridge Cc: Dale Stammen (MS OPEN TECH) Subject: Re: [KinectCommonBridge] Should be able to compile using free Visual Studio Express (#8)
Hi Dale,
Not sure that this issue is directly related to x64 -- but to answer your question we are currently using this experimental x64 branch: https://github.com/prisonerjohn/openFrameworks/tree/0.8.0_64
And there are several others floating around too.
— Reply to this email directly or view it on GitHubhttps://github.com/MSOpenTech/KinectCommonBridge/issues/8#issuecomment-39858487.
Hi we just confirmed on this side that you can in fact build x64 on VS Express, so the issue still stands.
Thanks. Are you using VS Express 2012?
yes
It looks like we would have to rewrite KCB to not use CComPtr as that is not supported in Express versions.
(being facetious) or start giving away VS for free :) This recent development of giving away the OS, maybe it's possible to reconsider paying for IDEs too?
We are working on updating KCB to compile with Visual Studio Express.
Currently KCB requires:
include
Which excludes Visual Studio Express. In the spirit of openness I think that we should allow this to be built using a free IDE.