<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">
    
    <channel>
    
    <title>Peer&#45;to&#45;Peer Forum</title>
    <link>http://www.presagis.com/peer_forum/</link>
    <description>Peer&#45;to&#45;Peer Forum</description>
    <dc:language>en</dc:language>
    <dc:rights>Copyright 2011</dc:rights>
    <dc:date>2011-12-23T00:32:14-05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>Collectors</title>
      <link>http://www.presagis.com/peer_forum/viewthread/1133/</link>
      <guid>http://www.presagis.com/peer_forum/viewthread/1133/#When:00:32:14Z</guid>
      <description>&lt;p&gt;Is it possible that i can get two outputs from a single collector logic  for eg &#8221; i have a condition and based on the condition i need two different actions to be taken to two different graphics&#8221; . &#8220;(INPUT&amp;lt;0) ? &lt;b&gt;(INPUT*(&#45;1)) &lt;/b&gt; &amp;amp;&amp;amp; &lt;b&gt;1&lt;/b&gt; :&lt;b&gt; INPUT&lt;/b&gt; &amp;amp;&amp;amp; &lt;b&gt;0&lt;/b&gt; &#8221;&amp;nbsp; In this logic based on the condition i need a output &lt;b&gt;(INPUT*(&#45;1)) &lt;/b&gt;&amp;nbsp; and another output &lt;b&gt;1&lt;/b&gt; is this possible
&lt;/p&gt;</description>
      <dc:date>2011-12-23T00:32:14-05:00</dc:date>
    </item>

    <item>
      <title>VAPS classic with Microsoft Visual C++ 2008 Express</title>
      <link>http://www.presagis.com/peer_forum/viewthread/774/</link>
      <guid>http://www.presagis.com/peer_forum/viewthread/774/#When:04:22:37Z</guid>
      <description>&lt;p&gt;Since the official Microsoft support of Visual Studio 2005 ends in a few months time, this is quite high on my &#8220;problems list&#8221;. Fortunately during my trials with Windows 7, I came across a solution how to run VAPS 6.4.3 and CCGLite 6.4.3 together with Visual C++ 2008 Express.&lt;/p&gt;

&lt;p&gt;Seeing how simple this is, I assume that it will be equally easy to get it to run with the 2010 versions of the compiler suite &#45; or *any* other compiler suite out there.&lt;/p&gt;

&lt;p&gt;The following three lines have to be added to your vaps643.bat (in folder C:PresagisVAPS643bin) :&lt;br /&gt;
rem ***** The following is for Visual Studio 9.0 *****&lt;br /&gt;
set VCINSTALLDIR=&#8220;C:\Program Files (x86)\Microsoft Visual Studio 9.0&#8221;&lt;br /&gt;
call %VCINSTALLDIR%Common7Toolsvsvars32&lt;/p&gt;

&lt;p&gt;The express versions of VC++ do not install the SDK properly. Perhaps because the included SDK version is not complete. So you have to do that manually by adding the following two paths to your environment variables:&lt;br /&gt;
LIB &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp; C:Program FilesMicrosoft SDKsWindowsv6.0ALib&lt;br /&gt;
INCLUDE &amp;nbsp;   C:Program FilesMicrosoft SDKsWindowsv6.0AInclude&lt;/p&gt;

&lt;p&gt;If you use the downloadable version of the SDK, the include paths change slightly:&lt;br /&gt;
LIB &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp;  &amp;nbsp; C:Program FilesMicrosoft SDKsWindowsv6.1Lib&lt;br /&gt;
INCLUDE &amp;nbsp;   C:Program FilesMicrosoft SDKsWindowsv6.1Include&lt;/p&gt;

&lt;p&gt;After this it was possible to compile my examples. If you use certain functionality (like networking) it might be necessary that you also add some libraries to your CCGLite config file. (probably in: c:presagisccglite643configntogl.cfg). &lt;/p&gt;

&lt;p&gt;regards Willi ...
&lt;/p&gt;</description>
      <dc:date>2010-10-25T04:22:37-05:00</dc:date>
    </item>

    <item>
      <title>Running VAPS classic under Windows 7 64bit</title>
      <link>http://www.presagis.com/peer_forum/viewthread/773/</link>
      <guid>http://www.presagis.com/peer_forum/viewthread/773/#When:03:41:01Z</guid>
      <description>&lt;p&gt;I think this topic is quite important as the official sale of Windows XP ended last week, and Microsoft mainstream support ended in 2009 (as for Switzerland). My company upgraded all it&#8217;s computers to Windows 7 now, this gave me the opportunity to check how VAPS runs on Windows 7 Professional 64bit. &lt;/p&gt;

&lt;p&gt;&lt;b&gt;Short answer: It works!&lt;/b&gt;&amp;nbsp; (well done Presagis!)&lt;/p&gt;

&lt;p&gt;I&#8217;ve managed to run VAPS 6.4.3 and CCGLite 6.4.3 under Windows 7 Professional 64bit, and I assume that the previous versions 6.4.2 and 6.4.1 will work equally well under Windows 7. The problem that I&#8217;ve run into is 64bit specific. So, it could even be simpler if you have 32bit versions of the operating system.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Installation&lt;/b&gt;&lt;br /&gt;
The installation works out of the box. All components (VAPS, CCGLite and ETIFlex) can be installed just like on WindowsXP.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Case &#8220;gmake.exe&#8221;&lt;/b&gt;&lt;br /&gt;
I&#8217;ve very quickly seen that one component of the installation does not work with Windows 7: gmake.exe. VAPS uses this open source tool to help compiling the executables. The version of gmake.exe that was included by Presagis does not like 64 bit. Well, it was last compiled in 2003 and the used source code dates back to 1998!!! (use gmake &#45;v in the commandline to see). The solution is as simple as exchanging gmake.exe with a more recent version. I used a version found in the installation of TDM&#45;GCC&#45;4.5.1.&amp;nbsp; But I am confident that VAPS will work with any recent build of gmake from either cywin or mingw sources. I&#8217;ve copied the file &#8220;mingw32&#45;make.exe&#8221; from the Mingw32 folder to C:PresagisCCGLite643bin and renamed it to &#8220;gmake.exe&#8221;. This did the trick!&lt;/p&gt;

&lt;p&gt;&lt;b&gt;Problem with Favorites&lt;/b&gt;&lt;br /&gt;
The following problem with the Favorites still exists: If you want to browse for a path in the &#8220;Favorites&#8221; dialog, the application crashes. As a workaround you can double&#45;click into the fields with the mouse and write the path manually. (see attached image)
&lt;/p&gt;</description>
      <dc:date>2010-10-25T03:41:01-05:00</dc:date>
    </item>

    
    </channel>
</rss>
