<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Goodbye Visual C++	</title>
	<atom:link href="https://ntcore.com/goodbye-visual-c/feed/" rel="self" type="application/rss+xml" />
	<link>https://ntcore.com/goodbye-visual-c/</link>
	<description></description>
	<lastBuildDate>Sat, 27 Dec 2008 07:05:00 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: ititit		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-115</link>

		<dc:creator><![CDATA[ititit]]></dc:creator>
		<pubDate>Sat, 27 Dec 2008 07:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-115</guid>

					<description><![CDATA[use gcc it could do anything if you&lt;br/&gt;know how to use it all of linux is&lt;br/&gt;compiled with gcc so i think that cff explorer could be compiled with&lt;br/&gt;gcc]]></description>
			<content:encoded><![CDATA[<p>use gcc it could do anything if you<br />know how to use it all of linux is<br />compiled with gcc so i think that cff explorer could be compiled with<br />gcc</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ntoskrnl		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-114</link>

		<dc:creator><![CDATA[Ntoskrnl]]></dc:creator>
		<pubDate>Mon, 22 Sep 2008 21:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-114</guid>

					<description><![CDATA[Well thanks torial, I guess sooner or later I&#039;ll have to go back at VC++, since I already noticed that compiling python on windows with mingw is a mess. So, most certainly I&#039;ll go back to that and will look into you just said. This post should be taken more as a rant than something serious, but it&#039;s true that in the last months I managed to work with gcc only.]]></description>
			<content:encoded><![CDATA[<p>Well thanks torial, I guess sooner or later I&#8217;ll have to go back at VC++, since I already noticed that compiling python on windows with mingw is a mess. So, most certainly I&#8217;ll go back to that and will look into you just said. This post should be taken more as a rant than something serious, but it&#8217;s true that in the last months I managed to work with gcc only.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Torial		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-113</link>

		<dc:creator><![CDATA[Torial]]></dc:creator>
		<pubDate>Mon, 22 Sep 2008 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-113</guid>

					<description><![CDATA[FWIW, if you use an older Edit Bin as part (e.g. not part of VS2008), and tie that to a post-build event, you can get it to work for NT.  Can&#039;t vouch for Windows 98.]]></description>
			<content:encoded><![CDATA[<p>FWIW, if you use an older Edit Bin as part (e.g. not part of VS2008), and tie that to a post-build event, you can get it to work for NT.  Can&#8217;t vouch for Windows 98.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ntoskrnl		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-112</link>

		<dc:creator><![CDATA[Ntoskrnl]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 21:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-112</guid>

					<description><![CDATA[snaury: well it&#039;s not totally ANSI, I guess, (the msvcr doesn&#039;t support it) and not only that, it doesn&#039;t work with fopen. If you look at the function it doesn&#039;t accept a FILE * argument. That&#039;s why I specified this factor in the post. I already saw that function. But thanks anyway.&lt;br/&gt;&lt;br/&gt;edgar: it is a very short step to bring it to other system, even with GUI since the Qt framework works on every possible system (win, mac, linux, bsd etc). Not only that. I made the CFF endian aware. It could work on a power pc as well.&lt;br/&gt;&lt;br/&gt;The ultimate goal would make the CFF run on many systems and adding support for many more formats other than PE.]]></description>
			<content:encoded><![CDATA[<p>snaury: well it&#8217;s not totally ANSI, I guess, (the msvcr doesn&#8217;t support it) and not only that, it doesn&#8217;t work with fopen. If you look at the function it doesn&#8217;t accept a FILE * argument. That&#8217;s why I specified this factor in the post. I already saw that function. But thanks anyway.</p>
<p>edgar: it is a very short step to bring it to other system, even with GUI since the Qt framework works on every possible system (win, mac, linux, bsd etc). Not only that. I made the CFF endian aware. It could work on a power pc as well.</p>
<p>The ultimate goal would make the CFF run on many systems and adding support for many more formats other than PE.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Snaury		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-111</link>

		<dc:creator><![CDATA[Snaury]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 21:40:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-111</guid>

					<description><![CDATA[Ouch, wrong man page. truncate and ftruncate are posix.&lt;br/&gt;&lt;br/&gt;http://www.opengroup.org/onlinepubs/009695399/functions/ftruncate.html]]></description>
			<content:encoded><![CDATA[<p>Ouch, wrong man page. truncate and ftruncate are posix.</p>
<p><a href="http://www.opengroup.org/onlinepubs/009695399/functions/ftruncate.html" rel="nofollow ugc">http://www.opengroup.org/onlinepubs/009695399/functions/ftruncate.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: edgar		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-110</link>

		<dc:creator><![CDATA[edgar]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 21:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-110</guid>

					<description><![CDATA[Mmmh, if you go this way, maybe it&lt;br/&gt;is also a short step to port it to different systems ?&lt;br/&gt;A UI version and a none UI version ?&lt;br/&gt;&lt;br/&gt;Sometimes (but maybe not for much peoples) it is important to have a tool which works in and also for different systems.]]></description>
			<content:encoded><![CDATA[<p>Mmmh, if you go this way, maybe it<br />is also a short step to port it to different systems ?<br />A UI version and a none UI version ?</p>
<p>Sometimes (but maybe not for much peoples) it is important to have a tool which works in and also for different systems.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Snaury		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-109</link>

		<dc:creator><![CDATA[Snaury]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 21:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-109</guid>

					<description><![CDATA[Actually, it seems there are functions ftruncate() and truncate(), at least they are present in both glibc and cygwin&#039;s newlib. Also, man ftruncate reveals some history:&lt;br/&gt;&lt;br/&gt;The truncate() and ftruncate() function calls appeared in 4.2BSD.&lt;br/&gt;&lt;br/&gt;It&#039;s just Microsoft not really supporting what all the other world uses. Be it fork() or a totally borked argument concatenation in exec*() and spawn*(). :-/ So I&#039;m not surprised something so vital is missing, and mingw supports only those things that are exported from msvcrt.dll.]]></description>
			<content:encoded><![CDATA[<p>Actually, it seems there are functions ftruncate() and truncate(), at least they are present in both glibc and cygwin&#8217;s newlib. Also, man ftruncate reveals some history:</p>
<p>The truncate() and ftruncate() function calls appeared in 4.2BSD.</p>
<p>It&#8217;s just Microsoft not really supporting what all the other world uses. Be it fork() or a totally borked argument concatenation in exec*() and spawn*(). :-/ So I&#8217;m not surprised something so vital is missing, and mingw supports only those things that are exported from msvcrt.dll.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ntoskrnl		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-108</link>

		<dc:creator><![CDATA[Ntoskrnl]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 18:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-108</guid>

					<description><![CDATA[I have been running Vista x64 for quite some time. If you look, I wrote one of the first articles about Vista &amp; x64. I&#039;m not interested in Windows 98, much more in NT4. And EVEN IF, I expect Microsoft:&lt;br/&gt;&lt;br/&gt;a) to give a full explanation for not supporting NT4&lt;br/&gt;b) provide an alternate compiling with an older C runtime&lt;br/&gt;&lt;br/&gt;From your comment I clearly understand that you didn&#039;t even bother reading the post, so why commenting at all?&lt;br/&gt;&lt;br/&gt;Moreover, the CFF Explorer is an internals tool. I wouldn&#039;t recommend to use an old operating system, but the application itself should be able to run with a minimum of requisites (especially if it is possible).]]></description>
			<content:encoded><![CDATA[<p>I have been running Vista x64 for quite some time. If you look, I wrote one of the first articles about Vista &#038; x64. I&#8217;m not interested in Windows 98, much more in NT4. And EVEN IF, I expect Microsoft:</p>
<p>a) to give a full explanation for not supporting NT4<br />b) provide an alternate compiling with an older C runtime</p>
<p>From your comment I clearly understand that you didn&#8217;t even bother reading the post, so why commenting at all?</p>
<p>Moreover, the CFF Explorer is an internals tool. I wouldn&#8217;t recommend to use an old operating system, but the application itself should be able to run with a minimum of requisites (especially if it is possible).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cdman83		</title>
		<link>https://ntcore.com/goodbye-visual-c/#comment-107</link>

		<dc:creator><![CDATA[cdman83]]></dc:creator>
		<pubDate>Sat, 21 Jun 2008 16:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://rcecafe.net/?p=33#comment-107</guid>

					<description><![CDATA[So why exactly should Microsoft support an antique operating platform? The Win 9x series is end of life for some time, using it makes no sense and you are exposing yourself and others to danger if you connect such a machine to the Intertubes (by adding one more zombie machine).&lt;br/&gt;&lt;br/&gt;Microsoft made the right decision here and if you are still running Win 9x, you should really, really look for alternatives.]]></description>
			<content:encoded><![CDATA[<p>So why exactly should Microsoft support an antique operating platform? The Win 9x series is end of life for some time, using it makes no sense and you are exposing yourself and others to danger if you connect such a machine to the Intertubes (by adding one more zombie machine).</p>
<p>Microsoft made the right decision here and if you are still running Win 9x, you should really, really look for alternatives.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
