Click here to Skip to main content
15,905,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSNMP implementation Pin
dipeka7-Jan-05 18:26
dipeka7-Jan-05 18:26 
QuestionWhat can specify the order shown after "dir" Pin
LiYS7-Jan-05 17:32
LiYS7-Jan-05 17:32 
AnswerRe: What can specify the order shown after "dir" Pin
Maximilien8-Jan-05 2:24
Maximilien8-Jan-05 2:24 
QuestionIs the codes here nothing with License problem? Pin
max_xiayi7-Jan-05 15:32
max_xiayi7-Jan-05 15:32 
AnswerRe: Is the codes here nothing with License problem? Pin
Michael Dunn8-Jan-05 6:01
sitebuilderMichael Dunn8-Jan-05 6:01 
Generalaudio effect Pin
yogui417-Jan-05 15:05
yogui417-Jan-05 15:05 
GeneralRe: audio effect Pin
Marcus Spitzmiller8-Jan-05 2:19
Marcus Spitzmiller8-Jan-05 2:19 
GeneralRe: audio effect Pin
yogui418-Jan-05 6:34
yogui418-Jan-05 6:34 
Hello

Yes. I already tried this. The problem is that it doesn't work. The project doesn't compile. There are erreur.
- error C2146: syntax error : missing ';' before identifier 'dwReserved1'
- error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- error C2501: 'dwReserved1' : missing storage-class or type specifiers
- error C2146: syntax error : missing ';' before identifier 'dwReserved2'
- error C2501: 'DWORD_PTR' : missing storage-class or type specifiers
- error C2501: 'dwReserved2' : missing storage-class or type specifiers


- fatal error C1189: #error : "The sample framework requires a Unicode build. If you are using Microsoft Visual C++ .NET, under the General tab of the project properties change th

#ifndef UNICODE
#error "The sample framework requires a Unicode build. If you are using Microsoft Visual C++ .NET, under the General tab of the project properties change the Character Set to 'Use Unicode Character Set'."
#endif

May be a library is missing, but I don't know.

thank you
GeneralRe: audio effect Pin
Marcus Spitzmiller9-Jan-05 2:23
Marcus Spitzmiller9-Jan-05 2:23 
GeneralRe: audio effect Pin
Ravi Bhavnani8-Jan-05 7:41
professionalRavi Bhavnani8-Jan-05 7:41 
Generalchar interpretation Pin
Petr Pivonka7-Jan-05 14:17
sussPetr Pivonka7-Jan-05 14:17 
GeneralRe: char interpretation Pin
User 66588-Jan-05 2:31
User 66588-Jan-05 2:31 
GeneralCurious about the file sort order Pin
LiYS7-Jan-05 13:39
LiYS7-Jan-05 13:39 
GeneralRe: Curious about the file sort order Pin
Maximilien7-Jan-05 14:09
Maximilien7-Jan-05 14:09 
QuestionUnicode needed for Turkish characters? Pin
ed welch7-Jan-05 13:15
ed welch7-Jan-05 13:15 
AnswerRe: Unicode needed for Turkish characters? Pin
markkuk7-Jan-05 23:39
markkuk7-Jan-05 23:39 
GeneralRe: Unicode needed for Turkish characters? Pin
ed welch9-Jan-05 0:37
ed welch9-Jan-05 0:37 
GeneralSimple File Input Pin
Jordan C. Atlas7-Jan-05 11:43
Jordan C. Atlas7-Jan-05 11:43 
GeneralRe: Simple File Input Pin
Jordan C. Atlas7-Jan-05 11:53
Jordan C. Atlas7-Jan-05 11:53 
GeneralRe: Simple File Input Pin
PJ Arends8-Jan-05 8:07
professionalPJ Arends8-Jan-05 8:07 
GeneralRe: Simple File Input Pin
Jordan C. Atlas8-Jan-05 8:45
Jordan C. Atlas8-Jan-05 8:45 
GeneralCrystal Report Pin
javad_20007-Jan-05 10:31
javad_20007-Jan-05 10:31 
GeneralRe: Crystal Report Pin
Michael P Butler7-Jan-05 11:27
Michael P Butler7-Jan-05 11:27 
Generaldc.DrawText() doesn't work?! Pin
rh0057-Jan-05 10:04
rh0057-Jan-05 10:04 
GeneralRe: dc.DrawText() doesn't work?! Pin
PJ Arends7-Jan-05 10:20
professionalPJ Arends7-Jan-05 10:20 

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.