Click here to Skip to main content
16,006,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Low-pass filter questions Pin
jeremie.delaitre20-Jun-08 3:23
jeremie.delaitre20-Jun-08 3:23 
Answerhttp://www.musicdsp.org Pin
div!sion20-Jun-08 0:24
div!sion20-Jun-08 0:24 
GeneralRe: http://www.musicdsp.org Pin
jeremie.delaitre20-Jun-08 3:10
jeremie.delaitre20-Jun-08 3:10 
AnswerRe: Low-pass filter questions Pin
cp987620-Jun-08 0:55
cp987620-Jun-08 0:55 
GeneralRe: Low-pass filter questions Pin
jeremie.delaitre20-Jun-08 3:01
jeremie.delaitre20-Jun-08 3:01 
GeneralRe: Low-pass filter questions Pin
Nelek20-Jun-08 3:12
protectorNelek20-Jun-08 3:12 
QuestionTerminal Server [modified] Pin
subramanyeswari19-Jun-08 19:53
subramanyeswari19-Jun-08 19:53 
AnswerRe: Terminal Server Pin
Naveen19-Jun-08 21:38
Naveen19-Jun-08 21:38 
subramanyeswari wrote:
But on compiling i am getting 'SM_REMOTESESSION' : undeclared identifier compiler error. My environment is windows 2003 server VS6.0 with sp6.0


You need to install the latest platform SDK to get the update header file. The value of SM_REMOTESESSION is defined as 0x1000. So if you dont want to download, just define SM_REMOTESESSION in your code.
#define SM_REMOTESESSION        0x1000



GeneralRe: Terminal Server Pin
subramanyeswari19-Jun-08 22:58
subramanyeswari19-Jun-08 22:58 
GeneralRe: Terminal Server [modified] Pin
subramanyeswari20-Jun-08 0:18
subramanyeswari20-Jun-08 0:18 
AnswerRe: Terminal Server Pin
KarstenK20-Jun-08 3:20
mveKarstenK20-Jun-08 3:20 
GeneralRe: Terminal Server Pin
subramanyeswari20-Jun-08 3:52
subramanyeswari20-Jun-08 3:52 
QuestionSIP API for Video C.onferencing Pin
am 200919-Jun-08 18:59
am 200919-Jun-08 18:59 
AnswerRe: SIP API for Video C.onferencing Pin
Rajesh R Subramanian19-Jun-08 19:57
professionalRajesh R Subramanian19-Jun-08 19:57 
Questionhow can i generate a Enhanced- metafile for a word document Pin
vicky0000019-Jun-08 17:47
vicky0000019-Jun-08 17:47 
AnswerRe: how can i generate a Enhanced- metafile for a word document Pin
kcynic19-Jun-08 22:48
kcynic19-Jun-08 22:48 
QuestionCEvent followup... Pin
bulg19-Jun-08 11:47
bulg19-Jun-08 11:47 
QuestionRe: CEvent followup... Pin
CPallini19-Jun-08 21:12
mveCPallini19-Jun-08 21:12 
AnswerRe: CEvent followup... Pin
KarstenK20-Jun-08 3:23
mveKarstenK20-Jun-08 3:23 
QuestionActiveX - works on the machine I used to compile it on- doesn't work else where Pin
simon alec smith19-Jun-08 11:29
simon alec smith19-Jun-08 11:29 
AnswerRe: ActiveX - works on the machine I used to compile it on- doesn't work else where Pin
Stephen Hewitt19-Jun-08 14:15
Stephen Hewitt19-Jun-08 14:15 
GeneralRe: ActiveX - works on the machine I used to compile it on- doesn't work else where Pin
simon alec smith20-Jun-08 0:27
simon alec smith20-Jun-08 0:27 
QuestionIO Completion Ports Question... I am stuck... Pin
Mike Curry - Canada19-Jun-08 8:27
Mike Curry - Canada19-Jun-08 8:27 
AnswerRe: IO Completion Ports Question... I am stuck... Pin
Mark Salsbery20-Jun-08 6:20
Mark Salsbery20-Jun-08 6:20 
QuestionHow to get the windows station and desktop name (winsta0\default) associated with a process [modified] Pin
rcardare19-Jun-08 6:51
rcardare19-Jun-08 6: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.