搜索资源列表
dllTest
- steps: . compile dll: cl /LD f.cpp . view the exports: dumpbin /exports f.dll . compile exe: cl test.cpp . run: test
testautomation
- 这是一个automation server 和 client 的演示程序 多个client 可以共享 server 进程 首先用ms vc++ .net 编译代码, 再运行 TestAutomation3.exe (server) 然后可以运行多个 TestAutomation2.exe (client) 单击 TestAutomation2 可以调用 TestAutomation3 中的方法和参数 -This is an automation server and c
spybot1.4-compliled
- spybot源码,用visual studio 2008命令行下编译器cl.exe编译通过,请用于学习研究,不要用于非法用途,本人对于任何人的非法行为不负任何责任。-spybot source code ,compiled by cl.exe
ClipBoard
- VC++下监视剪贴板数据,利用树状视图看文件目录-look at the clipboard正在创建临时文件“i:\reading_book_and_doing_programm\Tst7_1\Debug\RSP000013.rsp”,其内容为 [ /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Gm /EHsc /RTC1 /MLd /Fo"Debug/" /Fd"Debug/vc70.pdb" /W3 /c /Wp64 /ZI
usbusbusb
- Command Lines Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP26B.tmp" with contents [ /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Fp"Debug/mm.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c "
E-CodeExplorer
- 快速的静态反汇编易格式可执行文件。提供方便的跳转、调用目标地址的代码预览功能。 只有经过加载的程序才能进行反汇编分析。如果尚未被加载,会进行讯问。 开始加载后,等待被分析的文件加载成功,选择等待对话框的确定按钮。 注意:如果在进程分析设之中启用了“以DEBUG模式加载进程”,将不会出现这个提示。程序会以调试模式创建进程并自动中断到入口点进行加载。 进入反汇编窗口后,左上方是转跳跟踪列表,左下方是转跳预览框,右面就是反汇编结果。 主要功能通过顶部的工具栏和右键
vcPPstrings
- VC/C++源码,字符处理,字符转换 一 NMAKE和Makefile 字符编码 字符转换 关于字符转换的使用方法: 使用方法: 1 将要转换的字符串,传递给函数,从返回值中获取转换后字符串的长度。 2 分配字符串空间 3 再次调用函数,并将分配的空间传递给函数,获取结果 基本语法规则: window.exe:window.obj // 依赖行 cl.exe window
MyCompiler
- 这是个用纯C语言调用API写的IDE工具,内部的编译器用的是VC的CL.EXE,如果你用的是Mingw也无所谓,原理都一样-Call API written in pure C language IDE tools the internal compiler uses the VC CL.EXE, if you are using Mingw does not matter, the principle is the same
Compiler
- 命令行编译c++程序: 使用 cl.exe 的 vc6 版本, 复制到 .\VC6 目录下 示例: http://zhidao.baidu.com/question/281545175 @echo off cd c:\cl6 call setvars.bat cd bin\qq\qq cl stdafx.cpp /nologo /MD /W3 /GX /O2 /D WIN32 /D NDEBUG /D _WINDOWS /D _AFXDLL /D _M
PlaneGame2.exe
- main(1).cpp C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(326) : error C2374: i : redefinition multiple initialization C:\Documents and Settings\Administrator\桌面\Work\main(1).cpp(324) : see declaration of i C:\Documents and Setti
Bat.Create600PIcfile.Cl.Link.exe
- 软件自动批生成c源文件和批处理脚本,实现自动化编译链接生成若干个可执行文件,在没有大的开发环境时很方便。-create many c source file/dos bat file and automaticly compile/link to get exe file
main
- Small python utility to terminate VisualStudio C++ build(cl.exe) when it hangs
loader
- cs 注入器 大家学习一下吧 我很喜欢 C++语言 -# Microsoft Developer Studio Project File- Name TestFL - Package Owner <4> # Microsoft Developer Studio Generated Build File, Format Version 6.00 #** DO NOT EDIT** # TARGTYPE Win32 (x86) Application
md5
- MD5算法的C++实现, 包括md5.cpp,md5.h, test.cpp . 命令行 CL md5.cpp test.cpp即可生成 md5.exe . 执行md5.exe 带一个文件名可以计算那个文件的MD5值.-This is MD5 alggorithm of simple C++ realized. just run CL md5.cpp test.cpp will create md5.exe. md5.exe filename will compute MD5 value of