iPod Touch Vs iPhone Specification

xpcom nsEmbedString gives linker error

rizwan wrote:This is the exact error:
"error LNK2019: unresolved external symbol "public: wchar_t const 
* __thiscall nsAString::BeginReading(void)const " 
(?BeginReading@nsAString@@QBEPB_WXZ) referenced in function "public: 
wchar_t const * __thiscall nsString_external::get(void)const " 
(?get@nsString_external@@QBEPB_WXZ)"


Well, it sounds to me a Unicode problem. Probably specifying a compiler option (not a linker option) "/Zc:wchar_t-" can help? It makes wchar_t a mare 16bits int, like PRUnichar in NSPR.



[Visual Studio 2005] - "Failed to create .NET Frameworks PropertyGrid component."

visual studio2005를 이용하여 프로그래밍 중, 

Properties에서 메시지를 처리할 위저드 창(번개모양 아이콘)도 실행되지 않고,

설정창을 선택하면 다음과 같은 오류가 발생하였다.


" Failed to create .NET Frameworks PropertyGrid component.
    Please verify that the Common Language Runtime and .NET Frameworks are properlly installed."


[해결 방법]
=> Visual studio command prompt 실행 후, 
   " devenv.exe /ResetSkipPkgs " 입력. 
prev 1 2 3 4 5 6 7 8 ··· 42 next