On Tue, 07 Nov 2006 18:15:50 +0530 ranganadh Ganta <[EMAIL PROTECTED]> wrote:

rG> I want to make workspace in Visual studio for CClient. Is it possible
rG> for that ?

 Hello,

 It is possible but you'll probably have to create it yourself if you use
MSVC6. Here is the project file I use but it is for MSVC7:

http://mahogany.svn.sf.net/viewvc/*checkout*/mahogany/trunk/M/lib/imap/imap.vcproj

Notice that this corresponds to makefile.nt command line build and not
makefile.w2k one as I want to use the library on all Windows systems and
not just the recent ones.

rG> Can any one  give me the project setting-> C/C++-->project options what i 
rG> have to add?

 Not much, just CHUNKSIZE=65536 in preprocessor definitions. You have to
generate linkage.[hc] and auths.c files using the provided makefiles or add
custom build steps to your project to create them on the fly though.

 Good luck,
VZ

_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to