Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Verbosity!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Verbosity!

 Post Reply Post Reply
Author
Message
nikb View Drop Down
Newbie
Newbie


Joined: 20 September 2008
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote nikb Quote  Post ReplyReply Direct Link To This Post Topic: Verbosity!
    Posted: 20 September 2008 at 8:50am
Is it possible that future releases of XTP could reduce the amount of crap that's displayed in the build output? I'm sure the devs themselves have seen this, but just in case:

1>------ Build started: Project: AutoLinkSample, Configuration: Debug Win32 ------
1>Compiling...
1>Test1.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test2.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test3.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test4.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test5.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test6.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test7.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test8.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test9.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Test10.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>AutoLinkSample.cpp
1>Automatically linking with ToolkitPro1201vc80D.dll
1>Generating Code...
1>Build Time 0:39
1>Build log was saved at "file://X:\Projects\AutoLinkSample\Debug\BuildLog.htm"
1>wmfsui - 0 error(s), 0 warning(s)

I mean, this borders on ridiculous!

Yes, I know I can easily suppress that message myself by changing "XTToolkitPro.h" and commenting out one line, but it would be nice if this wasn't something I needed to worry about...


Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2008 at 5:23am
Hi,
You must include XTToolkitPro.h only in stdafx.h.
Check our samples...
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
adrien View Drop Down
Senior Member
Senior Member


Joined: 30 April 2007
Location: New Zealand
Status: Offline
Points: 449
Post Options Post Options   Thanks (0) Thanks(0)   Quote adrien Quote  Post ReplyReply Direct Link To This Post Posted: 22 September 2008 at 8:26pm
in some larger projects, including in stdafx.h breaks MSVC 6, so have to include in individual files.
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 23 September 2008 at 7:04am
Originally posted by adrien adrien wrote:

in some larger projects, including in stdafx.h breaks MSVC 6, so have to include in individual files.


/Zm200

Codejock support
Back to Top
barobax View Drop Down
Senior Member
Senior Member


Joined: 07 May 2008
Status: Offline
Points: 117
Post Options Post Options   Thanks (0) Thanks(0)   Quote barobax Quote  Post ReplyReply Direct Link To This Post Posted: 23 September 2008 at 7:47am
do you have problem with oleg suggestion,ABuenger ?
how we can remove some lines on enabled operation ?
like
    1>Build log was saved at "file://X:\Projects\AutoLinkSample\Debug\BuildLog.htm"

Thanks,
Best Regards.
(Farsi IS WRONG you must say [PARSI])
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.109 seconds.