> whenever i compiled unit file in free pascal, compiler showing error
message "Identifier not found "MEMW"". can anybody help me on this?

AFAIK it's a direct memory access which is not possible in 32-bit (or
higher) protected mode OS. Figure out what the code wants to do and
implement it in a way possible in your OS.



--
View this message in context: 
http://free-pascal-general.1045716.n5.nabble.com/Identifier-not-found-MEMW-tp5719166p5719170.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to