Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- wxWidget
- c++ set struct
- ExtendWith
- esp-wroom-32d
- OpenCPN
- 사전설치
- OpenXLSX 한글
- 의존주입
- 설치 테스트
- git 최초 설정
- Mqtt
- sts4
- _sprintf
- .gitattributes
- c++ Broadcast
- Console
- c2678
- winsock.h Broadcast
- git 대용량 파일
- __snprintf
- MFC
- 확인할 수 없는 외부 기호
- __vsnprintf
- 멀티바이트 문자 집합 사용
- Plugins
- Flutter
- OpenCPN설치
- SQLite3
- 정적 라이브러리에서 MFC 사용
- LINK2001
Archives
- Today
- Total
목록MFC (3)
세상을 이롭게
MFC Console 창에 로그 출력하기
원하는 cpp 에 아래의 코드를 넣어, 프로그램 동작시 Dos 창에서 로그가 보이도록 한다. #pragma comment(linker, "/entry:WinMainCRTStartup /subsystem:console") #include 사용법은 std::cout
MFC
2023. 12. 15. 08:25

시리얼통신이 필요한데, 하드코딩되어있던 부분을 바꾸기위해 해보다가 포스팅합니다. 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....
MFC
2021. 7. 30. 09:01