ipmsg332src

所属分类:网络编程
开发工具:Visual C++
文件大小:3672KB
下载次数:4
上传日期:2012-04-21 14:35:26
上 传 者lichcay
说明:  IPMSG WINDOWS32版源代码,内含工程文件,可直接在vs中打开编译
(IPMSG WINDOWS32 version of the source code)

文件列表:
ipmsg332src\external\lib\libpng_d.lib (1193740, 2012-03-17)
ipmsg332src\external\lib\zlib_d.lib (241592, 2012-03-17)
ipmsg332src\external\libpng\Debug\cl.command.1.tlog (12448, 2012-03-17)
ipmsg332src\external\libpng\Debug\CL.read.1.tlog (216150, 2012-03-17)
ipmsg332src\external\libpng\Debug\CL.write.1.tlog (4052, 2012-03-17)
ipmsg332src\external\libpng\Debug\Lib-link.read.1.tlog (4454, 2012-03-17)
ipmsg332src\external\libpng\Debug\Lib-link.write.1.tlog (2262, 2012-03-17)
ipmsg332src\external\libpng\Debug\lib.command.1.tlog (2832, 2012-03-17)
ipmsg332src\external\libpng\Debug\libpng.Build.CppClean.log (1785, 2012-03-17)
ipmsg332src\external\libpng\Debug\libpng.lastbuildstate (70, 2012-03-17)
ipmsg332src\external\libpng\Debug\libpng.log (3094, 2012-03-17)
ipmsg332src\external\libpng\Debug\libpng.write.1.tlog (0, 2012-03-17)
ipmsg332src\external\libpng\Debug\png.obj (90524, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngerror.obj (58853, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngget.obj (79202, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngmem.obj (51425, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngpread.obj (84683, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngread.obj (74396, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngrio.obj (46793, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngrtran.obj (137694, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngrutil.obj (119250, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngset.obj (78396, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngtrans.obj (58129, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngwio.obj (47892, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngwrite.obj (81564, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngwtran.obj (56085, 2012-03-17)
ipmsg332src\external\libpng\Debug\pngwutil.obj (108596, 2012-03-17)
ipmsg332src\external\libpng\libpng.vcproj (21420, 2011-12-19)
ipmsg332src\external\libpng\libpng.vcxproj (30894, 2012-03-17)
ipmsg332src\external\libpng\libpng.vcxproj.filters (2883, 2012-03-17)
ipmsg332src\external\libpng\libpng.vcxproj.user (143, 2012-03-11)
ipmsg332src\external\libpng\LICENSE (4303, 2011-07-07)
ipmsg332src\external\libpng\png.c (77489, 2011-07-07)
ipmsg332src\external\libpng\png.h (113843, 2011-07-07)
ipmsg332src\external\libpng\pngconf.h (22635, 2011-07-07)
ipmsg332src\external\libpng\pngdebug.h (5560, 2011-07-07)
ipmsg332src\external\libpng\pngerror.c (19965, 2011-07-07)
ipmsg332src\external\libpng\pngget.c (28550, 2011-07-07)
ipmsg332src\external\libpng\pnginfo.h (12671, 2011-07-07)
ipmsg332src\external\libpng\pnglibconf.h (6473, 2011-06-22)
... ...

--------------------------------------------------------------------- Source code of IP Messenger for Win version 3.32 H.Shirouzu Dec 19, 2011 Copyright (C) 1996-2011 SHIROUZU Hiroaki All Rights Reserved. --------------------------------------------------------------------- Index. 1. About IP Messenger 2. License 3. Requirements 4. Directory 5. Support 6. About self-extract installer ---------------------------------------------------------------------- 1. About IP Messenger - IP Messenger is a pop up style message communication software for multi platforms. It is based on TCP/IP(UDP). - This software don't need server machine. - Simple, lightweight, and free software :-) - Win, Win16, Mac/MacOSX, X11R6/GTK/GNOME, Java, Div version and all source is open to public. You can get in the following URL. http://ipmsg.org/index.html.en ---------------------------------------------------------------------- 2. License (BSD License) Copyright (c) 1996-2011 SHIROUZU Hiroaki All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. Neither the name of the SHIROUZU Hiroaki nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ---------------------------------------------------------------------- 3. Requirements - VS2005 or later - IP Messenger ver3.0 or later, use zlib/lipng for embedded image. http://www.libpng.org/pub/png/libpng.html http://zlib.net/ ---------------------------------------------------------------------- 4. Directory IPMsg----+-IPMsg.sln ... Project file for VS2005 or later | +-Src------+-ipmsg.cpp | | : | +-install-+- install.cpp | | : | +-External-+-Zlib---+-zlib.vcproj | | : | +-Libpng-+-libpng.vcproj | : +-Release--+- | +-Obj------+-Release-+- | +-Debug---+- ---------------------------------------------------------------------- 5. Support - ipmsg-ML is opened. If you want to subscribe for this ML, http://ipmsg.org/ (Japanese site) http://ipmsg.org/index.html.en (English site) ---------------------------------------------------------------------- 6. About self-extract installer - v3.10 or later, self-extract installer format is supported. This format is install.exe with additional files. Additional files are "ipmsg.exe", "ipmsg.chm", "setup.exe". Additional file format is this. \n===(70 characters)===\n filesize filename\n (Zlib compressed file) - I have used this python script for generate self-extract installer. ===================================================== import sys, zlib def add_file(f, fname): data = zlib.compress(open(fname, "rb").read()) f.write("\n%s\n" % ("=" * 70)) f.write("%d %s\n" % (len(data), fname)) f.write(data) def gen_inst(installer_name, installer_base, files): f = open(installer_name, "wb") f.write(open(installer_base, "rb").read()) for i in files: add_file(f, i) f.close() gen_inst("ipmsgXXX_installer.exe", "install.exe", ["ipmsg.exe", "ipmsg.chm", "setup.exe"]) =====================================================

近期下载者

相关文件


收藏者