Hi,

We seem to have a rash of bugs in the current Windows Unicon binaries.  I
have a fix pending for the IDE mishandling of tab characters.  Some of the
"runs but doesn't generate a .exe" type of errors might be related to an
error in which we are not handling spaces in pathnames such as \Program
Files properly.  This (Jeffery claims without proof) was working in some
earlier distribution but has crept back into the broken category.

I can confirm a few points: the IDE uses wicont.exe instead of icont.exe,
the main difference ostensibly being that wicont.exe is not supposed to
create an ugly black console window every time you fire it off from inside
the IDE.

The AppData reference here is not built-in to Windows Unicon, Windows Unicon
is trying to write a lot of compiler output do a directory specified by
a TEMP environment variable. On some Win7's everything seems to be working
great, but on a high enough percentage of them, there seems to be a
permissions issue for which we need to alter our strategy or assumptions
regarding how Windows wants us to write temporary files. In the old days of
Windows Icon, we were simply using a C library function to create our
temporary files, and it was doing so in C:\ which Microsoft outlawed some
time ago, so that's why we switched over to trying to write them where TEMP
says to do so.

Cheers,
Clint

On Tue, Feb 1, 2011 at 10:24 AM, Steve Graham <solitary.wandere...@gmail.com
> wrote:

> On Tue, Feb 1, 2011 at 10:40 AM, Steve Graham <
> solitary.wandere...@gmail.com> wrote:
>
>> I noticed that wunicon seemed to be calling wicont.  So, I tried compiling
>> farb.icn (in the ipl/progs dir) with wicont.  It could not do it.  Neither
>> could icont.
>>
>>
>> Steve
>>
>> ===
>>
>>
>> On Tue, Feb 1, 2011 at 10:34 AM, Steve Graham <
>> solitary.wandere...@gmail.com> wrote:
>>
>>> Another thing I've noticed is that when I load a .icn file and try to
>>> create an executable, I get a message in the lower window, such as "wuncion
>>> -quiet -log C:\Users\Steve\AppData\Local\Temp\ui11769501 farb.icn"
>>>
>>> However, I see no error messages and no created executables.
>>>
>>> Also the odd thing is my OS (Windows 7 Home Premium (64-bit) will not
>>> allow me to create the AppData folder.
>>>
>>>
>>> Steve
>>>
>>> ---
>>>
>>>
>>> On Tue, Feb 1, 2011 at 9:43 AM, Edward A. Feustel 
>>> <efeus...@hughes.net>wrote:
>>>
>>>> In trying to develop for Windows 7 Professional,
>>>> I noticed two peculiarities:
>>>> 1. Looking at programs running on previous operating
>>>> systems, in the ide, I get a version of lines in black and
>>>> an underlying version in green displaced by about 5
>>>>  spaces to the right. Only indented lines (that had tabs)
>>>> seemed to be affected.
>>>>
>>>> 2. When using the mouse to select a character in the IDE,
>>>> the point selected seems to be about 5-6 characters to the right
>>>> except for the last character in the line which is the correct
>>>> character.
>>>> This seems to occur whether there is a tab in the line or not.
>>>>
>>>> Is there a different version of the system for 64 bit OS?
>>>>
>>>> Thanks,
>>>> Ed Feustel
>>>>
>>>>
>>>> ------------------------------------------------------------------------------
>>>> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
>>>> Finally, a world-class log management solution at an even better
>>>> price-free!
>>>> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
>>>> February 28th, so secure your free ArcSight Logger TODAY!
>>>> http://p.sf.net/sfu/arcsight-sfd2d
>>>> _______________________________________________
>>>> Unicon-group mailing list
>>>> Unicon-group@lists.sourceforge.net
>>>> https://lists.sourceforge.net/lists/listinfo/unicon-group
>>>>
>>>
>>>
>>
>
>
> ------------------------------------------------------------------------------
> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
> Finally, a world-class log management solution at an even better
> price-free!
> Download using promo code Free_Logger_4_Dev2Dev. Offer expires
> February 28th, so secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsight-sfd2d
> _______________________________________________
> Unicon-group mailing list
> Unicon-group@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/unicon-group
>
>
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to