📄 manual.htm
字号:
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=GB2312">
<title>FLib库用户手册</title>
</head>
<body bgcolor="#ffffe7" lang=ZH-CN style='tab-interval:21.0pt'>
<h2 align="center"><b><font color="#FF0000">FLib库</font></b></h2><p><font color="#FF0000">一,编译FLib
:</font><br> <br> 1 . 打开.\FLib\Lib\zlib\zlib.dsw工程,编译,将编译出的zlib.lib拷至.\FLib\Lib\下。<br>
<br> 2 . 打开.\FLib\Lib\png\png.dsw工程,编译,将编译出的png.lib拷至.\FLib\Lib\下。<BR> <BR>
3 . 打开.\FLib\Lib\tiff\tiff.dsw工程,编译,将编译出的tiff.lib拷至.\FLib\Lib\下。<BR> <BR> 4
. 打开.\FLib\Lib\jpeg\jpeg.dsw工程,编译,将编译出的jpeg.lib拷至.\FLib\Lib\下。<br> <br> 5 .
打开.\FLib\FLib.dsw工程,编译,将编译出的FLib.lib拷至.\FLib\Lib\下。<br> </p><p><font color="#FF0000"> 注意
:<BR> 1 . 以上五步中“<B>运行时库</B>(Project->Settings->C/C++->Code Generation->Run_time
LIB)”必须与你的工程使用的库一致。<BR><BR> 2 . 以上五步中“<B>MFC设置</B>(Project->Settings->Grneral->Use/Not
MFC)”必须与你的工程MFC or SDK一致。</font></p><p> <font color="#FF0000">二,在工程中使用FLib :</font><br>
<br> 1 . 在Tools->Options->Directories->Library files中加入FLib库目录 ( .\FLib\Lib
)。<br> <br> 2 . 将<font color="#FF0000">.\FLib\Include\</font>和<FONT COLOR="#FF0000">.\FLib\Lib\</FONT>和<font color="#FF0000">fool.h</font>拷至你的工程中。<BR> 拷贝Lib实在是迫不得已的,因为\Pic\Image.h中包含了jpeglib.h等文件。<BR>
<BR> 3 . Project->Settings->Link中library加入FLib.lib 。<br> <br> 4 .
在StdAfx.h中加入 :#include "fool.h" ,<br> 加入Include中所有文件或<FONT COLOR="#FF0000">把Include及其子目录加入Tools->Options->Directories->Include中</FONT>可以实现自动补全功能。<br>
<font color="#FF0000"></font></p><p> <font color="#FF0000">三,注意事项 :</font><br>
<br> 1 . 注意,因为有些函数调用了Win98,Win2000里的新函数,所以要编译这个库,你必须拥有较新的Platform SDK !<BR> 可以去我的主页上下载 http://crazybit.topcities.com/<br>
<br> 2 . 如果在SDK程序中出现如下错误 :<br> fatal error C1010: unexpected end of file
while looking for precompiled header directive<br> 则在->Project settings->C/C++->Precompiled
Headers中加入stdafx.h</p><p> </p><h2 align="center"><img src="stripe.gif" width="94%" height="2"><br>
</h2><table align=center bgcolor=ghostwhite border=0 cellpadding=0 cellspacing=0
width=650> <tbody> <tr> <td width="85%"> <p align=center>版权所有 <br> (C)1999 - 2002
付黎<br> <a href="mailto:crazybit@263.net">给我发信</a> <a
href="javascript:window.close()">关闭窗口</a> </p></td></tr> </tbody> </table><p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -