finally I found that wNim.res is actually obj file which can be read by ld of 
GCC, not res file

we can make it by 
    
    
     wnim.rc wnim.o
    cp wnim.o wnim.res
    
    
    Run

Reply via email to