프로그래밍/Visual C2009/03/31 09:53

Internet Explorer 8 설치후 Visual Studio 2008에서 함수, 변수 추가시 Script 오류가 발생.

임시 해결방법

  • regedit 실행
  • "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet
    Settings\Zones" 항목에 "1000"키 생성
  • "1000"키 항목에 DWORD값 추가
    • 이름 : 1207
    • 값    : 0x000000

출처 : http://blogs.msdn.com/vcblog/archive/20 ··· ror.aspx(새 창으로 열기)

2009/03/31 09:53 2009/03/31 09:53
Posted by 나그네
프로그래밍/Visual C2008/12/29 13:08




참고사이트 : http://ko.wikipedia.org/wiki/%eb%8d%b0% ··· 5a6%2598

2008/12/29 13:08 2008/12/29 13:08
Posted by 나그네
프로그래밍/기타2008/12/03 18:41

위와 같이 선어후 컴파일 할경우 GCC에서
warning: ‘class a’ has virtual functions but non-virtual destructor
와 같은 경고 메세지를 출력한다.

class a의 소멸자에 virtual을 붙여주자
2008/12/03 18:41 2008/12/03 18:41
Posted by 나그네