0 Members and 2 Guests are viewing this topic.
Asm(EFF14278B72003EFD84F
.AXEArchive "prgmAXE"
But why do you want to archive the program you are runnin ? Can't you just launch it with a shell that is able to launch archived programs (that is to say, any shell) ?
If you compile your program for noshell, it's actually pretty easy and the OS doesn't get into your way:Code: [Select].AXEArchive "prgmAXE"Ta da!
Quote from: Builderboy on December 06, 2012, 04:21:56 pmIf you compile your program for noshell, it's actually pretty easy and the OS doesn't get into your way:Code: [Select].AXEArchive "prgmAXE"Ta da! I tried this but got an error when i tried to compile. It said "no nested libs".
Quote from: hardyboy16jm on December 06, 2012, 09:39:03 pmQuote from: Builderboy on December 06, 2012, 04:21:56 pmIf you compile your program for noshell, it's actually pretty easy and the OS doesn't get into your way:Code: [Select].AXEArchive "prgmAXE"Ta da! I tried this but got an error when i tried to compile. It said "no nested libs".That seems like a strange error to get in those circumstances, what version of Axe are you running? And are you sure you typed it in exactly right?
In that case you have a subroutine in a subroutine.