Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asio.hpp is Riddled with errors (also with config.hpp) #1553

Open
NahilTheDolfin opened this issue Oct 30, 2024 · 7 comments
Open

Asio.hpp is Riddled with errors (also with config.hpp) #1553

NahilTheDolfin opened this issue Oct 30, 2024 · 7 comments

Comments

@NahilTheDolfin
Copy link

So I'm working on an anonymous project. And also.hpp has at least 182 errors config has 8 only. And I wonder how to fix this please.Capture_decran_2024-10-30_232536.png

@klemens-morgenstern
Copy link
Contributor

This one should be used in a textbook about how to not write issues on github.

@joaotavora
Copy link

@NahilTheDolfin you have to add (a lot) more information about what you're trying to do with ASIO. What version you're using, how you are compiling, and more. This is sometimes known as a MRE (https://en.wikipedia.org/wiki/Minimal_reproducible_example) If you don't do that the chances that someone is going to go out of their way to guess what your problem is are extremely slim.

@NahilTheDolfin
Copy link
Author

@joaotavora I guess I should set the whole asio thing up before restarting I guess

@NahilTheDolfin
Copy link
Author

@NahilTheDolfin you have to add (a lot) more information about what you're trying to do with ASIO. What version you're using, how you are compiling, and more. This is sometimes known as a MRE (https://en.wikipedia.org/wiki/Minimal_reproducible_example) If you don't do that the chances that someone is going to go out of their way to guess what your problem is are extremely slim.

deos that mean i have set up ASIO? and i just need a yes or no response, but ill just set up asio to fix the problem and so i can continue on.

@NahilTheDolfin
Copy link
Author

This one should be used in a textbook about how to not write issues on github.

Goal: I’m using Asio to set up a node server and node client for a cryptocurrency project I’m building. The purpose is to manage decentralized network communication where nodes can validate transactions and share block data across the network.

Details

What I’m trying to do:
Set up asynchronous communication between nodes.

Handle multiple incoming and outgoing connections simultaneously for real-time updates.

Support both a node server (for handling requests) and a node client (for connecting users to the network).

Asio Version: 1.30.2

Compiler/IDE: GCC

Compiler: GCC
IDE: Visual Studio Code

OS: Windows 11

@klemens-morgenstern
Copy link
Contributor

These are not enough details.

@NahilTheDolfin
Copy link
Author

These are not enough details.

Ok no problem, just tell me what details i need to say. Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants