Forum: C++ Jan 1st, 2008 |
| Replies: 1 Views: 491 Oops, the last paragraph is wrong. Connection.h's intellisense does not let me see SocketServer's constructors just as Connection.cpp doesn't.
The problem of not being able to use the constructor... |
Forum: C++ Jan 1st, 2008 |
| Replies: 1 Views: 491 Aight, so I know I just posted a few hours ago but I promise that after this bug I'll not posted for a couple of days... or weeks.
Aight, so I have two classes -> Connection, and SocketServer... |
Forum: C++ Dec 31st, 2007 |
| Replies: 3 Views: 1,980 |
Forum: C++ Dec 31st, 2007 |
| Replies: 3 Views: 1,980 Hey. So I figured it out and it was pretty basic.
All I needed to do was include "ws2_32.lib", I did this
through the code: #pragma comment(lib, "ws2_32.lib").
... |
Forum: C++ Dec 31st, 2007 |
| Replies: 3 Views: 1,980 Hi,
I'm having trouble getting this linker bug to go away.
I have 2 files: Socket.cpp and Socket.h. I know that these files are legitamite because my professor gave them to me during last... |