Wait until driver is loaded

Hi,
I have developed a simple application that uses a Digital Input/Output card.
All works fine, but I've tryied to create a shortcut into start menu to make it start at Windows start. The problem is that my application starts but the card driver is not loaded. If I wait the system to start and then start the program using the shortcut it works fine.

Any idea how solve this

Thanks,


Answer this question

Wait until driver is loaded

  • Markus Berthold

    The C++ language has no direct support for operating system drivers, thefefore you need to aks this question somewhere that people familiar with the driver can help you. Hopefully the driver has a way for you to either wait for the driver to become ready or at least test to determine if it is ready.

  • Wait until driver is loaded