일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
- c++ Broadcast
- git 대용량 파일
- 사전설치
- LINK2001
- winsock.h Broadcast
- __snprintf
- c++ set struct
- .gitattributes
- OpenCPN설치
- Plugins
- Flutter
- SQLite3
- ExtendWith
- sts4
- 의존주입
- _sprintf
- 확인할 수 없는 외부 기호
- 멀티바이트 문자 집합 사용
- Console
- OpenCPN
- 정적 라이브러리에서 MFC 사용
- OpenXLSX 한글
- 설치 테스트
- __vsnprintf
- wxWidget
- Mqtt
- git 최초 설정
- c2678
- esp-wroom-32d
- MFC
- Today
- Total
목록MFC (4)
세상을 이롭게
원하는 cpp 에 아래의 코드를 넣어, 프로그램 동작시 Dos 창에서 로그가 보이도록 한다. #pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") #include 사용법은 std::cout

시리얼통신이 필요한데, 하드코딩되어있던 부분을 바꾸기위해 해보다가 포스팅합니다. https://stackoverflow.com/questions/1388871/how-do-i-get-a-list-of-available-serial-ports-in-win32 How do I get a list of available serial ports in Win32? I have some legacy code that provides a list of the available COM ports on the PC by calling the EnumPorts() function and then filtering for the port names that start with "COM". For testing purpo....

VisualStudio 2010 에서 Dialog 삽입 후 클래스 추가 마법사를 진행할 때에 "다음은 유효한 C/C++ 파일이 아닙니다. [파일명.h]" 라는 오류 문구를 볼 수 있다. 여러번 파일을 껏다 켜보았지만 해결 되지 않았다. 다음과 같이 진행하였을때 잘 되어 남긴다. 사본 파일을 VisualStudio 2019로 열어 만들어 보았더니 잘 된다.(....) 다시 원본파일을 VisualStudio 2010으로 열어 만들어 보았더니 잘 된다.(???) 이상.