<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; AHK: GDI+]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=5871&amp;type=atom" />
	<updated>2014-04-30T14:00:53Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=5871</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=82481#p82481" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>А как заставить это все работать без компиляции В 32 бита на 64 бит автохотки?</p></blockquote></div><div class="quotebox"><cite>Malcev пишет:</cite><blockquote><p>Все. Понял. Нужно скачать эту библиотеку под 64 бит: <br /><a href="http://www.autohotkey.net/~Rseding91/Gdip%20All/Gdip_All.ahk">http://www.autohotkey.net/~Rseding91/Gd … ip_All.ahk</a></p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2014-04-30T14:00:53Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=82481#p82481</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48956#p48956" />
			<content type="html"><![CDATA[<p>Win7 x64 - примеры из туториала не работают.</p>]]></content>
			<author>
				<name><![CDATA[creature.ws]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26105</uri>
			</author>
			<updated>2011-06-05T00:30:22Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48956#p48956</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48950#p48950" />
			<content type="html"><![CDATA[<p>Возможно, проблема как раз в х64, но проверить не могу, у меня 32. Возможно, кто-то с 64 отпишется, работает ли у него.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-06-04T16:59:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48950#p48950</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48944#p48944" />
			<content type="html"><![CDATA[<p>нет</p>]]></content>
			<author>
				<name><![CDATA[Gorvin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26980</uri>
			</author>
			<updated>2011-06-04T05:56:02Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48944#p48944</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48942#p48942" />
			<content type="html"><![CDATA[<p>А примеры из <a href="http://www.autohotkey.com/forum/topic32238.html#198949">туториала</a> работают?</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2011-06-03T21:02:50Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48942#p48942</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: GDI+]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=48940#p48940" />
			<content type="html"><![CDATA[<p>Не получается работать с этой библиотекой. Добавил ее в стандартные библиотеки, стоит ahk_l 1.1, 7 винда х64. Мой тестовый скрипт:</p><div class="codebox"><pre><code>
#SingleInstance, Force
SetBatchLines, -1
SetWorkingDir %A_ScriptDir%


pToken := Gdip_Startup()
pBitmap := Gdip_BitmapFromScreen()
Gdip_SaveBitmapToFile(pBitmap, &quot;test.jpg&quot;, 100)
Gdip_DisposeImage(pBitmap)
Gdip_Shutdown(pToken)
ExitApp
Return</code></pre></div><p>Хотя пробовал и другие примеры, эффект нулевой. Подскажите в чем может быть проблема?</p>]]></content>
			<author>
				<name><![CDATA[Gorvin]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=26980</uri>
			</author>
			<updated>2011-06-03T16:54:11Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=48940#p48940</id>
		</entry>
</feed>
