Quote:
Hans => it's strange , when i don't select "asio" and i push the button "open asio configuration" i have this message ; "no asio control panel is availble for this asio device"

, and if i select "asio" (in blue) and than i push on the button "open asio configuration" nothing happen
I am under windows xp .
Thank you hans

And how was that in 6.32?
All I do is call this function:
Code:
void AsioIO::Configure(HWND hwndDlg)
{
if (ASIOControlPanel() == ASE_NotPresent)
{
MessageBox(hwndDlg, "No ASIO Control Panel is available for this ASIO device.", "ASIO Control Panel not available", MB_ICONERROR);
}
}
So basically, "ASIOControlPanel()". If you don't get a popup window, and no warning either, it just means that this function reports back that all is ok...
Edit: Issue now confirmed by more people

- uhm, scratch that - they have the same issue with 6.32. Not sure what's happening here...