You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem? 1. Install Clink
2. start command prompt What is the expected output? What do you see instead? Expected: Command prompt application should start with clink
Instead what I saw: clink_x64.exe - Application Error
Application error will come with following message.
"The application was unable to start correctly (0x00000cc). Click OK to close the application." What version of the product are you using? On what operating system? clink_0.1.1_setup.exe Please provide any additional information below. I'm using windows7, 64-bit Operating System
Well problem is resolved with Microsoft Visual C++ 2010 Redistributable Package (x64). It was not installed on my system. I just installed and clink is working fine.
Seems you solved this on your own. The dependency on the MSVC redist is noted on clink's project page. I've moved it higher up too, and renamed it to something more appropriate.
From [email protected] on September 20, 2012 10:29:06
What steps will reproduce the problem? 1. Install Clink
2. start command prompt What is the expected output? What do you see instead? Expected: Command prompt application should start with clink
Instead what I saw: clink_x64.exe - Application Error
Application error will come with following message.
"The application was unable to start correctly (0x00000cc). Click OK to close the application." What version of the product are you using? On what operating system? clink_0.1.1_setup.exe Please provide any additional information below. I'm using windows7, 64-bit Operating System
Attachment: app_error.jpg
Original issue: http://code.google.com/p/clink/issues/detail?id=52
The text was updated successfully, but these errors were encountered: