[Vym-devel] vym on Win7 ( using Qt 5.4.1 ) --- options for patching qt5 branch
Brought to you by:
insilmaril
From: Darren L. <dar...@gm...> - 2015-05-21 17:27:34
|
Hey all; I have vym up and running under Windows 7 64bit -- (VS 2013 and Qt 5.4.1 ) . Used the qt5 branch of the code - a few questions about patching options for the branch. Practically the only problem that needs patching for windows support is in vymmodel.cpp VymModel::parseAtom() Looks like microsoft's compiler can not handle the level of if's in the com string parse segment. Right now I've broken the if tree into 2 - with a flag to detect an unknown com string .. ... but I am wondering if anyone has other suggestion for handling the microsoft compiler problem? Perhaps segmenting out the script command processing into a few separate private methods ? Any thoughts on which route to go? Oh - one other thing in VymModel::parseAtom() - a warning that forthe "deleteSlide" processing - (n) the slide number is not initialized .. Will post a patch in the next few days. Darren |