Click here to Skip to main content
15,893,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Meaning of #pragma once Pin
Paresh Chitte15-Nov-07 21:37
Paresh Chitte15-Nov-07 21:37 
GeneralFYI Pin
George L. Jackson16-Nov-07 1:13
George L. Jackson16-Nov-07 1:13 
GeneralRe: FYI Pin
Paresh Chitte18-Nov-07 17:29
Paresh Chitte18-Nov-07 17:29 
GeneralRe: FYI Pin
George L. Jackson19-Nov-07 10:53
George L. Jackson19-Nov-07 10:53 
GeneralRe: FYI Pin
Paresh Chitte19-Nov-07 17:07
Paresh Chitte19-Nov-07 17:07 
QuestionIP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
Kogee San15-Nov-07 17:02
Kogee San15-Nov-07 17:02 
AnswerRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
JudyL_MD16-Nov-07 2:28
JudyL_MD16-Nov-07 2:28 
GeneralRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
Kogee San18-Nov-07 6:05
Kogee San18-Nov-07 6:05 
Thanks for the reply. Really appreciate it. Unfortunately, i tried to re-link the lib file but the same problem has occured. Currently im using Visual C++ 2005 Express Edition. I had visit this one site and i follow the exact steps that he mentioned to set up VC++ 2005 Express Edition which integrates with the Microsoft Platform SDK for Windows Server 2003 R2. What i have done is i open the option menu and change the directories for executable file : C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Bin, for include files : C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Include and lastly for lib file : C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\Lib under the project and solution section. I also change the string that reads

AdditionalDependencies="kernel32.lib"

to

AdditionalDependencies="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib".

Is there any other steps that i forgot to include? In that article also it says that when the Win32 App Wizard is screened, make sure that Windows application is selected as the Application type and the ATL is not selected.
I tried this method but it still doesnt works and I also try starting by an empty console application, and i paste the code above but the same error still occured. But when i try to run the test.cpp, it works fine under the Windows Application as the Application type. Sorry im kinda slow since im still a student. Hope you guys can help me.



GeneralRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
JudyL_MD18-Nov-07 6:12
JudyL_MD18-Nov-07 6:12 
GeneralRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
Kogee San18-Nov-07 22:42
Kogee San18-Nov-07 22:42 
GeneralRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
JudyL_MD19-Nov-07 2:02
JudyL_MD19-Nov-07 2:02 
GeneralRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
Kogee San19-Nov-07 9:32
Kogee San19-Nov-07 9:32 
AnswerRe: IP helper (GetAdaptersAddress, GetAdaptersInfo) Pin
David Crow16-Nov-07 5:58
David Crow16-Nov-07 5:58 
QuestionTemplate class parameter Pin
George_George15-Nov-07 16:36
George_George15-Nov-07 16:36 
AnswerRe: Template class parameter Pin
George L. Jackson15-Nov-07 17:33
George L. Jackson15-Nov-07 17:33 
GeneralRe: Template class parameter Pin
George_George15-Nov-07 19:19
George_George15-Nov-07 19:19 
GeneralRe: Template class parameter Pin
George L. Jackson16-Nov-07 0:55
George L. Jackson16-Nov-07 0:55 
GeneralRe: Template class parameter Pin
George_George18-Nov-07 3:47
George_George18-Nov-07 3:47 
GeneralRe: Template class parameter Pin
George L. Jackson18-Nov-07 7:28
George L. Jackson18-Nov-07 7:28 
GeneralRe: Template class parameter Pin
George_George18-Nov-07 22:35
George_George18-Nov-07 22:35 
GeneralRe: Template class parameter Pin
George L. Jackson19-Nov-07 14:53
George L. Jackson19-Nov-07 14:53 
GeneralRe: Template class parameter Pin
George_George19-Nov-07 15:33
George_George19-Nov-07 15:33 
QuestionUpgrade Appliction that link with MFC42.dll to newer version Pin
xanagan66615-Nov-07 15:16
xanagan66615-Nov-07 15:16 
AnswerRe: Upgrade Appliction that link with MFC42.dll to newer version Pin
Luc Pattyn15-Nov-07 15:59
sitebuilderLuc Pattyn15-Nov-07 15:59 
AnswerRe: Upgrade Appliction that link with MFC42.dll to newer version Pin
George L. Jackson15-Nov-07 16:35
George L. Jackson15-Nov-07 16:35 

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.