본문 바로가기
  • 두루물
C | C++ | VC++

Visual Studio Porting Error at afxres.h

by 두루물 2025. 6. 18.

 

Not Found MFC  Install MFC modules

Replace as::

 

ASIS VS2019 

  #include "afxres.h"

TOBE VS2022

 #include "winres.h"

 

 

 

'C | C++ | VC++' 카테고리의 다른 글

시세수신과 주문을 분리  (0) 2025.06.18
How to Convert MYSQL to SQLite  (1) 2025.06.12
VC++ 정규식검색 여러문자열  (0) 2025.06.12
MYSQL to SQLite  (1) 2025.06.08
주식종목 리스트업(sort)  (5) 2025.02.22