View Single Post
  #3  
Old 06-07-2006, 10:58 AM
DrGonzo DrGonzo is online now
Registered User
 
Join Date: 06-02-2006
Location: Germany
Posts: 21
Ok thank You. I finally succeeded in checking out and compiling the designatet program. But after the succesful compilation process Visual Build starts to compile again and I can not comprehend why. Here is an extract of the compiling process output window:


07.06.2006 18:00:23: Building project step 'Build Process'...
Pre-processing...

Rebuilding configuration 'Debug'...
...
not relevant
...
Linking...

Build log was saved at "file://d:\1400\Pc_kunde\Kkh\Prog\Wips\C32\Wips0830\Debug\ BuildLog.htm"
WIPS0830 - 0 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 1 succeeded, 0 failed, 0 skipped



Building configuration 'Release'...

Microsoft (R) Development Environment Version 7.10.3077.
Copyright (C) Microsoft Corp 1984-2001. All rights reserved.
------ Build started: Project: WIPS0830, Configuration: Release Win32 ------

Compiling...
StdAfx.cpp
----------------- DPCLASS2 BUILD_ID 0x02024 ----------------------------------
d:\1400\PC_KUNDE\KKH\PROG\WIPS\C32\WIPS0830\StdAfx .h(30) : fatal error C1083: Cannot open include file: 'ntglbdef.h': No such file or directory

Build log was saved at "file://d:\1400\Pc_kunde\Kkh\Prog\Wips\C32\Wips0830\Releas e\BuildLog.htm"
WIPS0830 - 1 error(s), 0 warning(s)


---------------------- Done ----------------------

Build: 0 succeeded, 1 failed, 0 skipped



As You can see the compilation was already successfully completed, but nevertheless Visial Build starts Building configuration 'Release'...

Could You plz explain to me why the second process is started? Is it possible to suppress this action?

Eclosed a Screenshot of my Make VS .NET build process.

Thank You for Your patience



Yours, DrGonzo

Im aware of the fact, that I still have to merit my doctoral level!!
Attached Images
 

Last edited by DrGonzo; 06-07-2006 at 11:02 AM.
Reply With Quote