-
char* -> String^ 로
char* -> String^ 로 http://stackoverflow.com/questions/11545951/how-to-convert-from-char-to-platformstring-c-cli char* char_str = “abcdefg”; std::string s_str = std::string(char_str); std::wstring wid_str = std::wstring(s_str.begin(), s_str.end()); const wchar_t* w_char = wid_str.c_str(); Platform::String^ p_string = ref new Platform::String(w_char);…
-
서피스 어고노믹 키보드
Surface ergonomic keyboard 도착 ㅇㅂㅇ)/ 아! 좋다!
-
YAMAHA DX7 개조 계획
-전원부- DX7의 전원에서 PD라는 이상한 신호가 있는데, 오실로스코프로 측정해본 결과 지연된 5V출력이었다. 회로를 찾아보니 결국 OPS YM21280에 들어갈 initial clear 신호인데, 초기에 “0”을 넣어주도록 구성되어있는 것이었다. 결국, 스위칭 파워로…
-
Windows 10 1607 업데이트 전후로 Start Menu 이상발생 시.
Lenovo B750의 경우, Windows 10 1607 업데이트를 전후로 (kb3176936) Start button, start menu 와 Store App, Taskbar, Edge 등이 제대로 동작하지 않는 문제가 있다. In the case of Lenovo B750,…









