Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
10/23/02 17:45
Read: times


 
#31318 - RE: [C51]Problem "Ilegal pointer conversion&q
Hello Maziar,

I think that the declaration in unit2.c should look as follows:

extern xdata char str1;

This is a completely different from
extern char str1 --> of "dummy" idata type

as fetching xdata and idata (dummy type) variables involve a completely different addressing instructions.

Regards,
Zbyszek







List of 11 messages in thread
TopicAuthorDate
[C51]Problem "Ilegal pointer conversion"            01/01/70 00:00      
RE: [C51]Problem "Ilegal pointer convers            01/01/70 00:00      
RE: [C51]Problem steiner            01/01/70 00:00      
RE: [C51]Problem "Ilegal pointer conversion&q            01/01/70 00:00      
RE: [C51]Problem \\\\\\\\            01/01/70 00:00      
RE: Code formatting in posts            01/01/70 00:00      
RE: Code formatting in posts - retry            01/01/70 00:00      
Erroneous External            01/01/70 00:00      
RE: [C51]Problem \            01/01/70 00:00      
thanx Craig Steiner            01/01/70 00:00      
RE: [C51]Problem "Ilegal pointer conversion&q            01/01/70 00:00      

Back to Subject List