Click here to Skip to main content
15,896,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: height font to print Pin
@LX6-Oct-03 5:28
@LX6-Oct-03 5:28 
GeneralRe: height font to print Pin
Steve S6-Oct-03 7:03
Steve S6-Oct-03 7:03 
GeneralFunction IsDestinationReachable Pin
Alan Martinis6-Oct-03 3:26
Alan Martinis6-Oct-03 3:26 
GeneralRe: Function IsDestinationReachable Pin
includeh106-Oct-03 4:11
includeh106-Oct-03 4:11 
GeneralRe: Function IsDestinationReachable Pin
David Crow6-Oct-03 4:36
David Crow6-Oct-03 4:36 
GeneralRe: Function IsDestinationReachable Pin
Alan Martinis6-Oct-03 4:57
Alan Martinis6-Oct-03 4:57 
GeneralRe: Function IsDestinationReachable Pin
David Crow6-Oct-03 5:10
David Crow6-Oct-03 5:10 
GeneralRe: Function IsDestinationReachable Pin
Alan Martinis6-Oct-03 5:52
Alan Martinis6-Oct-03 5:52 
Still doesn't working...thank you for your effort, but please help me one more time .. I'm gona crazy wit this...

This is part of my code. As you may see that I include Sensapi.h, and in properties of application I include library SensAPI.Lib (/IMPLIB:"SensAPI.Lib").

Do you have any earthly Idea what might be wrong with this ?


#include "stdafx.h"
#include "MYPRG.h"
#include "MYPRGDlg.h"

#include "Sensapi.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#endif

......



BOOL MYPRGApp::InitInstance()
{

...


QOCINFO oci;
oci.dwSize = sizeof(QOCINFO);
IsDestinationReachable("www.google.com", &oci);

....







GeneralRe: Function IsDestinationReachable Pin
David Crow6-Oct-03 6:26
David Crow6-Oct-03 6:26 
GeneralRe: Function IsDestinationReachable Pin
Alan Martinis6-Oct-03 7:07
Alan Martinis6-Oct-03 7:07 
GeneralRe: Function IsDestinationReachable Pin
David Crow6-Oct-03 7:27
David Crow6-Oct-03 7:27 
GeneralRe: Function IsDestinationReachable Pin
Alan Martinis6-Oct-03 21:35
Alan Martinis6-Oct-03 21:35 
GeneralRe: Function IsDestinationReachable Pin
Mike Dimmick7-Oct-03 0:07
Mike Dimmick7-Oct-03 0:07 
GeneralRe: Function IsDestinationReachable Pin
Anonymous7-Oct-03 3:53
Anonymous7-Oct-03 3:53 
GeneralRe: Function IsDestinationReachable Pin
Alan Martinis6-Oct-03 5:58
Alan Martinis6-Oct-03 5:58 
GeneralRe: Function IsDestinationReachable Pin
Mike Dimmick6-Oct-03 4:37
Mike Dimmick6-Oct-03 4:37 
QuestionWhich file is internet option saved in? Pin
ray_li6-Oct-03 3:23
ray_li6-Oct-03 3:23 
AnswerRe: Which file is internet option saved in? Pin
David Crow6-Oct-03 4:38
David Crow6-Oct-03 4:38 
GeneralRe: Which file is internet option saved in? Pin
ray_li6-Oct-03 5:38
ray_li6-Oct-03 5:38 
GeneralRe: Which file is internet option saved in? Pin
David Crow6-Oct-03 6:21
David Crow6-Oct-03 6:21 
GeneralRe: Which file is internet option saved in? Pin
ray_li6-Oct-03 6:59
ray_li6-Oct-03 6:59 
GeneralRe: Which file is internet option saved in? Pin
David Crow6-Oct-03 7:28
David Crow6-Oct-03 7:28 
GeneralOpen File Pin
Anonymous6-Oct-03 2:39
Anonymous6-Oct-03 2:39 
GeneralRe: Open File Pin
David Crow6-Oct-03 3:01
David Crow6-Oct-03 3:01 
GeneralRe: Open File Pin
Anonymous6-Oct-03 3:06
Anonymous6-Oct-03 3:06 

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.