1.
Does anyone have gdiplus.lib?
5 posts - 4 authors - Last post: Jan 22, 2007Does anyone have gdiplus.lib? ... I have the .inc but not the .lib for some reason. Thanks. ... is the ver of gdiplus.lib what you want ? ...
2.
Cannot open include file: 'stdio.h'
3 posts - 2 authors - Last post: Mar 10, 2008f:\c_files\asc32time\asc32time\stdafx.h(10) : fatal error C1083: Cannot open include file: 'stdio.h': No such file or directory ...
3.
how to remove underscore and @
contains the name without the underscore and the @(number of bytes to remove) so if my proc is: myproc proc arg1:DWORD the name would be simply: ...
4.
Print Page - How to generate a .COM file?
ASM file, how could I generate a .COM file that can run under real mode in MS-DOS ... So I need a way using either of the two MASM versions to generate a . ...
5.
fda2 from "\masm32\tools"
6 posts - 2 authors - Last post: Dec 8, 2008I've worked on a program like fda2 (which is a bin2obj program). After having read the pecoff_v8 documentation from Microsoft to understand ...
6.
New version of Turbo C++, free download
15 posts - 7 authors - Last post: Oct 26, 2006C:\TASM\BIN\impdef.exe. C:\TASM\BIN\IMPLIB.EXE C:\TASM\BIN\make.exe ... i dont see why is not legal because its free to download @ToutEnMasm ...
7.
Turbo Assembler
4 posts - 4 authors - Last post: Oct 10, 2007LZASM (lazy assembler): very good, fully functional, supports full TASM Ideal mode syntax. SOL_ASM: My own assembler that supports a ...
8.
GetFileExtension
6 posts - 4 authors - Last post: Jul 25, 2007GetFileExtension. ... Author, Topic: GetFileExtension (Read 4420 times) ... GetFileExtension PROC _file:DWORD invoke StrLen,_file ...
9.
GetFileExtension
Here is a GetFileExtension procedure. It reads the extension of a filename including the dot ... GetFileExtension.zip (1.95 KB - downloaded 121 times.) ...
10.
Print Page - mov hInstance, rv(GetModuleHandle, NULL)
invoke GetModuleHandle, NULL mov hInstance, eax ... but macros like switch/case are little more than an attempt to write C with MOV. ...