Click here to Skip to main content
16,005,181 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to display a set of BYTE on the screen? Pin
Ming Luo8-Dec-05 0:30
Ming Luo8-Dec-05 0:30 
QuestionRe: How to display a set of BYTE on the screen? Pin
David Crow8-Dec-05 1:59
David Crow8-Dec-05 1:59 
AnswerRe: How to display a set of BYTE on the screen? Pin
Ming Luo8-Dec-05 3:01
Ming Luo8-Dec-05 3:01 
GeneralRe: How to display a set of BYTE on the screen? Pin
David Crow8-Dec-05 3:31
David Crow8-Dec-05 3:31 
QuestionWhy the raw ip do not work in Windows XP ? Pin
rushing7-Dec-05 22:58
rushing7-Dec-05 22:58 
AnswerRe: Why the raw ip do not work in Windows XP ? Pin
Graham Bradshaw8-Dec-05 0:09
Graham Bradshaw8-Dec-05 0:09 
QuestionError Compiling Gina Pin
sunit57-Dec-05 20:33
sunit57-Dec-05 20:33 
QuestionRe: Error Compiling Gina Pin
sunit57-Dec-05 20:36
sunit57-Dec-05 20:36 
This the output of the Democode.From the output what I understood related Unicode.But Still I am confused.Pls help me

Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. gina.c
gina.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. debug.c
debug.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. welcome.c
welcome.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. shutdown.c
shutdown.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. options.c
options.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. logon.c
logon.c
 cl -Z7 -Od -DWIN32  -D_WIN32 -D_MT -D_DLL -MD -c -W3 -DCRTAPI1=_cdecl -DCRTAPI2=_cdecl -nologo -D_X86_=1 -D_WINNT -D_WIN32_WINNT=0x0400 -D_WIN32_IE=0x0300 -DWINVER=0x0400 -DUNICODE -D_UNICODE -DDBG -I. util.c
util.c
 rc -r -fo gina.res res.rc
 link /NODEFAULTLIB /INCREMENTAL:NO /PDB:NONE /RELEASE /NOLOGO -entry:_DllMainCRTStartup@12 -dll        -ignore:4078        -subsystem:native,4.0       -def:gina.def               -out:gina.dll                 gina.obj debug.obj welcome.obj shutdown
.obj options.obj logon.obj util.obj gina.res                         msvcrt.lib oldnames.lib kernel32.lib  ws2_32.lib mswsock.lib advapi32.lib user32.lib gdi32.lib comdlg32.lib winspool.lib comctl32.lib
   Creating library gina.lib and object gina.exp

gina.dll - 0 error(s), 0 warning(s)

-- modified at 2:42 Thursday 8th December, 2005
AnswerRe: Error Compiling Gina Pin
kakan7-Dec-05 21:23
professionalkakan7-Dec-05 21:23 
GeneralRe: Error Compiling Gina Pin
sunit57-Dec-05 22:11
sunit57-Dec-05 22:11 
GeneralRe: Error Compiling Gina Pin
kakan8-Dec-05 0:59
professionalkakan8-Dec-05 0:59 
GeneralRe: Error Compiling Gina Pin
sunit58-Dec-05 5:14
sunit58-Dec-05 5:14 
GeneralRe: Error Compiling Gina Pin
BlackDice8-Dec-05 6:12
BlackDice8-Dec-05 6:12 
GeneralRe: Error Compiling Gina Pin
sunit58-Dec-05 9:48
sunit58-Dec-05 9:48 
GeneralRe: Error Compiling Gina Pin
kakan8-Dec-05 20:09
professionalkakan8-Dec-05 20:09 
QuestionHow to post a Visual C++ appliction on my website? Pin
oliverlanglang7-Dec-05 20:04
oliverlanglang7-Dec-05 20:04 
QuestionOpenVPN under VS6? Pin
tranglt7-Dec-05 19:37
tranglt7-Dec-05 19:37 
QuestionMAPI & Exchange Server Issues? Pin
Peter Weyzen7-Dec-05 19:34
Peter Weyzen7-Dec-05 19:34 
QuestionRegistring the ocx control in vc++ Pin
Member 15877417-Dec-05 19:05
Member 15877417-Dec-05 19:05 
AnswerRe: Registring the ocx control in vc++ Pin
khan++7-Dec-05 19:58
khan++7-Dec-05 19:58 
QuestionRemove an error Pin
JanakKoshia7-Dec-05 19:01
JanakKoshia7-Dec-05 19:01 
AnswerRe: Remove an error Pin
zxc897-Dec-05 19:31
zxc897-Dec-05 19:31 
QuestionHow to validate the date & time format Pin
zxc897-Dec-05 18:54
zxc897-Dec-05 18:54 
AnswerRe: How to validate the date & time format Pin
normanS8-Dec-05 20:26
normanS8-Dec-05 20:26 
QuestionHow can i know the system has install a keyboard hook? Pin
gohappy_19997-Dec-05 18:51
gohappy_19997-Dec-05 18:51 

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.