I have been trying to produce an assembly listing with POCC 4.5 using the /Tx86-asm switch. It worked in the past, not now. I don't get an error, but I don't get a listing either. I'm assuming it's due to the new assembler. ?
Hm. It works here (from the command line). I use it often for testing, so it should work. If you are doing this from the IDE, I think the IDE will "force" an OBJ extension on the file. Maybe this is it?
Pelle
Pelle,
I was trying to do it from the command-line. I'll go back and try it again, I must be doing something wrong.
Thanks,
Pelle,
I got it working, I needed to specify the /Fo switch too. #-o
OK, I see...