Microsoft/Visual Studio2011. 11. 18. 23:47
잘되던 녀석인데 오류났을리는 없고..
특정 프로젝트에서 이런 에러가 발생을 한다 -_-


해결책은 그냥 명령어 라인에서 그대로 따라치면 된다.
regsrv "C:\Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll"


Posted by 구차니
Microsoft/Windows2011. 11. 18. 22:40
내 네트워크 환경에서 라우팅을 잡기에는 제약이 많은것 같아서
일단 명령어 레벨에서 하는 것들 조사 -ㅁ-

C:\>route

Manipulates network routing tables.

ROUTE [-f] [-p] [command [destination]
                  [MASK netmask]  [gateway] [METRIC metric]  [IF interface]

  -f           Clears the routing tables of all gateway entries.  If this is
               used in conjunction with one of the commands, the tables are
               cleared prior to running the command.
  -p           When used with the ADD command, makes a route persistent across
               boots of the system. By default, routes are not preserved
               when the system is restarted. Ignored for all other commands,
               which always affect the appropriate persistent routes. This
               option is not supported in Windows 95.
  command      One of these:
                 PRINT     Prints  a route
                 ADD       Adds    a route
                 DELETE    Deletes a route
                 CHANGE    Modifies an existing route
  destination  Specifies the host.
  MASK         Specifies that the next parameter is the 'netmask' value.
  netmask      Specifies a subnet mask value for this route entry.
               If not specified, it defaults to 255.255.255.255.
  gateway      Specifies gateway.
  interface    the interface number for the specified route.
  METRIC       specifies the metric, ie. cost for the destination.

All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name
database file HOSTS.

If the command is PRINT or DELETE. Destination or gateway can be a wildcard,
(wildcard is specified as a star '*'), or the gateway argument may be omitted.

If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
Diagnostic Notes:
    Invalid MASK generates an error, that is when (DEST & MASK) != DEST.
    Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
             The route addition failed: The specified mask parameter is invalid.
 (Destination & Mask) != Destination.

Examples:

    > route PRINT
    > route ADD 157.0.0.0 MASK 255.0.0.0  157.55.80.1 METRIC 3 IF 2
             destination^      ^mask      ^gateway     metric^    ^
                                                         Interface^
      If IF is not given, it tries to find the best interface for a given
      gateway.
    > route PRINT
    > route PRINT 157*          .... Only prints those matching 157*
    > route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2

      CHANGE is used to modify gateway and/or metric only.
    > route PRINT
    > route DELETE 157.0.0.0
    > route PRINT 
 
[링크 : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/route.mspx?mfr=true]
[링크 : http://support.microsoft.com/kb/140859]
[링크 : http://kkanari.egloos.com/3495484]
Posted by 구차니
embeded/AVR (ATmega,ATtiny)2011. 11. 18. 11:09
avr stuio 5를 쓸일이 없어져서 상관은 없지만..
winavr 깔기 싫은데 설명서 확인해야 하면 하니까~


[링크 : http://www.nongnu.org/avr-libc/user-manual/]

'embeded > AVR (ATmega,ATtiny)' 카테고리의 다른 글

avr ddr pin port  (0) 2011.12.28
winAVR에서 코드 영역에 변수 선언하기  (4) 2011.12.26
AVR Studio 5 + STK-500 + ATmega128 = fail  (6) 2011.11.15
AVR Studio 5  (4) 2011.11.12
nop  (2) 2011.10.31
Posted by 구차니
프로그램 사용/VLC2011. 11. 18. 09:50
0.9.2의 경우에는 axvlc.inf만 들어 있어 용량이 작고
0.9.2 버전을 별도로 다운로드 받아 설치하도록 되어 있다.


0.8.2는 다운로드 받도록 되어 있지만, 용량도 크고 구버전인데다가..
이글을 쓰는 시점에 최신버전은 1.1.9 인데 H.264 라던가 이런게 무리없이 지원이 될지도 미지수..

[링크 : http://download.videolan.org/pub/videolan/vlc/0.9.2/win32/] << 일단 현재까지 무난한 방법?
[링크 : http://download.videolan.org/pub/videolan/vlc/0.8.2/win32/]
[링크 : http://download.videolan.org/pub/testing/win32/]

사족 1. 만약 임베디드 장비에 포함한다면
           axvlc.inf 파일을 수정해서 조금 더 최신버전을 다운로드 하게 하는 식으로 하는것도 나쁘진 않을듯 하다.
사족 2. 구글검색을 해보아도 0.8.2 에는 있지만 0.8.3 이나 동일 버전 상위 배포에서는 존재하지 않는다.
           0.9.2 역시 마찬가지로 존재하지 않는다.
사족 3. 대충 코드를 짜자면 아래 처럼 codebase를 변경해주면 될 듯?
<object type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://download.videolan.org/pub/videolan/vlc/0.9.2/win32/axvlc.cab" width="640" height="480" id="vlc0" events="True">  
 
---
VLC가 안깔린 IE8 시스템에서 해보니 이런 에러가 발생 -_-
흐음.. 게시자를 포함하거나 보안레벨을 낮추면 되긴 하겠지만.. 흐으으으으음...

 
Posted by 구차니
프로그램 사용/VLC2011. 11. 18. 09:30
HKEY_CLASSES_ROOT\CLSID\{9BE31822-FDAD-461B-AD51-BE1D1C159921}

HKEY_CLASSES_ROOT\CLSID\{E23FE9C6-778E-49D4-B537-38FCDE4887D8}


[링크 : http://msdn.microsoft.com/en-us/library/ms970651.aspx]
Posted by 구차니
프로그램 사용/VLC2011. 11. 17. 18:05
IE8에서는 되는데 크롬에서는 안되는듯...

[링크 : http://forum.videolan.org/viewtopic.php?f=16&t=57845]

---
2011.11.18 추가

VLC가 엉겼었는지 언인스톨 후에 다시 깔고 나니 크롬에서도 문제없이 된다 -ㅁ- 

'프로그램 사용 > VLC' 카테고리의 다른 글

VLC codebase axvlc.cab  (2) 2011.11.18
VLC classid  (0) 2011.11.18
VLC 외부코덱 연결하기 제약사항  (0) 2011.06.23
VLC 화면 캡쳐하기  (0) 2011.05.30
VLC에서 RTSP를 TCP로 받기 / RTSP over HTTP  (2) 2011.02.24
Posted by 구차니
심심하니 회사에 굴러 다니는 프린터 잡고 계산 ㅋㅋ

2500매 토너 장당 39.6원
1500매 토너 장당 46.2원

2500매 용지 장당 7.94
5000매 용지 장당 7.704

가격대비 효용으로 2500토너 + 2500용지가 무난해 보이니
용지 + 토너 비용은 47.54원/1장

프린터 뽕뽑는걸 1년이라고 할때 하루 가격으로 595.9원
하루 몇건이나 뽑힐지가 문제이지만.. 이래저래 프린터 가격은 잊고 시작하는게 나을지도...

그런거 보면 PC방이나 문구점에서 출력하는건.. 엄청 비싸게 받는거 같긴한데
인건비나 건물세 등의 비용은 안들어 간거니까 흐음...

[링크 : http://blog.danawa.com/prod/?section_m=OA&prod_c=1096131...] 삼성 SCX-4622FK 토너포함 217,500원
[링크 : http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A527421609] 위에꺼용 2500매 대형 토너 99,000원
[링크 : http://itempage3.auction.co.kr/DetailView.aspx?ItemNo=A527397372] 위에꺼용 1500매 소형 토너 69,300원

[링크 : http://blog.danawa.com/prod/?prod_c=44494] 더블A 2500매 19,850원
[링크 : http://blog.danawa.com/prod/?prod_c=938501] 더블A 5000매 38,520원

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

reboot  (0) 2011.11.30
장비빨과 매니아와 능력은 정비례?  (0) 2011.11.24
먼가 속는 느낌?  (0) 2011.11.15
겁나빠른 5678 고객센터  (0) 2011.11.09
2011 KELP 공개세미나  (0) 2011.11.05
Posted by 구차니
프로그램 사용/eclipse2011. 11. 16. 19:46

알고보니 오른쪽 상단에 떡하고 존재 -ㅁ-
이걸 몰랐으니.. 디버그 누르면 왜 창의 모양이 죄다 바껴버리는지 알수가 없었는데
이렇게 황당한 곳에서 버젓이 숨어있었다니.. OTL


'프로그램 사용 > eclipse' 카테고리의 다른 글

eclipse에서 background로 돌려버린 다이얼로그 살려내기  (0) 2012.01.18
eclipse에서 프로젝트 열기  (0) 2011.11.23
eclipse + svn + google code  (0) 2011.11.15
netbeans + eclipse  (0) 2011.10.30
eclipse on ubuntu  (2) 2011.10.24
Posted by 구차니
프로그램 사용/eclipse2011. 11. 15. 23:26
eclipse 에는 CVS와 GIT은 있지만 SVN은 기본적으로 내장되어 있진않다.
설치를 하려면 Help - Install new software 에서
http://subclipse.tigris.org/update_1.8.x 를 추가하면 subclipse가 설치된다.
(참고로 1.4.x 1.6.x 1.8.x 3가지 버전이 존재한다.)

[링크 : http://subclipse.tigris.org/]
[링크 : http://subclipse.tigris.org/update_1.8.x]


subclipse가 설치되었으면 Package Explorer에서
현재 프로젝트를 오른쪽 클릭해서 "Team - Share Project..." 를 클릭한다.


용도에 따라서 고르면 되지만, 일단 SVN을 위해 subclipse를 깔았으니 SVN 선택


URL을 넣어준다. 만약 구글 code에서 svn을 한다면
http://projectname.googlecode.com 이 아닌
https://projectname.googlecode.com 로 입력을 해주어야 한다.


귀찮으니 기본값으로 Next 쿡!


위에서 생성된 /svn/trunk/projectname 디렉토리에 대한 최초 생성시 주석을 넣어준다.


로그인 정보는 google id와 google code 에서 개발자 등록시 얻은 비밀번호를 넣어준다.



만약 위에서 https가 아닌 http로 해주었을 경우에는 아래와 같은 에러를 맛보게 된다.



[링크 : http://tiger5net.egloos.com/5570003]
Posted by 구차니
Programming/Java2011. 11. 15. 22:04
Posted by 구차니