Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Menu Icons are gone

<< < (3/15) > >>

takeshimiya:

--- Quote from: killerbot on December 30, 2005, 02:40:03 pm ---Win9x did not real have user concepts.

--- End quote ---

Wrong, Windows 95 and Windows 98 doesn't had user concepts. Windows 98 SE, Windows ME does have user concepts.

Ie. %APPDATA% is:

Windows 95/98/98SE/Me
C:\Windows\Application Data\

Windows 98SE/Me with user management enabled
C:\Windows\Profiles\<Windows user name>\Application Data\

Windows NT4
C:\Winnt\Profiles\<Windows user name>\Application Data\

Windows 2000/XP
C:\Documents and Settings\<Windows user name>\Application Data\

I don't know what's the situation in the registry, but for sure it's somewhat different to complicate the things...

killerbot:
I created a patch for it, works on my XP machine.
https://sourceforge.net/tracker/index.php?func=detail&aid=1393650&group_id=126998&atid=707418

Note : the old problem of clicking on a project, workspace given the error (though opening correctly) is not gone yet, will try to take a look at that also someday.

Lieven

killerbot:
A little bit of reading at the link :
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/programmersguide/shell_basics/shell_basics_extending/fileassociations/fa_verbs.asp

3 ways for those verbs : command (cb does that), DDE, cb does that also, and another one.
Why do we need that DDE. Because if the DDE failt, it falls back to the command one (unless you specify some other fallback). I get the impression if you double click for example on a cbp file, the DDE fails (the message box we see) and then switches back to the command version, which eventually opens the cbp file ok.

Who added that DDE : why ? Can we do without it ?

EDIT : I did the following test : for the cbp file renamed the ddeexec key, double click on a cbp file -> no error message at all. --> Die DDE, die, die  ;-)


Cheers,
Lieven

PS : I am not that familiar with all these registry things and verbs yet, so if I overlook something, please point it out to me, so at least I learn something.

Michael:
Hello,

I have had some problems with icons too in my notebook, but this time with the debug icons in the toolbar (the ones for fast access). If I pressed with the right button of the mouse I could just add/remove the icons for the main and the compiler, but not for the debugger (there was not even the option :?). Anyway, after I tried in another computer C::B worked fine. I assume it was some local problem. I have had such problem with RC2 and several SVN binary snapshots.

Michael

tiwag:
back to topic "Menu Icons are gone"

just noticed, that the actual SVN Windows build lacks the most of the menu icons compared to the linux version

see the screenshots


[attachment deleted by admin]

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version