Hey, I'm trying to do the basic "Hello World" getting started with DynRPG. I've followed the instructions to the letter, but I can't get CodeBlocks to compile my code - it keeps trying to create a file in my C:\Users\...\AppData\Local\Temp director called ccV5pclg.s
I end up with about 50 errors consisting of:
C:\Users\Lizard\AppData\Local\Temp\ccV5pclg.s|16|Error: operand type mismatch for `push'|
C:\Users\Lizard\AppData\Local\Temp\ccV5pclg.s|39|Error: operand type mismatch for `call'|
C:\Users\Lizard\AppData\Local\Temp\ccV5pclg.s|302|Error: operand type mismatch for `pop'|
I installed CodeBlocks on my E drive to avoid administration issues. I also attempted to compile in Administrator mode and had the safe results. I'm using Windoze 7.
Help!