Location:
Search - ml.lib
Search list
Description: This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:\\masm32\\lib mousehook.obj
Platform: |
Size: 7276 |
Author: 风影 |
Hits:
Description: This the example from Iczelion s Win32 Assembly Tutorial part 24. In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path. If they re not in the path, you will have to edit makefile to include the full path. You ll have to edit the makefile to correct the path to import libraries in your PC. Type nmake in the same directory as makefile and the assembly process will begin. If you don t want to use the makefile, you can manually assemble the example with the commands below: ml /c /coff /Cp mousehook.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib mousehook.obj
Platform: |
Size: 7168 |
Author: 风影 |
Hits:
Description: xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
Platform: |
Size: 229376 |
Author: whr |
Hits:
Description: kniga za asembler PCI Enumerate Tool by WuJun@amoi.com.cn
copy Irvine16.inc into c:\masm611\include
copy Irvine16.lib into c:\masm611\lib
compile command: ML /nologo -c -Fl pci.asm
link command: LINK /nologo pci,,NUL,Irvine16
History
2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code
2004-12-1 v0.1 added function to show class and subclass string instead of hex code
2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
-kniga za asembler PCI Enumerate Tool by WuJun@amoi.com.cn
copy Irvine16.inc into c:\masm611\include
copy Irvine16.lib into c:\masm611\lib
compile command: ML /nologo -c -Fl pci.asm
link command: LINK /nologo pci,,NUL,Irvine16
History
2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code
2004-12-1 v0.1 added function to show class and subclass string instead of hex code
2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
Platform: |
Size: 902144 |
Author: 123 |
Hits:
Description: PCI Enumerate Tool by WuJun@amoi.com.cn
copy Irvine16.inc into c:\masm611\include
copy Irvine16.lib into c:\masm611\lib
compile command: ML /nologo -c -Fl pci.asm
link command: LINK /nologo pci,,NUL,Irvine16
History
2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code
2004-12-1 v0.1 added function to show class and subclass string instead of hex code
2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
- PCI Enumerate Tool by WuJun@amoi.com.cn
copy Irvine16.inc into c:\masm611\include
copy Irvine16.lib into c:\masm611\lib
compile command: ML /nologo -c -Fl pci.asm
link command: LINK /nologo pci,,NUL,Irvine16
History
2004-11-29 v0.1 prime version to show pcicfg as bus dev func venid devid class in hex code
2004-12-1 v0.1 added function to show class and subclass string instead of hex code
2004-12-2 v0.2 added pci struct,improve the data struct,make program to has more readablilty
Platform: |
Size: 360448 |
Author: 123 |
Hits:
Description: This the example from Iczelion s Win32 Assembly Tutorial part 9.
In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path.
If they re not in the path, you will have to edit makefile to include the full
path.
You ll have to edit the makefile to correct the path to import libraries in your PC.
Type nmake in the same directory as makefile and the assembly process will
begin.
If you don t want to use the makefile, you can manually assemble the
example with the commands below:
ml /c /coff /Cp controls.asm
rc menu.rc
link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib controls.obj controls.res
Any problem: contact me at Iczelion@win32asm.cjb.net
-This is the example from Iczelion s Win32 Assembly Tutorial part 9.
In order to assemble the example, you have to have ml.exe, link.exe and nmake.exe in your path.
If they re not in the path, you will have to edit makefile to include the full
path.
You ll have to edit the makefile to correct the path to import libraries in your PC.
Type nmake in the same directory as makefile and the assembly process will
begin.
If you don t want to use the makefile, you can manually assemble the
example with the commands below:
ml /c /coff /Cp controls.asm
rc menu.rc
link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib controls.obj controls.res
Any problem: contact me at Iczelion@win32asm.cjb.net
Platform: |
Size: 4096 |
Author: Nhat Anh |
Hits: