Page 1 of 1

Compiling 64 bit mode on Windows

PostPosted: Wed Aug 08, 2012 8:26 am
by torokze
Hi,

I get a lot of warning when I compiling the QxOrm in 64 bit mode (latest version of Qt and QxOrm, any VS environment)

in QxCollection:

template <typename Key, typename Value>
inline long QxCollection<Key, Value>::count() const
{
return m_qxCollection.template get<0>().size();
}

causes warning C4267 (133 times) (long vs size_t)

Cheers
Zolee

Re: Compiling 64 bit mode on Windows

PostPosted: Wed Aug 08, 2012 12:01 pm
by qxorm
Hi,

I get a lot of warning when I compiling the QxOrm in 64 bit mode...

Yes, you're right !
I will fix all those warnings in 64bits mode in the next release...
Thx !

Re: Compiling 64 bit mode on Windows

PostPosted: Tue Dec 11, 2012 1:33 pm
by qxorm
in QxCollection:

template <typename Key, typename Value>
inline long QxCollection<Key, Value>::count() const
{ return m_qxCollection.template get<0>().size(); }

causes warning C4267 (133 times) (long vs size_t)

Done, this warning has been fixed, you can test it with the following BETA version :
http://www.qxorm.com/version/QxOrm_1.2.5_BETA_04.zip