분류 | 게시판 |
베스트 |
|
유머 |
|
이야기 |
|
이슈 |
|
생활 |
|
취미 |
|
학술 |
|
방송연예 |
|
방송프로그램 |
|
디지털 |
|
스포츠 |
|
야구팀 |
|
게임1 |
|
게임2 |
|
기타 |
|
운영 |
|
임시게시판 |
|
As such, you can only create a console app that uses a main()
entry point, rather than a Win32 app that uses a WinMain()
entry point. Fortunately, there is a workaround in the Registry:
HKEY_CURRENT_USER\Software\Embarcadero\BDS\<version>\Repository\New Console Application (REG_SZ) "ConsoleApp" = "True" or "False"
Set "ConsoleApp"
to "True"
or "False"
to specify the checkbox's default state. By setting it to "False"
, you can create a console app that uses a WinMain()
entry point.
HKEY_CURRENT_USER\Software\Embarcadero\BDS\<version>\Repository\New Console Application (REG_SZ) "ConsoleApp" = "True" or "False"
죄송합니다. 댓글 작성은 회원만 가능합니다.