Click here to Skip to main content
15,884,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dll Registration Problem Pin
karle25-Feb-06 8:28
karle25-Feb-06 8:28 
AnswerRe: Dll Registration Problem Pin
Anil_vvs25-Feb-06 20:34
Anil_vvs25-Feb-06 20:34 
QuestionCheckpointing a process Pin
Rane24-Feb-06 17:25
Rane24-Feb-06 17:25 
AnswerRe: Checkpointing a process Pin
Stephen Hewitt24-Feb-06 22:43
Stephen Hewitt24-Feb-06 22:43 
QuestionHow to using DAO connection with password Pin
stny200024-Feb-06 13:16
stny200024-Feb-06 13:16 
AnswerRe: How to using DAO connection with password Pin
Cool Ju24-Feb-06 21:10
Cool Ju24-Feb-06 21:10 
GeneralRe: How to using DAO connection with password Pin
stny200013-Mar-06 19:50
stny200013-Mar-06 19:50 
Questionissue linking Pin
act_x24-Feb-06 11:24
act_x24-Feb-06 11:24 
I am trying to use GetSystemWindowsDirectory from an MFC Dll


TCHAR strWinPath[256];
UINT uSize = 256 ;
if(GetSystemWindowsDirectory(strWinPath,uSize))

it gives me a linker error
error LNK2001: unresolved external symbol _GetSystemWindowsDirectoryA@8

I have kernel32.lib included

Any ideas why this could be happenning ?






AnswerRe: issue linking Pin
jigneshrpatel24-Feb-06 19:00
jigneshrpatel24-Feb-06 19:00 
Questionhow to make a toolbar button respond to double-click event Pin
xyhan24-Feb-06 10:39
xyhan24-Feb-06 10:39 
AnswerRe: how to make a toolbar button respond to double-click event Pin
FarPointer26-Feb-06 3:46
FarPointer26-Feb-06 3:46 
GeneralRe: how to make a toolbar button respond to double-click event Pin
xyhan1-Mar-06 7:23
xyhan1-Mar-06 7:23 
QuestionDatabase ideas Pin
Waldermort24-Feb-06 8:53
Waldermort24-Feb-06 8:53 
QuestionRe: Database ideas Pin
David Crow24-Feb-06 10:08
David Crow24-Feb-06 10:08 
AnswerRe: Database ideas Pin
act_x24-Feb-06 11:40
act_x24-Feb-06 11:40 
QuestionString and Spaces Pin
Bob X24-Feb-06 7:23
Bob X24-Feb-06 7:23 
AnswerRe: String and Spaces Pin
Maximilien24-Feb-06 7:42
Maximilien24-Feb-06 7:42 
GeneralRe: String and Spaces Pin
David Crow24-Feb-06 7:45
David Crow24-Feb-06 7:45 
AnswerRe: String and Spaces Pin
Bob X24-Feb-06 8:14
Bob X24-Feb-06 8:14 
AnswerRe: String and Spaces Pin
ThatsAlok26-Feb-06 21:17
ThatsAlok26-Feb-06 21:17 
QuestionSending all bytes Pin
srija24-Feb-06 7:09
srija24-Feb-06 7:09 
AnswerRe: Sending all bytes Pin
David Crow24-Feb-06 7:44
David Crow24-Feb-06 7:44 
GeneralRe: Sending all bytes Pin
srija24-Feb-06 7:53
srija24-Feb-06 7:53 
GeneralRe: Sending all bytes Pin
David Crow24-Feb-06 7:59
David Crow24-Feb-06 7:59 
GeneralRe: Sending all bytes Pin
srija24-Feb-06 8:21
srija24-Feb-06 8:21 

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.