Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sockets and resource limit per thread Pin
bob169728-May-08 10:56
bob169728-May-08 10:56 
GeneralRe: Sockets and resource limit per thread Pin
bob169728-May-08 11:45
bob169728-May-08 11:45 
GeneralRe: Sockets and resource limit per thread Pin
Randor 8-May-08 12:25
professional Randor 8-May-08 12:25 
QuestionCL.exe problem with header Pin
Samjiman8-May-08 4:12
Samjiman8-May-08 4:12 
AnswerRe: CL.exe problem with header Pin
CPallini8-May-08 4:25
mveCPallini8-May-08 4:25 
AnswerRe: CL.exe problem with header [modified] Pin
Rajkumar R8-May-08 4:30
Rajkumar R8-May-08 4:30 
GeneralRe: CL.exe problem with header [modified] Pin
Samjiman8-May-08 4:56
Samjiman8-May-08 4:56 
GeneralRe: CL.exe problem with header Pin
Samjiman8-May-08 12:17
Samjiman8-May-08 12:17 
Thanks for your help.

I got it working with this:

# build the XPCOM component
make:
        cl /Od /c /I "$(GECKOSDK)\include" /I "$(MSVC)\include" /D "$(PPDEFS)"  \
        /Gm /ZI /EHsc /MDd /Fo"Debug\\" /W3 /nologo /TP $(SOURCES)
        
        link /OUT:"Debug\$(COMPONENT).dll" /NOLOGO \
        /LIBPATH:"$(GECKOSDK)\lib" /LIBPATH:"$(MSVC)\lib" /LIBPATH:"$(WINSDK)\Lib" \
        /DLL /MANIFEST /DEBUG /SUBSYSTEM:WINDOWS /MACHINE:X86 \
        Debug\$(COMPONENT).obj Debug\$(COMPONENT)Module.obj $(LIBS)  


Wink | ;)
Questioncapturing close button Pin
Anandi.VC8-May-08 3:09
Anandi.VC8-May-08 3:09 
AnswerRe: capturing close button Pin
Iain Clarke, Warrior Programmer8-May-08 3:15
Iain Clarke, Warrior Programmer8-May-08 3:15 
GeneralRe: capturing close button Pin
Anandi.VC8-May-08 3:17
Anandi.VC8-May-08 3:17 
AnswerRe: capturing close button Pin
David Crow8-May-08 4:00
David Crow8-May-08 4:00 
GeneralRe: capturing close button Pin
Anandi.VC8-May-08 21:24
Anandi.VC8-May-08 21:24 
GeneralRe: capturing close button Pin
Anandi.VC8-May-08 21:43
Anandi.VC8-May-08 21:43 
QuestionException Pin
Anandi.VC8-May-08 2:51
Anandi.VC8-May-08 2:51 
AnswerRe: Exception Pin
Cedric Moonen8-May-08 2:55
Cedric Moonen8-May-08 2:55 
GeneralRe: Exception Pin
Programm3r8-May-08 2:58
Programm3r8-May-08 2:58 
AnswerRe: Exception Pin
CPallini8-May-08 2:57
mveCPallini8-May-08 2:57 
AnswerRe: Exception [modified] Pin
Rajkumar R8-May-08 4:07
Rajkumar R8-May-08 4:07 
GeneralRe: Exception Pin
Stephen Hewitt8-May-08 17:04
Stephen Hewitt8-May-08 17:04 
GeneralRe: Exception Pin
Rajkumar R8-May-08 18:44
Rajkumar R8-May-08 18:44 
GeneralRe: Exception Pin
Anandi.VC8-May-08 21:24
Anandi.VC8-May-08 21:24 
QuestionHow to copy null terminatd buffer Pin
Programm3r8-May-08 1:59
Programm3r8-May-08 1:59 
AnswerRe: How to copy null terminatd buffer Pin
Cedric Moonen8-May-08 2:05
Cedric Moonen8-May-08 2:05 
GeneralRe: How to copy null terminatd buffer Pin
Programm3r8-May-08 2:25
Programm3r8-May-08 2:25 

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.