Win32 Runtime Error

Hi,

Am building a software with a basic dll and an .exe talking to this dll.

The compilation/link and the total build is successful with no errors, but on execution of the app i get a runtime error- "Could Not Execute-Path not found:Win32 error 3"

Am I missing any environment settings have set the PATH variable with the absolute path of the dll and the exe.....

Any help please



Answer this question

Win32 Runtime Error

  • mr vice

    See http://support.microsoft.com/default.aspx scid=kb;EN-US;q305586

    SpyKraft wrote:

    Hi,

    Am building a software with a basic dll and an .exe talking to this dll.

    The compilation/link and the total build is successful with no errors, but on execution of the app i get a runtime error- "Could Not Execute-Path not found:Win32 error 3"

    Am I missing any environment settings have set the PATH variable with the absolute path of the dll and the exe.....

    Any help please



  • Mahesh D

    Do you run your app from windows explorer or from IDE In last case you must check Debug options - probably IDE fails to find program to start.

  • Win32 Runtime Error