Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: georgewicks on September 30, 2024, 11:34:36 pm

Title: How do I use non-gui related code with wxwidgets?
Post by: georgewicks on September 30, 2024, 11:34:36 pm
Hi,
I'm not sure, this may have been answered before: I want to know if I can use plain vanilla sockets and select code within the wxwidgets framework? I have a lot of code already written, and I really don't want to adapt the socket code to wxSocket code. Is this possible with wxwidgets and code blocks?
Thanks
Title: Re: How do I use non-gui related code with wxwidgets?
Post by: Miguel Gimenez on October 01, 2024, 10:10:52 am
Code::Blocks is an IDE, it does not impose what code you can use.