Click here to Skip to main content
16,013,489 members

Bugs and Suggestions

   

General discussions, site bug reports and suggestions about the site.

For general questions check out the CodeProject FAQs. To report spam and abuse Head to the Spam and abuse watch. If you wish to report a bug privately, especially those related to security, please email webmaster@codeproject.com

 
GeneralWorkspaces Pin
Michael Mac3-Nov-02 1:46
Michael Mac3-Nov-02 1:46 
GeneralRe: Workspaces Pin
Paul Watson5-Nov-02 0:49
sitebuilderPaul Watson5-Nov-02 0:49 
GeneralRe: Workspaces Pin
Nnamdi Onyeyiri5-Nov-02 6:50
Nnamdi Onyeyiri5-Nov-02 6:50 
GeneralRe: Workspaces Pin
Michael Mac5-Nov-02 10:03
Michael Mac5-Nov-02 10:03 
GeneralRe: Workspaces Pin
Michael Mac5-Nov-02 10:02
Michael Mac5-Nov-02 10:02 
GeneralRe: Workspaces Pin
benjymous7-Nov-02 23:48
benjymous7-Nov-02 23:48 
GeneralRe: Workspaces Pin
Marco Bertschi6-Jun-14 23:32
protectorMarco Bertschi6-Jun-14 23:32 
Generalside effects of VC++7 Pin
Stephane Rodriguez.2-Nov-02 22:34
Stephane Rodriguez.2-Nov-02 22:34 
Just a reminder of the fact that people installing VC7 will not be able to run executable demos from most CP articles. Indeed, most of the CP articles in the repository contain MFC6-aware compiled executables, which may not be installed on the user's machine.

Also of note : a lot of people claim VC6 and VC7 compatibility in their articles. This is most of the time untrue. They just distribute .dsw and .dsp files, which indeed can be automatically converted to VC7, but compiling the code is a totally different matter. The code wil often fail miserably because of ATL changes or CString changes. Here is an exemple :

Now the VC7 compiler enforces the C++ standard and does not allow a const CString be used as a CString & reference param in a method call. This does not bring a warning, that's a full fledge error. There is not even a warning when compiling this under VC6. And this is very often used in source code.

I believe there are enough troubles in here when you actually unzip the files and TRY them to start adding "VCx-compliant" logos.

May be this reveals how little people actually use the source code. Or those people just handle it without complaining at all, and providing no feedback as well. I am not sure either way this is the way we should go.

Of course, as a reminder, when you have a VC++7 project, you can convert it back automatically using this free tool[^].


Back to real work : D-27.
GeneralRe: side effects of VC++7 Pin
Michael Dunn3-Nov-02 5:01
sitebuilderMichael Dunn3-Nov-02 5:01 
GeneralRe: side effects of VC++7 Pin
Stephane Rodriguez.3-Nov-02 6:15
Stephane Rodriguez.3-Nov-02 6:15 
GeneralRe: side effects of VC++7 Pin
peterchen4-Nov-02 13:25
peterchen4-Nov-02 13:25 
GeneralRe: side effects of VC++7 Pin
Stephane Rodriguez.4-Nov-02 19:15
Stephane Rodriguez.4-Nov-02 19:15 
GeneralUI suggestions for the voting Pin
Michael Dunn1-Nov-02 15:31
sitebuilderMichael Dunn1-Nov-02 15:31 
GeneralRe: UI suggestions for the voting Pin
Rohit  Sinha2-Nov-02 10:23
Rohit  Sinha2-Nov-02 10:23 
GeneralRe: UI suggestions for the voting Pin
Chris Maunder3-Nov-02 15:35
cofounderChris Maunder3-Nov-02 15:35 
GeneralRe: UI suggestions for the voting Pin
Nick Parker3-Nov-02 15:58
protectorNick Parker3-Nov-02 15:58 
GeneralRe: UI suggestions for the voting Pin
Paul Watson3-Nov-02 20:35
sitebuilderPaul Watson3-Nov-02 20:35 
GeneralRe: UI suggestions for the voting Pin
peterchen4-Nov-02 13:27
peterchen4-Nov-02 13:27 
Generallink to amazon Pin
Philip Fitzsimons1-Nov-02 7:19
Philip Fitzsimons1-Nov-02 7:19 
GeneralRe: link to amazon Pin
Nnamdi Onyeyiri2-Nov-02 2:27
Nnamdi Onyeyiri2-Nov-02 2:27 
Generalnew forum Pin
Jason Henderson31-Oct-02 10:05
Jason Henderson31-Oct-02 10:05 
GeneralRe: new forum Pin
Paul Watson1-Nov-02 4:03
sitebuilderPaul Watson1-Nov-02 4:03 
GeneralRe: new forum Pin
Philip Fitzsimons1-Nov-02 6:57
Philip Fitzsimons1-Nov-02 6:57 
GeneralNoise Filters Pin
Brian Delahunty31-Oct-02 9:42
Brian Delahunty31-Oct-02 9:42 
GeneralRe: Noise Filters Pin
Shog931-Oct-02 14:39
sitebuilderShog931-Oct-02 14:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.