Click here to Skip to main content
15,925,369 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Avalon Pin
bikram singh13-Jun-04 1:30
bikram singh13-Jun-04 1:30 
GeneralRe: Avalon Pin
mkristof13-Jun-04 2:42
mkristof13-Jun-04 2:42 
GeneralSimulating keys Pin
Archer28212-Jun-04 8:48
Archer28212-Jun-04 8:48 
GeneralRe: Simulating keys Pin
Johan Rosengren12-Jun-04 23:35
Johan Rosengren12-Jun-04 23:35 
GeneralRe: Simulating keys Pin
Archer28213-Jun-04 11:56
Archer28213-Jun-04 11:56 
GeneralRe: Simulating keys Pin
Johan Rosengren13-Jun-04 19:45
Johan Rosengren13-Jun-04 19:45 
GeneralLinker error "fatal error LNK1201: error writing to program database" Pin
User 665812-Jun-04 7:13
User 665812-Jun-04 7:13 
GeneralRe: Linker error "fatal error LNK1201: error writing to program database" Pin
Ghazi H. Wadi12-Jun-04 8:18
Ghazi H. Wadi12-Jun-04 8:18 
It has been 2years since I wrote anything in c profesionaly...
so pardon the dry info..
the problem is that LINK could not write to the program database (PDB) for the output file.

Possible causes

File is corrupt. Delete the PDB file and relink.
Not enough disk space to write the file.
Drive is not available, possibly due to a network problem.
The debugger is active on the program you are trying to link


There is a limit of 4096 modules (.obj files) in a PDB file. The file also has a total size limit of approximately 64 MB.

RESOLUTION
There are several ways to reduce the size of PDB files:
Build some of the source files with the /Zd switch (line numbers only).
Build some of the source files as separate dynamic-link libraries (DLLs) instead of static libraries.
Build some of the source files without debug information.
Try the compiler switch /Fd"myproject.pdb" (including the quotation marks).


It is Illogical to define an inventor by his invention

GeneralHide From CTRL+ALT+DEL Pin
Archer28212-Jun-04 6:59
Archer28212-Jun-04 6:59 
GeneralRe: Hide From CTRL+ALT+DEL Pin
gamitech12-Jun-04 8:29
gamitech12-Jun-04 8:29 
QuestionCan put a Tree in a List Pin
Tcpip200512-Jun-04 6:09
Tcpip200512-Jun-04 6:09 
AnswerRe: Can put a Tree in a List Pin
bikram singh13-Jun-04 1:44
bikram singh13-Jun-04 1:44 
GeneralProgramming with clipboard problem Pin
nguyenvhn12-Jun-04 3:28
nguyenvhn12-Jun-04 3:28 
QuestionHow can i close my SDI Applcation? Pin
RonnyS11-Jun-04 22:16
RonnyS11-Jun-04 22:16 
AnswerRe: How can i close my SDI Applcation? Pin
bneacetp11-Jun-04 22:24
bneacetp11-Jun-04 22:24 
GeneralRe: How can i close my SDI Applcation? Pin
RonnyS11-Jun-04 22:40
RonnyS11-Jun-04 22:40 
GeneralRe: How can i close my SDI Applcation? Pin
vcplusplus12-Jun-04 2:17
vcplusplus12-Jun-04 2:17 
GeneralRe: How can i close my SDI Applcation? Pin
RonnyS12-Jun-04 2:39
RonnyS12-Jun-04 2:39 
GeneralRe: How can i close my SDI Applcation? Pin
testtests12-Jun-04 11:47
testtests12-Jun-04 11:47 
GeneralRe: How can i close my SDI Applcation? Pin
vcplusplus13-Jun-04 3:22
vcplusplus13-Jun-04 3:22 
AnswerRe: How can i close my SDI Applcation? Pin
gamitech12-Jun-04 11:17
gamitech12-Jun-04 11:17 
AnswerRe: How can i close my SDI Applcation? Pin
ImtiazQureshi12-Jun-04 21:48
ImtiazQureshi12-Jun-04 21:48 
AnswerRe: How can i close my SDI Applcation? Pin
John R. Shaw13-Jun-04 11:30
John R. Shaw13-Jun-04 11:30 
GeneralRe: How can i close my SDI Applcation? Pin
RonnyS15-Jun-04 3:47
RonnyS15-Jun-04 3:47 
GeneralA doc file has some properties called summary and i want to do this in my app Pin
Filomela11-Jun-04 21:24
Filomela11-Jun-04 21:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.