반응형
http://msdn.microsoft.com/en-us/library/windows/desktop/dd390650(v=vs.85).aspx
Windows 7에서는 AddToRot를 해도 GraphEdit에서 나타나지 않음.
"Starting in Windows Vista, you must register proppage.dll to enable this feature. Proppage.dll is included in the Windows SDK."
Graphedt.exe 경로에 있는 proppage.dll 를 서버 등록하면 작동.
regsvr32 proppage.dll
x86이냐 x64냐에 따라 해당 graphedt를 잘 선택해야함.
반응형
'개발' 카테고리의 다른 글
MS-SQL Linked server( DB-LINK) 설정 (0) | 2014.07.29 |
---|---|
VS2010 에서 Dialog 클래스 생성후 가상함수 재정의시 (0) | 2013.06.03 |
Windows7에서 Graphspy (0) | 2013.05.29 |
libvlc 기반 wrapping class VLCWrapper 동영상 재생문제 (0) | 2013.03.08 |
DGPS, WAAS, MSAS (0) | 2013.03.08 |
ios 스레드 동작 중 Activity Indicator사용 (0) | 2013.03.07 |