#1
|
|||
|
|||
VC++ project stops
I have a VC++ project that contains about 56 other projects.
Visual build compile this fine but then after a random amount of time it can occassionally just stop. It often stops at the linking stage. Any Idea what would make it just stop randomly ??? |
#2
|
|||
|
|||
What exactly do you mean by 'stops'? It sounds like an issue with VC when building from the command line (what the Make VS.NET/VC6 actions ultimately invoke to actually build a solution, workspace, or project). Please ZIP and send or post:
1) The info from Help | About | Install Info 2) The .bld file used to build 3) A build log file 4) A workspace/solution file and project files (no source code files) 5) The version+SP of VC being used Thanks. |
#3
|
|||
|
|||
Yes I have ran the command line and it runs fine in DOS.
By stop I mean at the link stage the execution of the compilation comes to a halt i.e. it just stops at linking and sits there and does nothing. Version of VC is 6 latest version of Visual build the other 3 I can't give you right now. |
|
|