Click here to Skip to main content
15,908,015 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Converting an in-proc server to out-of-proc server Pin
Vi223-Feb-04 20:17
Vi223-Feb-04 20:17 
GeneralMenu in IE window Pin
Abhi Lahare22-Feb-04 18:37
Abhi Lahare22-Feb-04 18:37 
GeneralAttaching string wrapper to preallocated string Pin
Alvin77720-Feb-04 21:25
Alvin77720-Feb-04 21:25 
GeneralRe: Attaching string wrapper to preallocated string Pin
Michael Dunn22-Feb-04 5:55
sitebuilderMichael Dunn22-Feb-04 5:55 
QuestionIDocHostUIHandler::ShowUI?? Pin
Abhi Lahare20-Feb-04 19:10
Abhi Lahare20-Feb-04 19:10 
GeneralBHO reading HTML input value Pin
macattack20-Feb-04 10:53
macattack20-Feb-04 10:53 
GeneralRe: BHO reading HTML input value Pin
Michael Dunn20-Feb-04 17:12
sitebuilderMichael Dunn20-Feb-04 17:12 
GeneralBuild ATL Server problem Pin
Member 4337820-Feb-04 3:28
Member 4337820-Feb-04 3:28 
I have a problem on building the "Hello World" project after converting it to Visual Studio .NET 2003. The build log:

Build Log ------- Build started: Project: HelloWorld, Configuration: Debug|Win32 -------

Command Lines Creating temporary file "f:\Samples\WebFeatures\HelloWorld\Debug\RSP000001.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HELLOWORLD_EXPORTS" /D "_WINDLL" /FD /EHsc /MTd /Fp".\Debug/HelloWorld.pch" /Fo".\Debug/" /Fd".\Debug/" /W4 /c /ZI /TP /Bv /Bt /Wp64
.\HelloWorld.cpp
]
Creating command line "cl.exe @f:\Samples\WebFeatures\HelloWorld\Debug\RSP000001.rsp /nologo"
Creating temporary file "f:\Samples\WebFeatures\HelloWorld\Debug\RSP000002.rsp" with contents
[
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "HELLOWORLD_EXPORTS" /D "_WINDLL" /FD /EHsc /MTd /Fp".\Debug/HelloWorld.pch" /Fo".\Debug/" /Fd".\Debug/" /W4 /c /ZI /TP /Bv /Bt /Wp64 /Bv /Bt /Wp64
.\StdAfx.cpp
]
Creating command line "cl.exe @f:\Samples\WebFeatures\HelloWorld\Debug\RSP000002.rsp /nologo"
Output Window Compiling...
Compiler Passes:
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\cl.exe: Version 13.10.3077.0
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c1.dll: Version 13.10.3077.0
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c1xx.dll: Version 13.10.3077.0
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c2.dll: Version 13.10.3077.0
D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\link.exe: Version 7.10.3077.0
D:\Program Files\Microsoft Visual Studio .NET 2003\Common7\ide\mspdb71.dll: Version 7.10.3077.0
HelloWorld.cpp
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlsocket.inl(26) : error C3861: 'FreeAddrInfo': identifier not found, even with argument-dependent lookup
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlsocket.inl(42) : error C3861: 'FreeAddrInfo': identifier not found, even with argument-dependent lookup
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlsocket.inl(52) : error C2039: 'GetAddrInfo' : is not a member of 'operator``global namespace'''
d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlsocket.inl(52) : error C2660: 'ATL::CSocketAddr::GetAddrInfo' : function does not take 4 arguments
time(D:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\c1xx.dll)=11.947s
Results Build log was saved at "file://f:\Samples\WebFeatures\HelloWorld\Debug\BuildLog.htm"
HelloWorld - 4 error(s), 0 warning(s)

Anyone has the experience in this kind of problem please give me some advice.

Thanks in advance.

Regards,
Hoa
GeneralRe: Build ATL Server problem Pin
macattack20-Feb-04 10:57
macattack20-Feb-04 10:57 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 22:21
Abhi Lahare19-Feb-04 22:21 
GeneralIObjectWithSite in ATL Object Wizard Pin
Abhi Lahare19-Feb-04 19:42
Abhi Lahare19-Feb-04 19:42 
GeneralRe: IObjectWithSite in ATL Object Wizard Pin
Jörgen Sigvardsson19-Feb-04 21:42
Jörgen Sigvardsson19-Feb-04 21:42 
GeneralAtrocious template library Pin
Anonymous19-Feb-04 5:48
Anonymous19-Feb-04 5:48 
GeneralRe: Atrocious template library Pin
Daniel Turini19-Feb-04 5:55
Daniel Turini19-Feb-04 5:55 
GeneralRe: Atrocious template library Pin
Jörgen Sigvardsson19-Feb-04 7:16
Jörgen Sigvardsson19-Feb-04 7:16 
GeneralRe: Atrocious template library Pin
Balkrishna Talele24-Feb-04 0:09
Balkrishna Talele24-Feb-04 0:09 
Questionhow to pass activeX control as parameter from client to server? Pin
hongzterr19-Feb-04 5:17
susshongzterr19-Feb-04 5:17 
GeneralCreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
anshumanshinde18-Feb-04 1:02
anshumanshinde18-Feb-04 1:02 
GeneralRe: CreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
Anonymous19-Feb-04 13:04
Anonymous19-Feb-04 13:04 
GeneralRe: CreateFromFile() ,CreateFromClipboard(),CreateFromData() Pin
anshumanshinde19-Feb-04 18:06
anshumanshinde19-Feb-04 18:06 
Generalagain, Using COM+ services Pin
Roozbeh6917-Feb-04 20:31
professionalRoozbeh6917-Feb-04 20:31 
GeneralRe: Using COM+ services Pin
Steve S17-Feb-04 22:12
Steve S17-Feb-04 22:12 
GeneralRe: Using COM+ services Pin
Steve S18-Feb-04 1:59
Steve S18-Feb-04 1:59 
GeneralExposing struct as method parameter Pin
alex120517-Feb-04 19:42
alex120517-Feb-04 19:42 
GeneralRe: Exposing struct as method parameter Pin
ian mariano22-Feb-04 12:18
ian mariano22-Feb-04 12:18 

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.