Re: MSVC 2005

2006-11-08 Thread Peter Kümmel
Stephan Kulow wrote: Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: With the attached patch the project files are correct, at least for libraries. But it is just a hack, maybe there is a way to tell the IDE not to compile.moc files, or we must exclude the .moc files from the

Re: MSVC 2005

2006-11-08 Thread Stephan Kulow
Am Mittwoch, 8. November 2006 17:17 schrieb Peter Kümmel: Stephan Kulow wrote: Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: With the attached patch the project files are correct, at least for libraries. But it is just a hack, maybe there is a way to tell the IDE not to

Re: MSVC 2005

2006-11-08 Thread Peter Kümmel
Stephan Kulow wrote: Am Mittwoch, 8. November 2006 17:17 schrieb Peter Kümmel: Stephan Kulow wrote: Am Dienstag, 7. November 2006 16:05 schrieb Peter Kümmel: With the attached patch the project files are correct, at least for libraries. But it is just a hack, maybe there is a way to tell the

Re: MSVC 2005

2006-11-07 Thread Manuel Klimek
Hi, the moc files are added to the source file list. Visual studio compiles all sources files in the source file list if they don't have a special header extension with the default compiler. So it tries to compile the moc files. I fixed this for me by changing the *AUTOMOC macros so that they

Re: MSVC 2005

2006-11-07 Thread Stephan Kulow
Am Dienstag, 7. November 2006 13:53 schrieb Manuel Klimek: Hi, the moc files are added to the source file list. Visual studio compiles all sources files in the source file list if they don't have a special header extension with the default compiler. So it tries to compile the moc files. I

Re: MSVC 2005

2006-11-07 Thread Peter Kümmel
Stephan Kulow wrote: Hi! I'm trying to collect some experience with building KDE using MSVC and I fail so far, so I wonder if someone can help. I can build kdelibs using NMake Makefiles just fine, but it doesn't want to work at all if I create VS 2005 Project files. The main problem

Re: MSVC 2005

2006-11-07 Thread Alexander Neundorf
On Tuesday 07 November 2006 13:53, Manuel Klimek wrote: Hi, the moc files are added to the source file list. Visual studio compiles all sources files in the source file list if they don't have a special header extension with the default compiler. So it tries to compile the moc files. I fixed

MSVC 2005

2006-11-06 Thread Stephan Kulow
Hi! I'm trying to collect some experience with building KDE using MSVC and I fail so far, so I wonder if someone can help. I can build kdelibs using NMake Makefiles just fine, but it doesn't want to work at all if I create VS 2005 Project files. The main problem seems to me, that the .moc

Re: MSVC 2005

2006-11-06 Thread Christian Ehrlicher
Von: Stephan Kulow [EMAIL PROTECTED] Hi! I'm trying to collect some experience with building KDE using MSVC and I fail so far, so I wonder if someone can help. I can build kdelibs using NMake Makefiles just fine, but it doesn't want to work at all if I create VS 2005 Project files.