Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
Re: Try to change code as: [CODE]if(ADRESL==0x00) {lcddata('O'); DELAY(2); lcddata('F'); DELAY(2); lcddata('F'); DELAY(2); } else if(0x00<ADRESL && ADRESL<0x70) { lcddata('S'); DELAY(2); } else { lcddata('M'); DELAY(2); }[/CODE] And more over, concentrate on datatype of "ADRESL". | |
Re: Goto Project -> Settings -> Use MFC in a Shared DLL Then, Please try to include #include <afx.h> |
The End.