Posts

Showing posts from August, 2024

vc++ mfc opencv missing msvcp100d.dll msvcr100d.dll missing -> opencv3416 install and vs17 lib/dll applied

I got an error "missing msvcp100d.dll" and "missing msvcr100d.dll" when I tried to build vs2010 project in vs2022.  Old school way> Install VC2010 to your pc and you can get those files installed.  Problem was opencv320. So, I downloaded opencv3416 version for vs17.  Then those error messages are gone. 

lightsail ubuntu, nodejs, express no route -> UFW open port 3000

 Hello,  I have spent 2 days for reopen node app from github.  Nothing works after clonning source code from github.  So, I have been trying many ways to make it work.  With 2days full time research, I have found that ubuntu firewall blocked all request.  $> sudo ufw allow 3000:3999/tcp Now, it works like a charm. 

MBP 2016 Bootcamp Broadcom Wifi 5G connection error / 맥북프로 2016 부트캠프 wifi 5G접속에러

Image
Symptom: No 5G network AP shown in Win10 bootcamp H/W : MBP2016 Go to Device Manager of windows.(Setting > System > Device manager or Right button click on My Computer > Device manager)  Check wifi driver version in Driver tab.  If version number starting with 7.7.xxx then you select "Update driver" >  Browse my computer for driver software > select "Let me pick from a list of device drivers on my computer" then select previous version of like 7.3.xxxx and press Next button. Now, you can see whole network 2.4G and 5G network well at wifi AP list.   ---- 증상: 와이파이중 5G만 찾을 수 없음 (윈도10 부트캠프) 하드웨어: 맥북프로2016 시스템설정 -> 네트워크 -> 와이파이(Broadcom)에서 마우스 오른쪽 버튼 > 속성 드라이버 탭 누르고 드라이버 버젼확인  7.7.xxxx 로 시작되는 버젼은 윈도 업데이트되면서 업데이트된 버젼이며 문제가 발생함.  드라이버 업데이트 버튼을 누르고 내 컴퓨터에서 드라이버 찾아보기 > 컴퓨터의 사용가능한 드라이버 목록에서 직접 선택 > 목록중에 이전버젼 7.3.XXXX 이 있으면 그걸로 선택후 다음을 누르면 이전 버젼으로 설치되고, 와이파이 사용 안함 눌렀다가 다시 사용함을 누르면  정상적으로 보임.