sgstair Posted March 20, 2006 Share Posted March 20, 2006 A stupid question about Notepad programmer : How do you make a 'or' in a "while" or in a "if" ? i tried |, ||, or, v ? The 'help' don't help me... Stephen : Have you an idea about my waranty message ? Sometimes, Notepad say nothing and make the file ds.gba. Nb: i changed the main file.<{POST_SNAPBACK}> bitwise or is |logical or is ||you probably mean logical or, like if(a<5 || b<5) "If a is less than 5 or b is less than 5" "waranty message"? I'm not sure what you mean, can you be more specific? -Stephen Link to comment Share on other sites More sharing options...
yorel Posted March 20, 2006 Author Share Posted March 20, 2006 I tried ||. mmm i will retry... The waranty message on the post 17 of this section http://www.1emulation.com/forums/index.php...11entry189957 Link to comment Share on other sites More sharing options...
sgstair Posted March 21, 2006 Share Posted March 21, 2006 I tried ||. mmm i will retry... The waranty message on the post 17 of this section http://www.1emulation.com/forums/index.php...533;entry189957<{POST_SNAPBACK}> Ok, I just went back briefly through the code you posted here on the board and the reason you have those warnings is because you did not include all of the data from the files when you combined everything in this case you're missing information about struct sockaddr (should be in sys/socket.h) I really don't have the time to look after your project though, so if you managed to leave out other necessary stuff, you'll have to figure it out on your own. It's really not hard to use the libraries in a compiled form and there are many people on the boards and elsewhere who will be happy to help you get it working. -Stephen Link to comment Share on other sites More sharing options...
yorel Posted March 21, 2006 Author Share Posted March 21, 2006 ok, thx i will see in this file. I don't want you to correct all my errors, just give me an idea what kind of error it is, just what you do for the first one. Thanks a lot. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now