[MOD] Arduino Enhanced Release 1.0.5 for Windows (installer, drivers, etc) +SRC

:astonished: :astonished: Hello World :astonished: :astonished:
Hello Eried,
I have a problem implementing how to fix a arduino blurry icon in win 7 taskbar
i downloaded your tutorial from here: http://servicios.ried.cl/arduino/temp/windows7_arduino-1.0.1_fix.rar
and when i try the 4th step, and run arduino it say:

"Could not read default settings.
You'll need to reinstal Arduino."

i also tried to replace the "awt.dll" in the "java/bin" folder
but nothing is solved so far.

P.S:
I am using Arduino 1.0.3
sorry if my English is bad
:astonished: :astonished: Hello World :astonished: :astonished:

copet_pitik:
:astonished: :astonished: Hello World :astonished: :astonished:
Hello Eried,
I have a problem implementing how to fix a arduino blurry icon in win 7 taskbar
i downloaded your tutorial from here: http://servicios.ried.cl/arduino/temp/windows7_arduino-1.0.1_fix.rar
and when i try the 4th step, and run arduino it say:

"Could not read default settings.

You'll need to reinstal Arduino."



i also tried to replace the "awt.dll" in the "java/bin" folder
but nothing is solved so far.

P.S: 
I am using Arduino 1.0.3
sorry if my English is bad
:astonished: :astonished: Hello World :astonished: :astonished:

You don't need that fix. Is bundled in this version. (also the fix is for 1.0.1, not 1.0.4)

Hey eried,

By mistake i installed both the non-java version and Recommended version of your Enhanced Arduino 1.0.4 Package.
After a restart, one of the versions lost the Arduino icon, and shows up with "Unknown File" icon instead.
I have removed both and installed each one again, but i cant seem to get my Icon Back...

What to Do??

Regards

The Icon is like this, and it is the same way in Program Files (x86)/Arduino folder.

EDIT: I am on Windows 7 x64. Please Help.

pic.bmp (56.3 KB)

Manually delete the link from the desktop and then install the version you want (since both versions use the same link, the second one "respected" the existing icon, so it didn't removed it on the unninstall)

eried:

copet_pitik:
:astonished: :astonished: Hello World :astonished: :astonished:
Hello Eried,
I have a problem implementing how to fix a arduino blurry icon in win 7 taskbar
i downloaded your tutorial from here: http://servicios.ried.cl/arduino/temp/windows7_arduino-1.0.1_fix.rar
and when i try the 4th step, and run arduino it say:

"Could not read default settings.

You'll need to reinstal Arduino."



i also tried to replace the "awt.dll" in the "java/bin" folder
but nothing is solved so far.

P.S: 
I am using Arduino 1.0.3
sorry if my English is bad
:astonished: :astonished: Hello World :astonished: :astonished:

You don't need that fix. Is bundled in this version. (also the fix is for 1.0.1, not 1.0.4)

Okay, thanks Eried..

@eried,

Thanks a lot...! Problem Solved.
Uninstalled, Rebooted, reinstalled and it worked like a charm.

Regards

I just had to say thanks, fought with the standard release for a sad amount of time before I found this. One liter of Pepsi coming your way my friend, my night just got alot better!

Eried ,
This installed perfectly. I have been trying to program ATTiny 85 for several days and run into a brick wall. I followed the same instructions with your 1.0.4 and it worked without a hitch .

Thank you for sharing !
BobbyD

hole:
Try this:

enter this into the IDE:

 int blah;                                        // some comment

Now delete the comment starting with the //.

 int blah;

If you press POS1 your cursor jumps to the begin of the line.

|int blah;

If you press END your cursor jumps to the end of the line.

 int blah;                                       |

Okay! it's Auto-format fixed now. Enjoy!

psgarcha92:
@eried,

Thanks a lot...! Problem Solved.
Uninstalled, Rebooted, reinstalled and it worked like a charm.

Regards

BobbyD:
Eried ,
This installed perfectly. I have been trying to program ATTiny 85 for several days and run into a brick wall. I followed the same instructions with your 1.0.4 and it worked without a hitch .

Thank you for sharing !
BobbyD

dawiz711:
I just had to say thanks, fought with the standard release for a sad amount of time before I found this. One liter of Pepsi coming your way my friend, my night just got alot better!

Nice it worked fine for all of your machines.

PD: My pepsi stash is full for now! :smiley:

Great work, thank you very much.

Thank you for sharing. Very good.

An question.
Do you think it's had to implement an intellisense for IDE editor like codeblock or visual studio ?

nid69ita:
Thank you for sharing. Very good.

An question.
Do you think it's had to implement an intellisense for IDE editor like codeblock or visual studio ?

Well, yes and no. I will love to have intellisense, but not a crappy implementation... so for now I think you better try with VS plugin or eclipse plugin for Arduino.

Ok, I understand :grin:

i have a problem adding libraries , i tryied to add for example SoftPWM library
https://code.google.com/p/rogue-code/wiki/SoftPWMLibraryDocumentation

and when i launch the program hang , and terminated.. is this normal?

gc9n:
i have a problem adding libraries , i tryied to add for example SoftPWM library
Google Code Archive - Long-term storage for Google Code Project Hosting.

and when i launch the program hang , and terminated.. is this normal?

How you added the library? I tested that softpwm lib and it Works nice: http://screencast.com/t/zktXVt1lB1H4

ok , i just paste the folder and its contents into the C:\Program Files (x86)\Arduino\Arduino ERW 1.0.4\libraries

i have the win 7 home

Well, you shouldn't paste it there directly (also that folder requires administrator privileges), as you can see in the video, this 'enhanced' ide will even auto detect the things inside the library automatically, so try that way. Just click "Manage libraries..." and "Add"

eried:
Well, you shouldn't paste it there directly (also that folder requires administrator privileges), as you can see in the video, this 'enhanced' ide will even auto detect the things inside the library automatically, so try that way. Just click "Manage libraries..." and "Add"

Ok i will try that. , i think this way send the libraries into the folder
my documets\arduino\libraries

does it support Arduino DUE board?

does this support arduino due ?