<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_pragma</id>
	<title>Autoit pragma - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_pragma"/>
	<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_pragma&amp;action=history"/>
	<updated>2026-04-04T02:59:24Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://devcafe.co.kr/w/index.php?title=Autoit_pragma&amp;diff=168&amp;oldid=prev</id>
		<title>Devcafe: 새 문서: === autoit pragma 옵션 === * exe 컴파일 시 실행파일명, 아이콘 , 버전번호 등 설정 &lt;source lang=sql&gt; #pragma compile(Out, myProg.exe) ; Uncomment to use the following icon. Make sure the file path is correct and matches the installation of your AutoIt install path. ; #pragma compile(Icon, C:\Program Files\AutoIt3\Icons\au3.ico) #pragma compile(ExecLevel, highestavailable) #pragma compile(Compatibility, win7) #pragma compile(UPX, False) #pragma compile(FileDesc...</title>
		<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_pragma&amp;diff=168&amp;oldid=prev"/>
		<updated>2024-10-04T17:20:10Z</updated>

		<summary type="html">&lt;p&gt;새 문서: === autoit pragma 옵션 === * exe 컴파일 시 실행파일명, 아이콘 , 버전번호 등 설정 &amp;lt;source lang=sql&amp;gt; #pragma compile(Out, myProg.exe) ; Uncomment to use the following icon. Make sure the file path is correct and matches the installation of your AutoIt install path. ; #pragma compile(Icon, C:\Program Files\AutoIt3\Icons\au3.ico) #pragma compile(ExecLevel, highestavailable) #pragma compile(Compatibility, win7) #pragma compile(UPX, False) #pragma compile(FileDesc...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== autoit pragma 옵션 ===&lt;br /&gt;
* exe 컴파일 시 실행파일명, 아이콘 , 버전번호 등 설정&lt;br /&gt;
&amp;lt;source lang=sql&amp;gt;&lt;br /&gt;
#pragma compile(Out, myProg.exe)&lt;br /&gt;
; Uncomment to use the following icon. Make sure the file path is correct and matches the installation of your AutoIt install path.&lt;br /&gt;
; #pragma compile(Icon, C:\Program Files\AutoIt3\Icons\au3.ico)&lt;br /&gt;
#pragma compile(ExecLevel, highestavailable)&lt;br /&gt;
#pragma compile(Compatibility, win7)&lt;br /&gt;
#pragma compile(UPX, False)&lt;br /&gt;
#pragma compile(FileDescription, myProg - a description of the application)&lt;br /&gt;
#pragma compile(ProductName, myProg)&lt;br /&gt;
#pragma compile(ProductVersion, 3.7)&lt;br /&gt;
#pragma compile(FileVersion, 3.7.0.0, 3.7.100.201) ; The last parameter is optional.&lt;br /&gt;
#pragma compile(LegalCopyright, © Joe Bloggs)&lt;br /&gt;
#pragma compile(LegalTrademarks, &amp;#039;&amp;quot;Trademark something, and some text in &amp;quot;quotes&amp;quot; etc...&amp;#039;)&lt;br /&gt;
#pragma compile(CompanyName, &amp;#039;Joe Bloggs &amp;amp; Co&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
#include &amp;lt;MsgBoxConstants.au3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If @Compiled Then&lt;br /&gt;
        Example()&lt;br /&gt;
Else&lt;br /&gt;
        MsgBox($MB_SYSTEMMODAL, &amp;quot;&amp;quot;, &amp;quot;Please compile before running.&amp;quot;)&lt;br /&gt;
EndIf&lt;br /&gt;
&lt;br /&gt;
Func Example()&lt;br /&gt;
        ; Retrieve the file version of the AutoIt executable.&lt;br /&gt;
        Local $sFileVersion = FileGetVersion(@AutoItExe)&lt;br /&gt;
&lt;br /&gt;
        ; Display the file version. This should be equal to @AutoItVersion.&lt;br /&gt;
        MsgBox($MB_SYSTEMMODAL, &amp;quot;&amp;quot;, $sFileVersion)&lt;br /&gt;
EndFunc   ;==&amp;gt;Example&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
[[category:autoit]]&lt;/div&gt;</summary>
		<author><name>Devcafe</name></author>
	</entry>
</feed>