Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Creating and saving to a file Pin
David Crow28-Aug-03 3:41
David Crow28-Aug-03 3:41 
Generalchar to WCHAR Pin
arturapps28-Aug-03 2:27
arturapps28-Aug-03 2:27 
GeneralRe: char to WCHAR Pin
David Crow28-Aug-03 2:42
David Crow28-Aug-03 2:42 
Generalrun batch file contents from application...help experts Pin
rohit.dhamija28-Aug-03 2:17
rohit.dhamija28-Aug-03 2:17 
GeneralRe: run batch file contents from application...help experts Pin
David Crow28-Aug-03 2:23
David Crow28-Aug-03 2:23 
GeneralRe: run batch file contents from application...help experts Pin
rohit.dhamija28-Aug-03 2:49
rohit.dhamija28-Aug-03 2:49 
GeneralRe: run batch file contents from application...help experts Pin
David Crow28-Aug-03 2:54
David Crow28-Aug-03 2:54 
GeneralRe: run batch file contents from application...help experts Pin
rohit.dhamija28-Aug-03 3:10
rohit.dhamija28-Aug-03 3:10 
Dear David,
I wrote following code, but it is throwing 4 errors
//////////
#include "Setupapi.h"
void main()
{
InstallHinfSection(NULL,NULL,TEXT("DefaultUninstall 132 .\filespyw2k.inf"),0);
}
////////
I am sending the errors also. Can you please help me ??
Thanks in advance
Rohit
The errors are:
--------------------Configuration: p - Win32 Debug--------------------
Compiling...
ss.cpp
c:\program files\microsoft visual studio\vc98\include\setupapi.h(37) : error C2143: syntax error : missing ';' before '*'
c:\program files\microsoft visual studio\vc98\include\setupapi.h(37) : error C2501: 'LPGUID' : missing storage-class or type specifiers
c:\program files\microsoft visual studio\vc98\include\commctrl.h(26) : error C2146: syntax error : missing ';' before identifier 'HRESULT'
c:\program files\microsoft visual studio\vc98\include\commctrl.h(26) : fatal error C1004: unexpected end of file found
Error executing cl.exe.

p.exe - 4 error(s), 0 warning(s)

GeneralRe: run batch file contents from application...help experts Pin
David Crow28-Aug-03 3:36
David Crow28-Aug-03 3:36 
GeneralRe: run batch file contents from application...help experts Pin
Steve S28-Aug-03 6:33
Steve S28-Aug-03 6:33 
QuestionHow to build Conversion utility Pin
Thoppae28-Aug-03 2:15
Thoppae28-Aug-03 2:15 
AnswerRe: How to build Conversion utility Pin
David Crow28-Aug-03 2:27
David Crow28-Aug-03 2:27 
GeneralRe: How to build Conversion utility Pin
Anonymous28-Aug-03 2:56
Anonymous28-Aug-03 2:56 
GeneralRe: How to build Conversion utility Pin
David Crow28-Aug-03 3:25
David Crow28-Aug-03 3:25 
GeneralCEdit and DblClick Pin
olivierjoly28-Aug-03 1:20
olivierjoly28-Aug-03 1:20 
GeneralRe: CEdit and DblClick Pin
valikac28-Aug-03 6:16
valikac28-Aug-03 6:16 
GeneralRe: CEdit and DblClick Pin
Steve S28-Aug-03 7:20
Steve S28-Aug-03 7:20 
GeneralAutomatic file name and version in VStudio 6 Pin
Jerome Conus28-Aug-03 0:57
Jerome Conus28-Aug-03 0:57 
GeneralRe: Automatic file name and version in VStudio 6 Pin
Steve S28-Aug-03 1:39
Steve S28-Aug-03 1:39 
QuestionHow to get monitor DPI? Pin
Anthony_Yio28-Aug-03 0:22
Anthony_Yio28-Aug-03 0:22 
AnswerRe: How to get monitor DPI? Pin
CodeBrain28-Aug-03 0:50
CodeBrain28-Aug-03 0:50 
GeneralRe: How to get monitor DPI? Pin
Anthony_Yio28-Aug-03 15:22
Anthony_Yio28-Aug-03 15:22 
GeneralRe: How to get monitor DPI? Pin
CodeBrain29-Aug-03 1:37
CodeBrain29-Aug-03 1:37 
GeneralRe: How to get monitor DPI? Pin
Anthony_Yio1-Sep-03 16:14
Anthony_Yio1-Sep-03 16:14 
GeneralRegistry Pin
Anonymous28-Aug-03 0:08
Anonymous28-Aug-03 0:08 

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.