Re: [Qt-creator] 1.30beta - Cmake + Visual Studio 6

2009-10-28 Thread Coda Highland
On Wed, Oct 28, 2009 at 3:40 PM, Danny Price  wrote:
> Off-topic but what I find even more troubling is that so many
> companies STILL use Visual Source Safe 6 (and pay for it no less!)
> simply because it's what they're used to.
>
> That atrocious product should be banned!

And as off-topic as that is, it IS embarrassing how widespread that is...

> On 28 Oct 2009, at 20:25, Coda Highland wrote:
>> VC++6 has a bunch of quite atrocious limitations; it was released
>> before the C++98 spec was finalized and thus gets a bunch of stuff
>> wrong.

And tangentially, I have been corrected out-of-thread on my dates;
VC++6 came out summer of 1998 so it was contemporary to the standard.
Allow me to refine my statement by saying that no vendor's C++
implementation was standards-compliant with C++98 for several years
and Microsoft's is not special in that regard; the only thing
remarkable about it is that people are still trying to use it. If you
were still trying to use g++ 2.8.1 today, you'd probably get laughed
out of the development community unless you have a REALLY good reason.

(That said, there are still a number of companies using the
contemporary Borland C++ compiler too...)

/s/ Adam
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] 1.30beta - Cmake + Visual Studio 6

2009-10-28 Thread Danny Price
Off-topic but what I find even more troubling is that so many  
companies STILL use Visual Source Safe 6 (and pay for it no less!)  
simply because it's what they're used to.

That atrocious product should be banned!


On 28 Oct 2009, at 20:25, Coda Highland wrote:

> VC++6 has a bunch of quite atrocious limitations; it was released
> before the C++98 spec was finalized and thus gets a bunch of stuff
> wrong. (Example: VC++6 has no support for templated member functions.)
> Qt had to hack around those limitations for a long time and official
> support was finally dropped a while back. You should still be able to
> coerce it into working if you put some effort into it but you won't
> get any official support for it. (That said, you MIGHT be able to get
> community support for it from #qt or the qt-interest ML.)
>
> /s/ Adam
>
> On Wed, Oct 28, 2009 at 2:50 PM, Hari Sundar   
> wrote:
>> Hi,
>>
>> Why is Visual Studio 6 support missing ? Cmake does support Visual  
>> Studio 6,
>> so why is it missing from Qt Creator ?
>>
>> I know it is an antiquated compiler, but I have some legacy  
>> projects that
>> need to use VC6 and would prefer a better IDE (with FakeVIM) ...
>>
>> thanks,
>> Hari
>>
>>
>> ___
>> Qt-creator mailing list
>> Qt-creator@trolltech.com
>> http://lists.trolltech.com/mailman/listinfo/qt-creator
>>
>>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] 1.30beta - Cmake + Visual Studio 6

2009-10-28 Thread Coda Highland
VC++6 has a bunch of quite atrocious limitations; it was released
before the C++98 spec was finalized and thus gets a bunch of stuff
wrong. (Example: VC++6 has no support for templated member functions.)
Qt had to hack around those limitations for a long time and official
support was finally dropped a while back. You should still be able to
coerce it into working if you put some effort into it but you won't
get any official support for it. (That said, you MIGHT be able to get
community support for it from #qt or the qt-interest ML.)

/s/ Adam

On Wed, Oct 28, 2009 at 2:50 PM, Hari Sundar  wrote:
> Hi,
>
> Why is Visual Studio 6 support missing ? Cmake does support Visual Studio 6,
> so why is it missing from Qt Creator ?
>
> I know it is an antiquated compiler, but I have some legacy projects that
> need to use VC6 and would prefer a better IDE (with FakeVIM) ...
>
> thanks,
> Hari
>
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] 1.30beta - Cmake + Visual Studio 6

2009-10-28 Thread Danny Price
I'm amazed that such an awful IDE is still in use. Awful interface,  
terrible non-standard compiler.

Adding support for such things only encourages their continued use.  
Trust me on this, if you code base is worth maintaining, port it to  
something better.


On 28 Oct 2009, at 19:50, Hari Sundar wrote:

> Hi,
>
> Why is Visual Studio 6 support missing ? Cmake does support Visual  
> Studio 6, so why is it missing from Qt Creator ?
>
> I know it is an antiquated compiler, but I have some legacy projects  
> that need to use VC6 and would prefer a better IDE (with FakeVIM) ...
>
> thanks,
> Hari
>
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] 1.30beta - Cmake + Visual Studio 6

2009-10-28 Thread Hari Sundar
Hi,

Why is Visual Studio 6 support missing ? Cmake does support Visual Studio 6,
so why is it missing from Qt Creator ?

I know it is an antiquated compiler, but I have some legacy projects that
need to use VC6 and would prefer a better IDE (with FakeVIM) ...

thanks,
Hari
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] CMake + Multiple Build configuration

2009-10-28 Thread Hari Sundar
thanks Daniel,

That solves the problem and works quite well.

best,
Hari

On Tue, Oct 27, 2009 at 10:44 AM, Daniel Teske wrote:

> On Wednesday 21 October 2009 16:37:16 ext Hari Sundar wrote:
> > How can I specify multiple build configurations with CMake, so that it is
> >  available within Creator. I am using v1.2.92
> >
> > When I use CMake to generate Visual Studio projects, I get 4 build
> >  configurations, release, debug, minsizedrelease, releasewithdebuginfo
> >
> > How do I get these within Creator ?
>
> It's a little bit more complicated (and also a little bit more flexible.)
>
> To use multiple different build configurations, I would strongly recommend
> a
> different build directory per build configuration.
>
> By default no parameters are passed to cmake, thus the default is (IIRC)
> RelWithDebInfo (which is Release with Debug Information).
>
> To create additional buildconfigurations switch to the projects pane and
> choose
> "Add" next to the "Edit BuildConfiguration" label, choose create, choose a
> different build directory and on the second wizard page enter, one of:
> -DCMAKE_BUILD_TYPE=None
> -DCMAKE_BUILD_TYPE=Debug
> -DCMAKE_BUILD_TYPE=Release
> -DCMAKE_BUILD_TYPE=RelWithDebInfo
> -DCMAKE_BUILD_TYPE=MinSizeRel
> into the arguments line edit.
>
> That should work.
>
> daniel
> ___
> Qt-creator mailing list
> Qt-creator@trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>



-- 
1 (215) 501 7752
http://www.seas.upenn.edu/~hsundar/
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] feature request - add html page to qtcreator help system

2009-10-28 Thread Jens Frederich
Hi Karsten

On Wed, Oct 28, 2009 at 2:09 PM, Karsten Heimrich <
karsten.heimr...@nokia.com> wrote:

> Hi Jens,
>
> ext Jens Frederich schrieb:
> >
> > That's fine, but I don't create the help files. I've an existing .chm
> > from intel and want to add this to qtcreator.
>
> I'm afraid, but that is not possible. Still there are several
> ways to get the content of the .chm and create a qt help file.
>
> http://www.russotto.net/chm/index.html
>
> http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help#Extracting_to_HTML
>
>
> The best way to go is probably using chmdump and build the qt
> help file using doxygen2qthelp:
>
>
> http://labs.trolltech.com/blogs/2008/06/20/introducing-doxygen2qthelp-create-qch-files-from-doxygen-finally
>
> Note there is no need to run doxygen, as chmdump should give you
> all files needed.
>
> This way work fine. But in my opinion creator should support .chm, .pdf and
.html in the future.

Cheers, Jens
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] [Announce] Public Qt Creator bug tracker online

2009-10-28 Thread Eike Ziller
You might already have been informed through other means of  
communication, but we want to announce it here for all of you who  
haven't.

We are happy to announce that our new Qt Bug Tracker is online.
Read the news here:
http://qt.nokia.com/about/news/new-qt-bug-tracker-open-to-the-public
Find the but tracker here:
http://bugreports.qt.nokia.com

For bug reports / suggestions regarding Qt Creator, choose "Browse  
Projects" and select "Qt Creator" as the project.

-- 
Eike Ziller
Software Engineer
Nokia, Qt Development Frameworks
Phone  +49 (0)30 6392 3255
Fax+49 (0)30 6392 3256
E-mail eike.zil...@nokia.com





___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Cannot debug GUI apps on Windows XP (wxvault.dll woes)

2009-10-28 Thread Alfred Gebert
On Tue, May 26, 2009 at 4:16 PM, Robert Caldecott
 wrote:
> OK, I found the problem - a package called 'Embassy Security Center'
> by 'Wave Systems'.  This comes pre-installed on most Dell's.  Instead
> of uninstalling it (which I'm told will cause me a lot of grief) I
> stopped the wxvault.dll being loaded with other DLLs by editing
> HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Windows\AppInit_DLLs
> (the DLL was in this list).  Removing it makes gdb play nicely.
>

I had the same issue with QT Creator 1.3 beta and CDB debugger. I have Dell too.

I removed wxvault.dll from AppInit_DLLs in the registry key
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Windows
and now it works too.

Alfred

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] feature request - add html page to qtcreator help system

2009-10-28 Thread Karsten Heimrich
Hi Jens,

ext Jens Frederich schrieb:
> 
> That's fine, but I don't create the help files. I've an existing .chm 
> from intel and want to add this to qtcreator. 

I'm afraid, but that is not possible. Still there are several 
ways to get the content of the .chm and create a qt help file.

http://www.russotto.net/chm/index.html
http://en.wikipedia.org/wiki/Microsoft_Compiled_HTML_Help#Extracting_to_HTML


The best way to go is probably using chmdump and build the qt 
help file using doxygen2qthelp:

http://labs.trolltech.com/blogs/2008/06/20/introducing-doxygen2qthelp-create-qch-files-from-doxygen-finally

Note there is no need to run doxygen, as chmdump should give you 
all files needed.

Hope that helps,
Karsten
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator