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

Cannot open source file, Error #184

Open
DonovanPhoenix opened this issue Jun 10, 2018 · 0 comments
Open

Cannot open source file, Error #184

DonovanPhoenix opened this issue Jun 10, 2018 · 0 comments

Comments

@DonovanPhoenix
Copy link

Hello im using Visual Micro with Visual Studio.
I cannot compile because the IDE is telling me thare is missing source files. i have confirmed that they do exist, and i only have problems with this library.I have no idea what is wrong.

The problem is in
UIPclient.h

 #import "Client.h"
 #import "utility/mempool.h"
 #import "utility/uip.h"

UIPserver.h

 #import "Server.h"
 #import "UIPClient.h"

the error for the above is eg.

cannot open source file "(project_dir)/UIPClient.tlh"
cannot open source file "(project_dir)/Client.tlh"
cannot open source file "(project_dir)/Server.tlh"

and in script this function is not working
client.println("DATA from Client");

class "UIPClient" has no member "println"

here is some screen shots.
https://i.imgur.com/WcPgM77.jpg
https://i.imgur.com/WcPgM77.jpg
https://i.imgur.com/WcPgM77.jpg

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

1 participant