• L220 Error Message
    Hi, I'm able to compile one of my programs but while linking it gives me *** FATAL ERROR L220: Invalid Input Module MODULE : prog.obj what could be the reason ? regards, vipin
  • L220 Error Message
    Hi, I'm able to compile one of my programs but while linking it gives me *** FATAL ERROR L220: Invalid Input Module MODULE : prog.obj what could be the reason ? regards, vipin
  • INVALID INPUT MODULE
    Hello, somehow i got the following linker error (the compilation result = 0 error, 0 warning) FATAL ERROR 220 : INVALID INPIU MODULE MODULE : my_modul.obj <my_modul> could you advice what i...
  • INVALID INPUT MODULE
    Hello, somehow i got the following linker error (the compilation result = 0 error, 0 warning) FATAL ERROR 220 : INVALID INPIU MODULE MODULE : my_modul.obj <my_modul> could you advice what i...
  • L220
    Hello dear ALL, i have a next problem... I have a project with many c-files. One of them has an assembler code in it. ////////////////////////////////////// ...... ...... #pragma asm ...... ...