Click here to Skip to main content
15,915,764 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Chris Losinger12-Jun-02 5:39
professionalChris Losinger12-Jun-02 5:39 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Joaquín M López Muñoz12-Jun-02 11:57
Joaquín M López Muñoz12-Jun-02 11:57 
AnswerRe: How to fill a vector or a list with data from a file! Pin
Mike Nordell13-Jun-02 3:23
Mike Nordell13-Jun-02 3:23 
GeneralParseCommandLine Pin
Anthony988712-Jun-02 4:45
Anthony988712-Jun-02 4:45 
GeneralRe: ParseCommandLine Pin
Le centriste12-Jun-02 5:37
Le centriste12-Jun-02 5:37 
GeneralRe: ParseCommandLine Pin
Navin12-Jun-02 8:39
Navin12-Jun-02 8:39 
GeneralITaskBarList2::MarkFullScreenWindow Pin
12-Jun-02 4:20
suss12-Jun-02 4:20 
QuestionCan Library Files be Modified Pin
Steve Thresher12-Jun-02 4:23
Steve Thresher12-Jun-02 4:23 
When you generate a standard Win32 library in VS.NET there are several paths stored in the library eg.

the relative path to the obj file - debug\stdafx.obj
the full path to the obj file - c:\test\debug\stdafx.obj
the full path to the PDB file - c:\test\debug\vc70.pdb

Is it possible to alter the location of the PDB file as I have the following problem...

I develop a library on my machine in one directory and then book it into the server (copy it to the server). This file is then copied back to my workstation via a library update batch file into a different directory. Now when I compile a program that uses the library I get linker errors because the linker cannot find the VC70.pdb file for the library. If I put the library source back onto my machine in original directory the link is successful.

Can anybody offer any suggestions as to what I am doing wrong and how to correct my build options / procedures?

Steve.

Systems AXIS Ltd - Software for Business ...
AnswerRe: Can Library Files be Modified Pin
Chris Losinger12-Jun-02 5:41
professionalChris Losinger12-Jun-02 5:41 
GeneralRe: Can Library Files be Modified Pin
Steve Thresher12-Jun-02 6:15
Steve Thresher12-Jun-02 6:15 
GeneralRe: Can Library Files be Modified Pin
Chris Losinger12-Jun-02 6:24
professionalChris Losinger12-Jun-02 6:24 
GeneralAutorun Pin
12-Jun-02 4:20
suss12-Jun-02 4:20 
GeneralRe: Autorun Pin
Jeremy Falcon12-Jun-02 4:55
professionalJeremy Falcon12-Jun-02 4:55 
GeneralODBC Pin
12-Jun-02 4:17
suss12-Jun-02 4:17 
GeneralRe: ODBC Pin
markkuk12-Jun-02 9:08
markkuk12-Jun-02 9:08 
GeneralRe: ODBC Pin
12-Jun-02 9:35
suss12-Jun-02 9:35 
GeneralRe: ODBC Pin
12-Jun-02 11:28
suss12-Jun-02 11:28 
GeneralRe: ODBC Pin
12-Jun-02 16:58
suss12-Jun-02 16:58 
GeneralRe: ODBC Pin
14-Jun-02 11:13
suss14-Jun-02 11:13 
Generalpointers and containers in dll Pin
12-Jun-02 4:08
suss12-Jun-02 4:08 
GeneralRe: pointers and containers in dll Pin
Joaquín M López Muñoz12-Jun-02 4:21
Joaquín M López Muñoz12-Jun-02 4:21 
Generalwhy this linker error(lnk2001) Pin
12-Jun-02 3:56
suss12-Jun-02 3:56 
GeneralRe: why this linker error(lnk2001) Pin
Joaquín M López Muñoz12-Jun-02 4:22
Joaquín M López Muñoz12-Jun-02 4:22 
GeneralRe: why this linker error(lnk2001) Pin
12-Jun-02 4:23
suss12-Jun-02 4:23 
GeneralRe: why this linker error(lnk2001) Pin
Chris Losinger12-Jun-02 5:57
professionalChris Losinger12-Jun-02 5:57 

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.