본문 바로가기

카테고리 없음

2020-09-30 18시 개발자 글 모음 | "pragma pack()실수 찾기 –" 외 1개 이야기

특정 URL의 웹페이지를 크롬캐스트로 여는 방법 by 최원영 about Git,Chrome

  • URL Cast Receiver Step 1: Start cast session Step 2: Send url iframe location send Details There are two methods for casting
  • with pros and cons: Load an iframe (You will have trouble loading a url with x-frame-options: same origin
  • ) Change the window loca


pragma pack()실수 찾기 – pragma pack(show) by 유영천 about Windows

  • 즉 이 에러가 발생했다고 하는 것은 코드 어딘가에서 pragma pack()지시어를 잘못 사용했다는 뜻이 된다
  • 이제 빌드 아웃풋 윈도우에 warning C4810: value of pragma pack(show) == 16 라는 식으로 줄줄이 표시가 된다
  • 9): warning C4810: value of pragma pack(show) == 1 로 표시되는 라인이 있다