Showing posts with label dev-cpp. Show all posts
Showing posts with label dev-cpp. Show all posts

Tuesday, 8 February 2011

Realizzi di esser stato d'aiuto quando...

...trovi il tuo blog linkato nelle dispense di due università americane (Central Florida e Central Connecticut). Nice!

Il mio post sul workaround per far funzionare Dev-CPP sotto Vista (dio maledica Microsoft per le sue trovate balzane) è diventato un po' il fix de facto in giro per internet, e ha portato più traffico e commenti delle altre centinaia di post che ho realizzato, anche quelle probabilmente più utili come l'implementazione di Aho-Corasick in PHP (la prima open-source, afaik).

Quest'ultima è un fenomeno interessante, in quanto mi ha provocato solamente un'ondata di spam pornografico nei commenti... in giapponese. Qualcuno deve aver linkato il post su un sito del sol levante (che non riesco a recuperare), e da lì è partito un assalto che, dopo quasi un anno, non accenna ad arrestarsi.

Tuesday, 5 June 2007

Vista and Dev-Cpp


For unexplicable reasons, Dev-Cpp does not compile correctly under Windows Vista.

It seems that Microsoft's OS messes up with environment paths, or something.

After a morning of swears and curses, I found a post on SourceForge's forum, featuring a workaround.

All you have to do is:
  1. go in "tools > compiler options", move on "directories" tab and add "C:\Dev-Cpp\libexec\gcc\mingw32\3.4.2"
  2. go in "programs" ad put "C:\Dev-Cpp\bin\" before any executable name
Naturally, put no quotation marks and eventually replace C:\Dev-Cpp\ with your Dev-Cpp installation folder.

This seems to work. Upsetting anyway.