I haven't got the same version of the MSDN ! Thank you ;)
----- Original Message -----
Sent: Sunday, November 11, 2001 8:09 PM
Subject: Re: [hlcoders] (no subject)

Got it!
 

"SYMPTOMS

If Run-Time Type Information (RTTI) is selected in the C/C++ project settings and if you have selected "Automatic use of precompiled headers" for all files, including Stdafx.cpp, you may get several warning messages such as the following example:

BSCMAKE: warning BK4503 : minor error in .SBR file '.\Debug\MainFrm.sbr' ignored


RESOLUTION

You can use one of the following two resolutions:

  • Click Settings on the Project menu to view the Project Settings dialog box. On the C/C++ tab, select C++ Language from the Category list. Clear "Enable Run-Time Type Information (RTTI)" and select Rebuild All from the Build menu.

    -or-

  • From the left side of the Project Settings dialog box, expand the project tree and select the Stdafx.cpp file. On the C/C++ tab, select Precompiled Headers from the Category list box. Select "Create precompiled header file(.pch)" for the Stdafx.cpp file and type stdafx.h in the box labeled "Through header."

    From the left side of the Project Settings dialog box, select the project. On the C/C++ tab, select Precompiled Headers from the Category list box. Select "Use precompiled header file(.pch)" for the Stdafx.cpp file, type stdafx.h in the box labeled "Through header," and select Rebuild All from the Build menu.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article.


MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a default Custom AppWizard .exe project.

  2. Select your project in the ClassView window and click Settings on the Project menu. On the C/C++ tab, choose C++ Language from the Category list. Select "Enable Run-Time Type Information (RTTI)."

  3. Select "Automatic use of precompiled headers" from the Precompiled Header category of the C/C++ tab in the Project Settings dialog box for all the .cpp files in the project, including the Stdafx.cpp file.

  4. Select "Generate browse info" from the General category of the C/C++ tab in the Project Settings dialog box.

  5. Select "Build browse info file" on the Browse Info tab in the Project Settings dialog box and rebuild the project to see the warning messages described earlier.

You may get the warning messages when performing a Build if the precompiled header was previously created without browse information. Performing a Rebuild All of the project resolves this warning; otherwise, follow the resolution provided"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
----- Original Message -----
Sent: Sunday, November 11, 2001 8:05 PM
Subject: Re: [hlcoders] (no subject)

Have you tested m$ databas? (msdn.microsoft.com)
----- Original Message -----
From: Cortex
Sent: Sunday, November 11, 2001 6:20 PM
Subject: [hlcoders] (no subject)

Folks,
 
I downloaded the new version of the SDK 2.2 :) It looks cool ( spectator code ;) ).
I finished to port my mod to this new version ( with Beyond Compare ).
 
However, when I compile the client dll, I've got four errors ( after "buid browse info file" ) :
 
BSCMAKE: warning BK4503 : minor error in .SBR file '.\Debug\lvn.sbr' ignored
BSCMAKE: warning BK4503 : minor error in .SBR file '.\Debug\vgui_teamplay.sbr' ignored
BSCMAKE: warning BK4503 : minor error in .SBR file '.\Debug\vgui_zone.sbr' ignored
BSCMAKE: warning BK4503 : minor error in .SBR file '.\Debug\inputw32.sbr' ignored
 
What does it mean ?? I verified this files : there are empty, like all the others which work !
 
I've tried to "Rebuild all" the client dll manytimes but nothing else happend ;(
 
The server dll works fine ;)
 
-------------------------------------------------------------------
Cortex
Mappeur et codeur du mod HL Albator pour Half-Life :
www.hlalbator.fr.st

Reply via email to