Re: [CMake] CMake Vs 2012 Express 64bit

2014-12-10 Thread Parag Chandra
Not sure, but I believe that is a limitation of the Express edition itself; not a problem with CMake per se. You may want to try the just-released VS 2013 Community Edition instead. If you insist on using 2012 Express, perhaps this link may be of help: http://www.kobashicomputing.com/64-bit-c-deve

[CMake] CMake Vs 2012 Express 64bit

2014-12-10 Thread Micha Renner
Hi all, is there a way that CMake create solution files for 64-bit targets? (Visual Studio 2012 Express) Greetings Michael -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support

Re: [CMake] cmake + VS 2012

2012-09-05 Thread Bill Hoffman
On 9/5/2012 1:59 AM, Biddiscombe, John A. wrote: I have tried VS 2012 and I'm not getting exceptions when cmake regenerates projects. They get reloaded by the IDE and so it looks like things are good. Only one day of trying, so I may still be disappointed, but so far I'm happy. Hopefully I won't

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Biddiscombe, John A.
06 To: Michael Jackson Cc: Biddiscombe, John A.; cmake@cmake.org Subject: Re: [CMake] cmake + VS 2012 The Visual Studio addin is from vscommands.com and is mentioned in this bug report on the issue: http://public.kitware.com/Bug/view.php?id=11258 As you can tell from reading through the n

Re: [CMake] cmake + VS 2012

2012-09-04 Thread David Cole
The Visual Studio addin is from vscommands.com and is mentioned in this bug report on the issue: http://public.kitware.com/Bug/view.php?id=11258 As you can tell from reading through the notes, we never did find a satisfactory solution to the problem... issue is still open, but folks who've trie

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Michael Jackson
John. There was some sort of "plugin" or "Addin" that helped out the situation of reloading after CMake runs of VS2010. It was mentioned on the CMake mailing list sometime in the past year I think. I was able to install it and my VS2010 builds do run much smoother now. Not sure if that is of

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Klaim - Joël Lamotte
On Tue, Sep 4, 2012 at 1:16 PM, Biddiscombe, John A. wrote: > > Thanks. that’s good to know. > > (I suspect that because I do a lot of cmakelists.txt editing on large > projects that I get hit harder than most by the macro problem). > > > Maybe, also if you don't have very big RAM. Now, my

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Biddiscombe, John A.
> I'm working on a big project with both VS2010 and VS2012, I don't have such problems. Now I use VS2012 almost only and to me it seems faster to load. < Thanks. that’s good to know. (I suspect that because I do a lot of cmakelists.txt editing on large projects that I get hit harder than most by

Re: [CMake] cmake + VS 2012

2012-09-04 Thread Klaim - Joël Lamotte
On Tue, Sep 4, 2012 at 11:20 AM, Biddiscombe, John A. wrote: > I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when > projects were regenerated by cmake and having to click reload millions of > times. > > Can anyone tell me if things are better with visual studio 2012? I want

[CMake] cmake + VS 2012

2012-09-04 Thread Biddiscombe, John A.
I had a lot of trouble with cmake and VS 2010 due to the IDE crashing when projects were regenerated by cmake and having to click reload millions of times. Can anyone tell me if things are better with visual studio 2012? I want to upgrade some projects, but will delay a while if I know these IDE