Assembly listing with POCC 4.5?

Started by Greg, May 17, 2006, 11:55:39 PM

Previous topic - Next topic

Greg

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. ?

Pelle

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

Greg

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,

Greg

Pelle,

I got it working, I needed to specify the /Fo switch too.  #-o

Pelle

/Pelle