Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
U

User 43190

@User 43190
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Build ATL Server problem
    U User 43190

    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

    ATL / WTL / STL csharp c++ visual-studio help sysadmin

  • Generating satellite assembly problem
    U User 43190

    I try to localize my web application. When I put the French resource file in Visual Studio.NET 2002 to generate the satellite assembly then it works. But if I use Resgen and Al tool to generate the satellite assembly then it does not work. I use ILDASM tool to investigate them and I see the difference is 1. The satellite assembly is built by Visual Studio.NET: .mresource public 'CustomControls.CustomControlResources.fr-FR.resources' { } 2. The satellite assembly is built by Resgen and Al tools: .mresource public CustomControls.CustomControlResources.fr-FR.resources { } Could you please help me to generate a satellite assembly using Resgen and Al tools the same as Visual Studio .NET 2002 does (having quote characters)? Thanks in advance.

    Web Development csharp help visual-studio tools question

  • How to subclass a Window
    U User 43190

    :confused: I try to subclass a window using WinAPI but I get a problem on the function declaration in DLLImport. Please help me if you can. Thanks anyway.

    C# help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups