2008-07-10

Licenta

Am sustinut examenul de licenta si totul a fost ok. Vezi notele aici.

2008-07-03

MinGW Developer Studio 2.05 cu MinGW 5.1.4

MinGW Developer Studio 2.05 de la Parinya Software are inclus o versiune de MinGW mai veche şi se poate folosi din primul moment. Însă dacă se doreşte utilizarea sa cu ultima versiune de MinGW, atunci după ce a fost instalat aşa cum am discutat în acest post, se merge în Edit->Options..., tabul Compiler şi se alege în căsuţa corespunzătoare etichetei MinGW path calea C:\MinGW\.

2008-07-02

Bad Icon for IE7

I have chosen to use Internet Explorer 7 as my default browser in Windows XP SP3. For some reason the Start menu icon for the browser didn't show fine. After a bit of research, i found that it simply has set up a bad icon index to -7. I turn it to 0 and everything went fine. The registry key that I have modified follows:
[HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\IEXPLORE.EXE\DefaultIcon]
I modified the default string value to:
C:\Program Files\Internet Explorer\iexplore.exe,0
By the way, the 57th (0x39) byte in a LNK file shows the icon index used.