Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMutiple Doc/View Support in MDI MFC App Problem Pin
bneacetp16-Aug-03 15:46
bneacetp16-Aug-03 15:46 
GeneralRe: Mutiple Doc/View Support in MDI MFC App Problem Pin
Joey Bloggs17-Aug-03 1:05
Joey Bloggs17-Aug-03 1:05 
GeneralRe: Mutiple Doc/View Support in MDI MFC App Problem Pin
bneacetp17-Aug-03 7:19
bneacetp17-Aug-03 7:19 
GeneralDeriving a template from a template Pin
aka the guy16-Aug-03 14:30
aka the guy16-Aug-03 14:30 
GeneralRe: Deriving a template from a template Pin
Andrew Walker16-Aug-03 16:03
Andrew Walker16-Aug-03 16:03 
GeneralRe: Deriving a template from a template Pin
aka the guy17-Aug-03 15:54
aka the guy17-Aug-03 15:54 
GeneralProblem with AddNew of CRecordset Pin
Vassilis Papoulidis16-Aug-03 13:22
Vassilis Papoulidis16-Aug-03 13:22 
GeneralWSABUF WSASend and WSAReceive and server question Pin
Kuniva16-Aug-03 12:05
Kuniva16-Aug-03 12:05 
I'm making a server that should be able to handle multiple connections at once. I use WSABUF, WSASend and WSAReceive in my code but when i try to compile i get the error that they are undefined, even though i am sure winsock 2 is included because i have explicitly included winsock2.h but also have defined _WIN32_WINNT as 0x400. So does anyone know why it is giving me the errors? do i need to include something else as well?
And another question, i am making a server that will be handling upto about a maximum of 200 clients. I've looked into some ways to do it and as i see it there are two ways: A simple multi-threaded server, or to use Input Output Completion Ports. I was told the latter was faster and more stable but i was wondering, where do u draw the line to go from a simple multi-threaded server to a IOCP server?

Many thanks in advance.

Kuniva
--------------------------------------------

GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
valikac16-Aug-03 15:01
valikac16-Aug-03 15:01 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
Kuniva17-Aug-03 2:09
Kuniva17-Aug-03 2:09 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
Kuniva17-Aug-03 2:18
Kuniva17-Aug-03 2:18 
GeneralRe: WSABUF WSASend and WSAReceive and server question Pin
valikac17-Aug-03 5:34
valikac17-Aug-03 5:34 
GeneralCancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 8:25
Kayembi16-Aug-03 8:25 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Michael Dunn16-Aug-03 9:01
sitebuilderMichael Dunn16-Aug-03 9:01 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 11:57
Kayembi16-Aug-03 11:57 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Michael Dunn16-Aug-03 13:11
sitebuilderMichael Dunn16-Aug-03 13:11 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 14:54
Kayembi16-Aug-03 14:54 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
PJ Arends16-Aug-03 15:38
professionalPJ Arends16-Aug-03 15:38 
GeneralRe: Cancelling MoveFileExe with MOVEFILE_DELAY_UNTIL_REBOOT Pin
Kayembi16-Aug-03 22:52
Kayembi16-Aug-03 22:52 
GeneralChange mouse button Pin
Svinnn16-Aug-03 7:41
sussSvinnn16-Aug-03 7:41 
GeneralRe: Change mouse button Pin
John R. Shaw16-Aug-03 8:42
John R. Shaw16-Aug-03 8:42 
GeneralMDIChildWnd flicker !!! Pin
_skidrow_vn_16-Aug-03 7:41
_skidrow_vn_16-Aug-03 7:41 
GeneralRe: MDIChildWnd flicker !!! Pin
John R. Shaw16-Aug-03 8:56
John R. Shaw16-Aug-03 8:56 
GeneralRe: MDIChildWnd flicker !!! Pin
_skidrow_vn_17-Aug-03 13:04
_skidrow_vn_17-Aug-03 13:04 
GeneralRe: MDIChildWnd flicker !!! Pin
John R. Shaw19-Aug-03 9:50
John R. Shaw19-Aug-03 9:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.