Click here to Skip to main content
15,927,514 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: pausing a for loop Pin
David Crow7-Jun-05 4:28
David Crow7-Jun-05 4:28 
GeneralRe: pausing a for loop Pin
Blake Miller7-Jun-05 4:31
Blake Miller7-Jun-05 4:31 
GeneralRe: pausing a for loop Pin
Lilli Alexis7-Jun-05 4:45
Lilli Alexis7-Jun-05 4:45 
GeneralRe: pausing a for loop Pin
Cedric Moonen7-Jun-05 4:49
Cedric Moonen7-Jun-05 4:49 
GeneralRe: pausing a for loop Pin
Rick York10-Jun-05 8:18
mveRick York10-Jun-05 8:18 
Generalerror C2146 in the IADs.h Pin
cpapen7-Jun-05 3:54
cpapen7-Jun-05 3:54 
GeneralRe: error C2146 in the IADs.h Pin
Blake Miller7-Jun-05 4:43
Blake Miller7-Jun-05 4:43 
GeneralRe: error C2146 in the IADs.h Pin
cpapen7-Jun-05 4:57
cpapen7-Jun-05 4:57 
Not real,
I know the samples on this pages and also on MSDN. From this i built this example:
// Test5.cpp : Definiert den Einsprungpunkt für die Konsolenanwendung.<br />
//<br />
<br />
#include "stdafx.h"<br />
#include <afxwin.h><br />
#include <activeds.h><br />
#include <Adshlp.h><br />
#include <iads.h><br />
<br />
int main(int argc, char* argv[])<br />
{<br />
	HRESULT hr;<br />
	IADS *pads;<br />
<br />
	hr = ADsGetObject(  L"LDAP://rootDSE", IID_IADs, (void**)&pads);<br />
	return 0;<br />
}<br />

I know the main function didn't real work, but it is enough for a build, i think.
GeneralRe: error C2146 in the IADs.h Pin
Blake Miller7-Jun-05 5:20
Blake Miller7-Jun-05 5:20 
GeneralRe: error C2146 in the IADs.h Pin
cpapen8-Jun-05 3:01
cpapen8-Jun-05 3:01 
GeneralRe: error C2146 in the IADs.h Pin
Blake Miller8-Jun-05 5:10
Blake Miller8-Jun-05 5:10 
GeneralRe: error C2146 in the IADs.h Pin
Blake Miller8-Jun-05 6:02
Blake Miller8-Jun-05 6:02 
GeneralRe: error C2146 in the IADs.h Pin
cpapen9-Jun-05 3:45
cpapen9-Jun-05 3:45 
GeneralRe: error C2146 in the IADs.h Pin
cpapen10-Jun-05 1:31
cpapen10-Jun-05 1:31 
QuestionHow to change default icons in MDI application. Pin
Member 34198917-Jun-05 3:20
Member 34198917-Jun-05 3:20 
AnswerRe: How to change default icons in MDI application. Pin
David Crow7-Jun-05 3:36
David Crow7-Jun-05 3:36 
GeneralRe: How to change default icons in MDI application. Pin
Member 34198917-Jun-05 19:42
Member 34198917-Jun-05 19:42 
QuestionHow to migrate ATL Automation from VS 7.0 to 7.1 Pin
volodimir7-Jun-05 1:38
volodimir7-Jun-05 1:38 
GeneralGetting the DPI value in C++ code Pin
chethu6657-Jun-05 1:35
chethu6657-Jun-05 1:35 
GeneralRe: Getting the DPI value in C++ code Pin
David Crow7-Jun-05 2:32
David Crow7-Jun-05 2:32 
GeneralRe: Getting the DPI value in C++ code Pin
chethu6657-Jun-05 2:46
chethu6657-Jun-05 2:46 
GeneralRe: Getting the DPI value in C++ code Pin
David Crow7-Jun-05 3:11
David Crow7-Jun-05 3:11 
GeneralRe: Getting the DPI value in C++ code Pin
chethu6657-Jun-05 3:31
chethu6657-Jun-05 3:31 
GeneralRe: Getting the DPI value in C++ code Pin
David Crow7-Jun-05 3:34
David Crow7-Jun-05 3:34 
GeneralRe: Getting the DPI value in C++ code Pin
chethu6657-Jun-05 2:40
chethu6657-Jun-05 2:40 

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.