Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: exit0 on February 17, 2023, 08:37:15 am

Title: Can't use GetCommPorts()
Post by: exit0 on February 17, 2023, 08:37:15 am
I've tried to get a full list of serial interfaces available with many different techniques. Some other people told me to use "GetCommPorts()" function instead of iterating through the registry myself, but the CB IDE doesn't seem to know that function, even if i include <winbase.h> like told in the MS docs here https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-getcommports
And also having a "#pragma comment (lib, "OneCore.lib")" does not change anything. The compiler complains about an unknown function and also the IDE does not show up this function in the context-help.
Title: Re: Can't use GetCommPorts()
Post by: Miguel Gimenez on February 17, 2023, 08:57:12 am
General programming is OT here.
Title: Re: Can't use GetCommPorts()
Post by: stahta01 on February 17, 2023, 03:57:03 pm
Link to the CB wiki FAQs https://wiki.codeblocks.org/index.php/FAQ (https://wiki.codeblocks.org/index.php/FAQ)
Maybe it will help you on your next question. This one is off topic as the prior poster stated.

Edit: Add link to rules https://forums.codeblocks.org/index.php/topic,9996.0.html (https://forums.codeblocks.org/index.php/topic,9996.0.html)

Tim S.