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
Description:
I encountered a runtime error while trying to create an instance of uhd::stream_args_t with the following parameters:
uhd::stream_args_tstream_args("fc32", "sc16");
Error Message:
string too long
UHD Version: uhd_4.7.0.0-release_Win64_VS2017.exe
Compiler: Visual Studio 2017
I have tried different combinations of CPU and OTW formats but still encounter the same error.
Using the default constructor does not produce the error.
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I ran into some issues with examples that seemed to be fixed before, saying it should work with UHD version 3.14.1.0 or later. But mine is 4.6.0.0, and I’m not sure if that’s the problem.See #198
Description:
I encountered a runtime error while trying to create an instance of
uhd::stream_args_t
with the following parameters:Error Message:
string too long
UHD Version: uhd_4.7.0.0-release_Win64_VS2017.exe
Compiler: Visual Studio 2017
I have tried different combinations of CPU and OTW formats but still encounter the same error.
Using the default constructor does not produce the error.
Thank you for your help!
The text was updated successfully, but these errors were encountered: