Hi

does anyone know how to make assembly procedures availible in MS C++ 4.0?

my problem is that I can't write
__asm
{
}
outside a C procedure/function

however when I include the asm, the project doesn't detect the procedures inside of it and continues to give me link errors.


plz help

thanx