does anybody know how to take "pmode interface go32-v2" off from exec´s of gnu-pascal or free-pascal compiler, it generate a big file as 540kb or 350kb a very simple program only shows " hello, world! ", and I cannot use like mov eax, cr0 cuz executable program when it begin to run return a error kind of 216 ? ? ?
please now I got this broblem!!!
RodrigoFagner
GNU-Pascal help! take "go32-v2" off
RE:GNU-Pascal help! take
when using gnu pascal, you can supply the "-c" parameter. this will instruct gnu pascal to output object files. link those together with ld to whatever format you like.