Herzlich Willkommen, lieber Gast!
  Sie befinden sich hier:

  Forum » VC++ / MFC » Rasgetconnectionstatistics

Forum | Hilfe | Team | Links | Impressum | > Suche < | Mitglieder | Registrieren | Einloggen
  Quicklinks: MSDN-Online || STL || clib Reference Grundlagen || Literatur || E-Books || Zubehör || > F.A.Q. < || Downloads   

Autor Thread - Seiten: > 1 <
000
29.12.2003, 14:56 Uhr
~Daniel
Gast


Hi,

Ich hab da ein kleines nervendes Problem RasGetConnectionStatistics.
Ich hab die rasapi32.lib eingebunden und auch ras.h included aber aus irgendeinem seltsamen grund bekomme ich immer den folgenden fehler:

error C2065: 'RasGetConnectionStatistics' : nichtdeklarierter Bezeichner

hier der codeausschnitt:



C++:
RAS_STATS *lpStatistics;
lpStatistics = (RAS_STATS *)GlobalAlloc(GPTR, sizeof(RAS_STATS));
lpStatistics->dwSize = sizeof(RAS_STATS);    
if(lpRasConn->hrasconn)
{
     SetDlgItemText(IDC_CONNECTED_TO,lpRasConn->szEntryName);
                
     DWORD nRet = RasGetConnectionStatistics(lpRasConn->hrasconn,lpStatistics);

    if(nRet == ERROR_SUCCESS)
    {
         sBytesSent.Format("%d",lpStatistics->dwBytesXmited);
         SetDlgItemText(IDC_BYTES_SENT,sBytesSent);        
    }



Hat vielleicht jemand eine idee was ich falsch mache??
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
001
29.12.2003, 16:31 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Hast du das Plattform SDK installiert und das Verzeichnis der Headerdateien VC++ hinzugefügt?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
002
29.12.2003, 17:41 Uhr
~Daniel
Gast


hallo,

Es funktionieren doch auch andere Ras Befehle wie RasGetConnectionStatus oder RasEnumConnections. Also denk schon das das verzeichnis hinzugefügt ist.
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
003
29.12.2003, 18:08 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Das sind aber ältere Befehle, hast du jetzt das Plattform SDK installiert?
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
004
29.12.2003, 18:13 Uhr
~Daniel
Gast


Achso,

ich dachte das wird mit der visual studio installation mitinstalliert. Wo kann ich den das sdk installieren???

Danke
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
005
29.12.2003, 18:20 Uhr
Guybrush Threepwood
Gefürchteter Pirat
(Operator)


Das musst du dir bei Microsoft runterladen. Das Gesamte ist über 450MB groß, aber du kannst es auch nur Teilweise runterladen und installieren.
Hier der Link zum vollen Download:
www.microsoft.com/msdownload/platformsdk/sdkupdate/psdk-full.htm
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
006
29.12.2003, 18:26 Uhr
~Daniel
Gast


Danke
dann werd ich mich mal ans downloaden machen

mfg daniel
 
Profil || Private Message || Suche Download || Zitatantwort || Editieren || Löschen || IP
Seiten: > 1 <     [ VC++ / MFC ]  


ThWBoard 2.73 FloSoft-Edition
© by Paul Baecher & Felix Gonschorek (www.thwboard.de)

Anpassungen des Forums
© by Flo-Soft (www.flo-soft.de)

Sie sind Besucher: