Click here to Skip to main content
15,900,973 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Abuse from Kyle Pin
super_ttd25-Jan-08 23:22
super_ttd25-Jan-08 23:22 
GeneralRe: Hey who are you? Pin
super_ttd25-Jan-08 23:21
super_ttd25-Jan-08 23:21 
GeneralOpenURL() call fails Pin
Lucky the code machine25-Jan-08 4:04
Lucky the code machine25-Jan-08 4:04 
GeneralOT Pin
CPallini25-Jan-08 4:27
mveCPallini25-Jan-08 4:27 
GeneralRe: OpenURL() call fails Pin
Luc Pattyn25-Jan-08 5:46
sitebuilderLuc Pattyn25-Jan-08 5:46 
GeneralPlease Help me with program ICONs Pin
cgb14325-Jan-08 3:27
cgb14325-Jan-08 3:27 
GeneralRe: Please Help me with program ICONs Pin
CPallini25-Jan-08 3:32
mveCPallini25-Jan-08 3:32 
GeneralRe: Please Help me with program ICONs Pin
cgb14325-Jan-08 3:57
cgb14325-Jan-08 3:57 
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 4:14
sitebuilderLuc Pattyn25-Jan-08 4:14 
GeneralRe: Please Help me with program ICONs Pin
CPallini25-Jan-08 4:21
mveCPallini25-Jan-08 4:21 
GeneralRe: Please Help me with program ICONs Pin
JudyL_MD25-Jan-08 4:57
JudyL_MD25-Jan-08 4:57 
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 5:59
sitebuilderLuc Pattyn25-Jan-08 5:59 
GeneralRe: Please Help me with program ICONs Pin
Mark Salsbery25-Jan-08 6:23
Mark Salsbery25-Jan-08 6:23 
GeneralRe: Please Help me with program ICONs Pin
JudyL_MD25-Jan-08 7:38
JudyL_MD25-Jan-08 7:38 
GeneralRe: Please Help me with program ICONs Pin
Luc Pattyn25-Jan-08 8:06
sitebuilderLuc Pattyn25-Jan-08 8:06 
GeneralRe: Please Help me with program ICONs Pin
Iain Clarke, Warrior Programmer25-Jan-08 5:41
Iain Clarke, Warrior Programmer25-Jan-08 5:41 
GeneralRe: Please Help me with program ICONs Pin
cgb14325-Jan-08 8:10
cgb14325-Jan-08 8:10 
GeneralActiveX control not working in Mozilla Firefox Pin
trinadh_t25-Jan-08 2:08
trinadh_t25-Jan-08 2:08 
GeneralRe: ActiveX control not working in Mozilla Firefox Pin
Iain Clarke, Warrior Programmer25-Jan-08 2:51
Iain Clarke, Warrior Programmer25-Jan-08 2:51 
GeneralRe: ActiveX control not working in Mozilla Firefox Pin
zengkun10025-Jan-08 3:54
zengkun10025-Jan-08 3:54 
GeneralUsing uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
Benny_Lava25-Jan-08 1:14
Benny_Lava25-Jan-08 1:14 
Hi,

I'm an active VB.NET, PHP and Java developer. I had some experiences with C, but not much. The project I'm working on is TCP IP support for a hand terminal. The terminal has a Intel PX processor and a WIN CE OS.

The general idea is to implement TCP IP capability over GPRS, so the only thing needed is when the terminal connects to the internet using GPRS I start listening to a specific port. When the data comes I start receiving the data and saving it on the terminal. When the data is completely received i close the socket and port.

I have developed a complete working solution in VB, but my boss says it cannot be that "high up" meaning the .NET framework... So I must develop it on low-level using C.

I have downloaded uIP(TCP IP capability, designed to be used on embedded devices that have low memory) and a ported version for MS Windows by Higeron. But I get a massive amounts of errors, 600+. I'm using Visual Studio 2005 to create the program.
(I first want to create it on windows xp to see if it works) then final version on WIN CE (it mustn't use any windows libraries it must be pure C) The app is quite simple and uIP that does 95% of the work, but the problem is I can't get uIP to work. (I have created a new project with VS2005 and put all the header files and all the source files in the same root folder. Try to compile it and got 600+ errors.

Any ideas, suggestions, solutions, anything.

Please help.

Thank you!
QuestionRe: Using uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
CPallini25-Jan-08 2:15
mveCPallini25-Jan-08 2:15 
Question[OT] Re: Using uIP (TCP IP stack) on windows XP using visual studio 2005 Pin
David Crow25-Jan-08 2:33
David Crow25-Jan-08 2:33 
JokeOT Pin
CPallini25-Jan-08 3:05
mveCPallini25-Jan-08 3:05 
GeneralRe: OT Pin
David Crow25-Jan-08 3:16
David Crow25-Jan-08 3:16 

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.