I am using a single board computer to run a CVI application in XP embedded on boot up using registry key:
HKLM\software\Microsoft\Windows\CurrentVersion\Run\"stringvalue of my application". The application will check the low level driver with function CVILowLevelSupportDriverLoaded(). The problem is only when the ethernet is connected, the system can't detect the low level driver, and later low level functions such as inp, outp don't work well. If the computer boots up without ethernet connected, everything is fine.
Any confliction between the driver loading and the ethernet connection? Have you met this kind of problem before? Thanks very much.
fpmd.