Development :  K-Meleon Web Browser Forum
K-Meleon development related discussions. 
I think your VS config is dummy
Posted by: Code Tiger
Date: March 20, 2007 11:34PM

1. All the out file path is hard code "f:\k-melon\..\debug\xxx", why do you use .. and . to set relative path to make life easier?

2. There are tons and tons of warning in VS .NET 2005 because of strcpy, memcpy and so on. These are OK to me, but the code is messed up with Unicode and MSCB type, for example, the bookmark proj cannot be compiled with UNICODE and _UNICODE, while bmpmenu and others could. Why do you unify them?

3. Does the rebarmenu prok really compilable? There is no rebar_menu dir but rebarmenu...

As a whole, it is more messy than I mentioned. Good luck, man!

Options: ReplyQuote
Re: I think your VS config is dummy
Posted by: Code Tiger
Date: March 20, 2007 11:37PM

I forgot one point: when creating a header, do this:

#ifndef IT_SUCKS
#define IT_SUCKS

blabla

#endif
or use #prama (once)

The util.h is a good example.

Options: ReplyQuote


K-Meleon forum is powered by Phorum.