Click here to Skip to main content
15,891,976 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Singleton using mutex for windows application (exe) Pin
KarstenK25-Sep-08 1:04
mveKarstenK25-Sep-08 1:04 
GeneralRe: Singleton using mutex for windows application (exe) Pin
santhoshv8425-Sep-08 1:17
santhoshv8425-Sep-08 1:17 
GeneralRe: Singleton using mutex for windows application (exe) Pin
KarstenK25-Sep-08 2:18
mveKarstenK25-Sep-08 2:18 
AnswerRe: Singleton using mutex for windows application (exe) Pin
Ali Tavakol25-Sep-08 2:54
Ali Tavakol25-Sep-08 2:54 
QuestionCalling a URL and POST Pin
Monty225-Sep-08 0:46
Monty225-Sep-08 0:46 
AnswerRe: Calling a URL and POST Pin
Rajesh R Subramanian25-Sep-08 1:23
professionalRajesh R Subramanian25-Sep-08 1:23 
QuestionLink error: LNK 2001 unresolved symbol Pin
PCuong198325-Sep-08 0:34
professionalPCuong198325-Sep-08 0:34 
AnswerRe: Link error: LNK 2001 unresolved symbol Pin
toxcct25-Sep-08 0:45
toxcct25-Sep-08 0:45 
Member 2428381 wrote:
have looked up LNK2001 error code on MSDN website but no solution for this situation


I don't know what you saw there, and what you tried to fix that out, but :
unresolved external symbol "private: static class std::list > * Hotel::_rooms"

means that the compiler knows the definition of your class (in its .h file most probably), but the implementation is not foundin the directoried the linker is searching into.

do you have the implementation file somewhere else ?
is it an external library ?

if so, you certainly missed to had its path in the linker settings of your project...


GeneralRe: Link error: LNK 2001 unresolved symbol Pin
PCuong198325-Sep-08 6:28
professionalPCuong198325-Sep-08 6:28 
AnswerRe: Link error: LNK 2001 unresolved symbol Pin
Cedric Moonen25-Sep-08 1:01
Cedric Moonen25-Sep-08 1:01 
GeneralRe: Link error: LNK 2001 unresolved symbol Pin
PCuong198325-Sep-08 6:53
professionalPCuong198325-Sep-08 6:53 
QuestionShow a button in pressed state using CMFCToolbar Pin
Farhat Aisha24-Sep-08 23:56
Farhat Aisha24-Sep-08 23:56 
AnswerRe: Show a button in pressed state using CMFCToolbar Pin
Redeye9225-Sep-08 1:57
Redeye9225-Sep-08 1:57 
GeneralRe: Show a button in pressed state using CMFCToolbar Pin
_Marina_2-Dec-09 2:53
_Marina_2-Dec-09 2:53 
GeneralRe: Show a button in pressed state using CMFCToolbar Pin
Redeye922-Dec-09 3:17
Redeye922-Dec-09 3:17 
GeneralRe: Show a button in pressed state using CMFCToolbar Pin
_Marina_2-Dec-09 3:32
_Marina_2-Dec-09 3:32 
QuestionLink error: LNK2001 Fatal error Pin
PCuong198324-Sep-08 23:43
professionalPCuong198324-Sep-08 23:43 
AnswerRe: Link error: LNK2001 Fatal error Pin
Rajesh R Subramanian24-Sep-08 23:46
professionalRajesh R Subramanian24-Sep-08 23:46 
AnswerRe: Link error: LNK2001 Fatal error Pin
Cedric Moonen24-Sep-08 23:49
Cedric Moonen24-Sep-08 23:49 
AnswerRe: Link error: LNK2001 Fatal error Pin
toxcct25-Sep-08 0:05
toxcct25-Sep-08 0:05 
GeneralRe: Link error: LNK2001 Fatal error Pin
Rajesh R Subramanian25-Sep-08 0:25
professionalRajesh R Subramanian25-Sep-08 0:25 
QuestionFunctions in C Structure Pin
msr_codeproject24-Sep-08 23:38
msr_codeproject24-Sep-08 23:38 
AnswerRe: Functions in C Structure Pin
toxcct24-Sep-08 23:46
toxcct24-Sep-08 23:46 
AnswerRe: Functions in C Structure Pin
CPallini25-Sep-08 1:57
mveCPallini25-Sep-08 1:57 
Questionsample application for connecting to sql server database in ATL. Pin
V K 224-Sep-08 23:34
V K 224-Sep-08 23:34 

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.