Does anyone know how to link up MASM32 libraries to be used with external ASM procedures being used in Visual C++ programs,.
I wish I knew how!
THere must be ways to go about doing it, I'm not to knowlegble about make files
I've just been using
Project
Settings
Custom Build
then
adding this to
commands
D:\masm32\Bin\ml.exe /c /Cx /coff $(InputPath)
output
file.obj
But I bet there some otherstuff you can put in commands to to
external libraies linked to a Visual C++project
Thanks Andy
:stupid:
I wish I knew how!
THere must be ways to go about doing it, I'm not to knowlegble about make files
I've just been using
Project
Settings
Custom Build
then
adding this to
commands
D:\masm32\Bin\ml.exe /c /Cx /coff $(InputPath)
output
file.obj
But I bet there some otherstuff you can put in commands to to
external libraies linked to a Visual C++project
Thanks Andy
:stupid:
I have it set like this in Custom Build
of Project Settings in Visual C++
for a high lighted qsortsort.asm
Commands
D:\masm32\LIB\
D:\masm32\Bin\ml.exe /c /Cx /coff $(InputPath)
Output
qsortnums.obj
I wonder what I need to put in Commands or else where
to have acesss of Masm32 libraies
Thanks
Andy
:stupid:
of Project Settings in Visual C++
for a high lighted qsortsort.asm
Commands
D:\masm32\LIB\
D:\masm32\Bin\ml.exe /c /Cx /coff $(InputPath)
Output
qsortnums.obj
I wonder what I need to put in Commands or else where
to have acesss of Masm32 libraies
Thanks
Andy
:stupid: