Quick Start Guide User guide
Getting Started
for I-7000 Series Modules
Date: Jan-08, 2002 Version 1.02 page: 55
bProcessing = true;
........................
........................
// if (something wrong ) {
//bProcessing = false; // enable next timer event to enter
//return;
//}
........................
........................
bProcessing = false; // enable next timer event to enter
}
Q: What if I receive the "Unable to create process" error message with
Borland C++ Builder and Delphi?
A:
This error message could have occurred if a .DLL file could not be found in
your system. Please create a .exe file for this program and then run the
execution file. Different error messages may appear as follows; here are
explanations for each.
Error Title: Error Starting Program
Error Message: A required .DLL file, XXXX.DLL, was not found.
Note what .DLL files are missed. Copying the specific .DLL files into the
system folder of Windows will solve this problem. In general, the system
folder is:
C:\Windows\system (for Windows 95/98/ME)
Or C:\WinNT\System32 (for Windows NT/2000/XP)
If needed, check the Windows settings to find the system folder.










