ilugd
Beware of the innocent
I am doing some network programming with the win32api and it is taking too long. I am using devcpp and it doesn't have any documentation for the api calls. I downloaded the win32 api help file but it doesn't have docs for getcomputerex call etc. The main trouble i have is when i use a function that should work.
But it doesn't. I search high and low and finally i some #define in an obscure header file with over 200 lines has maybe one value that has to be changed (eg, getcomputernameex wasn't working at all. After spending over 8 hours googling & going though the header files, i found that i had to change the definition of _win32_winnt from 0x0300 to 0x0500 in windef.h) I really wanted to throw something at the monitor that day. Well anyway, what i wanted to know was, is this situation usual and do you all face it or am i doing something wrong?? Are there some sites for such situations with good documention? Is there api documention available (other than msdn, it takes too long to load and is too technical) Also i would like to create a knowledge store or something with this information so that it would help others. Any ideas or pointers to some sites??
I hope this post is not too vague
But it doesn't. I search high and low and finally i some #define in an obscure header file with over 200 lines has maybe one value that has to be changed (eg, getcomputernameex wasn't working at all. After spending over 8 hours googling & going though the header files, i found that i had to change the definition of _win32_winnt from 0x0300 to 0x0500 in windef.h) I really wanted to throw something at the monitor that day. Well anyway, what i wanted to know was, is this situation usual and do you all face it or am i doing something wrong?? Are there some sites for such situations with good documention? Is there api documention available (other than msdn, it takes too long to load and is too technical) Also i would like to create a knowledge store or something with this information so that it would help others. Any ideas or pointers to some sites??
I hope this post is not too vague