Hi guys,
I wrote a simple program using the data in small model and the code in large model, and the program worked perfectly, however, when I compiled the program with the data in large model, the program compiles, but it does not run!!!!
Does anyone have any clues about why this happen?
Thanks in advanced,
DB
If your system has XDATA, does it need to be enabled somehow before you can use it?
If you try to use it without first doing necessary initialisations, you will obviously fail!
"the program compiles, but it does not run!!!!"
You must understand that the fact that a program builds is no guarantee that it will run at all - let alone run as you intended!
The fact that a program builds just shows that you haven't broken any syntax rules.
Does the program give any warnings when it builds? Warnings will (usually) not prevent the program from building but may well point to the reason why it doesn't run, or doesn't run properly.