Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: ::CommandLineToArgvW in EVC Pin
sheela Rajaram26-Mar-07 23:02
sheela Rajaram26-Mar-07 23:02 
QuestionRe: ::CommandLineToArgvW in EVC Pin
prasad_som26-Mar-07 23:05
prasad_som26-Mar-07 23:05 
QuestionThere is a kind of tiff image(wang tiff),and photoshop can not open it.what is this? [modified] Pin
leo-zhang26-Mar-07 22:21
leo-zhang26-Mar-07 22:21 
QuestionRe: There is a kind of tiff image(wang tiff),and photoshop can not open it.what is this? Pin
Mark Salsbery27-Mar-07 7:33
Mark Salsbery27-Mar-07 7:33 
AnswerRe: There is a kind of tiff image(wang tiff),and photoshop can not open it.what is this? Pin
leo-zhang28-Mar-07 4:04
leo-zhang28-Mar-07 4:04 
GeneralRe: There is a kind of tiff image(wang tiff),and photoshop can not open it.what is this? Pin
Mark Salsbery28-Mar-07 6:43
Mark Salsbery28-Mar-07 6:43 
GeneralRe: There is a kind of tiff image(wang tiff),and photoshop can not open it.what is this? Pin
leo-zhang28-Mar-07 20:12
leo-zhang28-Mar-07 20:12 
QuestionQuery about strsafe.h and afxv_32.h Pin
gan_esh26-Mar-07 21:29
gan_esh26-Mar-07 21:29 
Hi everyone,
In an application I got an error mentioned below:
//////////////////////////////////////////////////////////////////////////////
Deleting intermediate files and output files for project 'DlinkCapture - Win32 Debug'.
--------------------Configuration: DecklinkCapture - Win32 Debug--------------------
Compiling resources...
Compiling...
stdafx.cpp
c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(119) : warning C4005: '_WIN32_WINDOWS' : macro redefinition
c:\documents and settings\ganesh.ganesh\desktop\samples-cap\dlink samples\samples\samples\dlinkcapture\stdafx.h(22) : see previous definition of '_WIN32_WINDOWS'
NOTE: WINVER has been defined as 0x0500 or greater which enables
Windows NT 5.0 and Windows 98 features. When these headers were released,
Windows NT 5.0 beta 1 and Windows 98 beta 2.1 were the current versions.
For this release when WINVER is defined as 0x0500 or greater, you can only
build beta or test applications. To build a retail application,
set WINVER to 0x0400 or visit http://www.microsoft.com/msdn/sdk
to see if retail Windows NT 5.0 or Windows 98 headers are available.
See the SDK release notes for more information.
c:\documents and settings\ganesh.ganesh\desktop\samples-cap\decklink samples\samples\samples\baseclasses\streams.h(180) : fatal error C1083: Cannot open include file: 'strsafe.h': No such file or directory
Error executing cl.exe.

DlinkCapture.exe - 1 error(s), 1 warning(s)
/////////////////////////////////////////////////////////////////////////////

to avoid this error I installed latest version of Platform SDK even that I am getting error mentioned below:

/////////////////////////////////////////////////////////////////////////////
Deleting intermediate files and output files for project 'DlinkCapture - Win32 Debug'.
--------------------Configuration: DecklinkCapture - Win32 Debug--------------------
Compiling resources...
Compiling...
stdafx.cpp
c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(119) : warning C4005: '_WIN32_WINDOWS' : macro redefinition
c:\documents and settings\ganesh.ganesh\desktop\samples-cap\dlink samples\samples\samples\dlinkcapture\stdafx.h(22) : see previous definition of '_WIN32_WINDOWS'
c:\program files\microsoft platform sdk for windows server 2003 r2\include\winnt.h(222) : error C2146: syntax error : missing ';' before identifier 'PVOID64'
c:\program files\microsoft platform sdk for windows server 2003 r2\include\winnt.h(222) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

DlinkCapture.exe - 2 error(s), 1 warning(s)
/////////////////////////////////////////////////////////////////////////////

can anyone suggest me how to proceed further.

Looking forward for your help.

with regards,


ganesh
AnswerRe: Query about strsafe.h and afxv_32.h Pin
Steve S28-Mar-07 2:55
Steve S28-Mar-07 2:55 
GeneralRe: Query about strsafe.h and afxv_32.h Pin
gan_esh28-Mar-07 22:48
gan_esh28-Mar-07 22:48 
QuestionOptimizing the Code Pin
narayanagvs26-Mar-07 20:45
narayanagvs26-Mar-07 20:45 
AnswerRe: Optimizing the Code Pin
Nibu babu thomas26-Mar-07 23:38
Nibu babu thomas26-Mar-07 23:38 
AnswerRe: Optimizing the Code Pin
Mark Salsbery27-Mar-07 7:40
Mark Salsbery27-Mar-07 7:40 
QuestionHow to get the drives name and type? Pin
PS@Codeproj26-Mar-07 19:44
PS@Codeproj26-Mar-07 19:44 
AnswerRe: How to get the drives name and type? [modified] Pin
Programm3r26-Mar-07 21:22
Programm3r26-Mar-07 21:22 
AnswerRe: How to get the drives name and type? Pin
PS@Codeproj27-Mar-07 2:03
PS@Codeproj27-Mar-07 2:03 
AnswerRe: How to get the drives name and type? Pin
David Crow27-Mar-07 3:15
David Crow27-Mar-07 3:15 
Questionthrow() Pin
vibindia26-Mar-07 19:14
vibindia26-Mar-07 19:14 
AnswerRe: throw() [modified] Pin
prasad_som26-Mar-07 19:33
prasad_som26-Mar-07 19:33 
GeneralRe: throw() Pin
Stephen Hewitt26-Mar-07 19:46
Stephen Hewitt26-Mar-07 19:46 
GeneralRe: throw() Pin
prasad_som26-Mar-07 19:52
prasad_som26-Mar-07 19:52 
GeneralRe: throw() Pin
vibindia26-Mar-07 19:55
vibindia26-Mar-07 19:55 
AnswerRe: throw() Pin
Stephen Hewitt26-Mar-07 19:48
Stephen Hewitt26-Mar-07 19:48 
AnswerRe: throw() Pin
Nemanja Trifunovic27-Mar-07 2:04
Nemanja Trifunovic27-Mar-07 2:04 
QuestionHow to load error icon on DialogBox at run time? Pin
Atul2326-Mar-07 19:06
Atul2326-Mar-07 19:06 

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.