资源简介
这是一个绝对可以运行的源程序。。在vc 6.0的环境下本人已经测试过了哈哈

代码片段和文件信息
// BmpToJpg.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “BmpToJpg.h“
#include “BmpToJpgDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CBmpToJpgApp
BEGIN_MESSAGE_MAP(CBmpToJpgApp CWinApp)
//{{AFX_MSG_MAP(CBmpToJpgApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CBmpToJpgApp construction
CBmpToJpgApp::CBmpToJpgApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CBmpToJpgApp object
CBmpToJpgApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CBmpToJpgApp initialization
BOOL CBmpToJpgApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CBmpToJpgDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 1335 2002-09-13 22:03 BmpToJpg\BmpToJpg.clw
文件 2091 2002-09-13 21:27 BmpToJpg\BmpToJpg.cpp
文件 4288 2002-09-17 13:58 BmpToJpg\BmpToJpg.dsp
文件 541 2002-09-13 21:27 BmpToJpg\BmpToJpg.dsw
文件 1346 2002-09-13 21:27 BmpToJpg\BmpToJpg.h
文件 5550 2002-09-13 21:35 BmpToJpg\BmpToJpg.rc
文件 5145 2002-09-13 22:00 BmpToJpg\BmpToJpgDlg.cpp
文件 1433 2002-09-13 21:34 BmpToJpg\BmpToJpgDlg.h
文件 686592 2002-09-13 21:11 BmpToJpg\JpgDll.dll
目录 0 2002-09-17 13:54 BmpToJpg\res\
文件 1078 2002-09-13 21:27 BmpToJpg\res\BmpToJpg.ico
文件 400 2002-09-13 21:27 BmpToJpg\res\BmpToJpg.rc2
文件 870 2002-09-13 21:35 BmpToJpg\Resource.h
文件 210 2002-09-13 21:27 BmpToJpg\StdAfx.cpp
文件 1054 2002-09-13 21:27 BmpToJpg\StdAfx.h
目录 0 2002-09-17 13:58 BmpToJpg\
- 上一篇:F28335浮点库问题
- 下一篇:ADS2009license.lic
相关资源
- E4A无障碍跨程序操作类库(带源码、
- 设备管理系统源码
- 安卓wifi直连app源码
- 我的世界源码(易语言版)
- labview编程软件滤波器以及编写程序设
- 我的界面(visual foxpro)源码
- 易语言:一键cf基址源码
- The Secret Path 3D 3D魔方迷宫[源码][scra
- scratch垃圾分类源码(最终版本).sb
- 安卓QQ6.71协议源码易语言,qq协议源码
- 编译原理实验工具及参考源码(lex&
- E盾偷后台工具源码
- UNIX/LINUX编程实践教程的源码
- 十以内加减法练习 powerbuilder源码
- 农场开发项目
- OCR源码
- PLC上位机编程软件
- 用foobar2000听google音乐[更新一下]
- 学生信息管理系统源码
- 用VC 编写的仿QQ聊天室程序源代码
- 毕业论文之温度传感器DS18B20(源码
- 可自定义导航网站源码
- 栅栏填充算法源码(VC)
- msp430F149操作红外接收模块源码
- [免费]图像识别c 源码
- 周易排盘源码
- RSA算法源码
- 一个人脸识别程序源码
- 编译原理课程设计:词法语法编译器
- 透明加密源码及说明
评论
共有 条评论