Hi I'm trying to use the rtx can functions. However i get a lot of the "REFERNCE MADE TO UNRESOLVED EXTERNAL" type warnings. My guess is that the RTXICAN.lib file doesn't get properly linked. I have added the file to the keil\c51\LIB directory but that doesn't seem to do much. So basicly I would like to know what I am doing wrong here. Thanks in advance Frank Roberts
The unresolved ref messages are for the CAN functions which are listed in the RTX51 programmers manual. RTX51 is selected and the headerfile is properly referenced We also tried to include RTXICAN.lib directly into the project but that gives us even more errors. If I remember correctly there appeared to be some sort of conflict with the rtx library file. However I'm not sure and currently unable to check this. Frank Roberts