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

C / C++ / MFC

 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 22:40
CrazyDogg15-Sep-08 22:40 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 22:43
Cedric Moonen15-Sep-08 22:43 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 23:16
CrazyDogg15-Sep-08 23:16 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 23:19
Cedric Moonen15-Sep-08 23:19 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg15-Sep-08 23:23
CrazyDogg15-Sep-08 23:23 
GeneralRe: sending structutres about winsocks sendto Pin
Cedric Moonen15-Sep-08 23:37
Cedric Moonen15-Sep-08 23:37 
GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg16-Sep-08 0:05
CrazyDogg16-Sep-08 0:05 
GeneralRe: sending structutres about winsocks sendto Pin
Mark Salsbery16-Sep-08 8:05
Mark Salsbery16-Sep-08 8:05 
You can't just change the structure size and expect
it to work, especially if you can't alter the server code.
The server is expecting a certain number of bytes.

Also, RTP integer fields are supposed to be in network byte order
AFAIK, unless you're using your own version of RTP.

Besides fixing the pointer problem already discussed,
you need to fix your code so it implements the protocol
the server is expecting.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: sending structutres about winsocks sendto Pin
CrazyDogg16-Sep-08 20:59
CrazyDogg16-Sep-08 20:59 
Question[Message Deleted] Pin
Chesnokov Yuriy15-Sep-08 21:12
professionalChesnokov Yuriy15-Sep-08 21:12 
AnswerRe: error LNK2019: unresolved external symbol Pin
toxcct15-Sep-08 21:16
toxcct15-Sep-08 21:16 
Answer[Message Deleted] Pin
Chesnokov Yuriy15-Sep-08 21:50
professionalChesnokov Yuriy15-Sep-08 21:50 
GeneralRe: error LNK2019: unresolved external symbol Pin
toxcct15-Sep-08 21:52
toxcct15-Sep-08 21:52 
GeneralRe: error LNK2019: unresolved external symbol Pin
Cedric Moonen15-Sep-08 22:03
Cedric Moonen15-Sep-08 22:03 
QuestionRe: error LNK2019: unresolved external symbol Pin
Roger Stoltz15-Sep-08 22:33
Roger Stoltz15-Sep-08 22:33 
Answer[Message Deleted] Pin
Chesnokov Yuriy16-Sep-08 0:30
professionalChesnokov Yuriy16-Sep-08 0:30 
RantRe: error LNK2019: unresolved external symbol Pin
Rajesh R Subramanian16-Sep-08 0:44
professionalRajesh R Subramanian16-Sep-08 0:44 
General[Message Deleted] Pin
Chesnokov Yuriy16-Sep-08 1:29
professionalChesnokov Yuriy16-Sep-08 1:29 
RantRe: error LNK2019: unresolved external symbol PinPopular
Rajesh R Subramanian16-Sep-08 1:42
professionalRajesh R Subramanian16-Sep-08 1:42 
General[Message Deleted] Pin
Chesnokov Yuriy16-Sep-08 2:30
professionalChesnokov Yuriy16-Sep-08 2:30 
GeneralRe: error LNK2019: unresolved external symbol Pin
Mark Salsbery16-Sep-08 8:13
Mark Salsbery16-Sep-08 8:13 
RantRe: error LNK2019: unresolved external symbol PinPopular
Roger Stoltz16-Sep-08 1:56
Roger Stoltz16-Sep-08 1:56 
RantRe: error LNK2019: unresolved external symbol Pin
Rajesh R Subramanian16-Sep-08 2:13
professionalRajesh R Subramanian16-Sep-08 2:13 
GeneralRe: error LNK2019: unresolved external symbol Pin
toxcct16-Sep-08 3:00
toxcct16-Sep-08 3:00 
Answer[Message Deleted] Pin
Chesnokov Yuriy17-Sep-08 0:31
professionalChesnokov Yuriy17-Sep-08 0:31 

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.