Evidently you have dirent.h because your not getting a compile-time error (or are you?). The link-time error appears because you are not linking to the object file or library file containing the compiled "closedir()" function.
The header file must exist because the linker knows to...
I may have missed the point if so please rephrase your
question and I'll try again, but here's my suggestion...
A notepad document is an ASCII text file. This means the
file comprises lines each of which are terminated with
ASCII characters 10 (0x0a in hex) and 13 (0x0d in hex).
These...
I usually create my own listbox control be inherting
from MFC's CListBox.
i.e.,
class CMyListBox : public CListBox
and then add member called something like "LogLine", which
adds a string the end of the listbox scrolls to bottom of
the list box using SendMessage(WM_VSCROLL...
I have had similar experience with HyperTerminal affecting the com ports, but usually rather negatively; like I can't talk to com port again after HyperTerminal been in there and I have to reboot. When I saw you code sample here the first thing I notice was that you didn't mention where you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.