View Single Post
Old 10-27-2013, 06:53 PM   #8
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
Quote:
Originally Posted by dmapr View Post
When the 7.0 came out it wasn't possible because Qt5 didn't have 64-bit libraries available. They have them now and I can build a 64-bit version, but since I don't have a licensed copy of VS it's a rather involved undertaking for me. I figured for maintainers it would be much easier, which is why I asked.
I don't use Visual Studio to build. Microsoft provides the compiler as a stand alone package for free. That's what I use.

Qt does have precompiled Windows binaries now but I can't use them (or may not be able to). The issue is that I use the free compiler Microsoft provides. It's part of the Windows SDK. The Windows 7 SDK (which I'm using because I have Windows 7) comes with VC++ 2010. Qt has 32 bit binaries for use with VC++ 2010. The 64 bit builds are for VC++ 2012 which is part of the Windows 8 SDK. I haven't investigated if the Windows 8 SDK will install and work on Windows 7. Other than the time it takes to build Sigil twice, that's the main road block.
user_none is offline   Reply With Quote