Click here to Skip to main content
15,899,825 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create a connection using 802.1x authentication Pin
Chuaaico25-Feb-05 18:28
Chuaaico25-Feb-05 18:28 
QuestionHow to get Interface? Pin
teremin25-Feb-05 17:26
teremin25-Feb-05 17:26 
AnswerRe: How to get Interface? Pin
PJ Arends26-Feb-05 9:22
professionalPJ Arends26-Feb-05 9:22 
Questionhow to use WinHTTP Pin
qdzhulf25-Feb-05 16:37
qdzhulf25-Feb-05 16:37 
AnswerRe: how to use WinHTTP Pin
Anonymous25-Feb-05 17:05
Anonymous25-Feb-05 17:05 
GeneralRe: how to use WinHTTP Pin
qdzhulf25-Feb-05 18:16
qdzhulf25-Feb-05 18:16 
GeneralHelp getting this template to compile under VC++ 2003 Pin
Anonymous25-Feb-05 16:15
Anonymous25-Feb-05 16:15 
GeneralRe: Help getting this template to compile under VC++ 2003 Pin
Anonymous25-Feb-05 18:31
Anonymous25-Feb-05 18:31 
Actually I pasted that in wrong, this is the specialization that is causing me problems:

template<> struct get<sqinteger>
{
inline static SQInteger from(HSQUIRRELVM v, int idx)
{
SQInteger p;
if (SQ_FAILED( sq_getinteger (v, idx, &p) )) throw exception(v);
return p;
}
};
GeneralRe: Help getting this template to compile under VC++ 2003 Pin
Joaquín M López Muñoz27-Feb-05 0:41
Joaquín M López Muñoz27-Feb-05 0:41 
GeneralWinsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator25-Feb-05 15:18
sussTheBurninator25-Feb-05 15:18 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
Ravi Bhavnani25-Feb-05 16:03
professionalRavi Bhavnani25-Feb-05 16:03 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator26-Feb-05 6:22
sussTheBurninator26-Feb-05 6:22 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
cmk27-Feb-05 10:29
cmk27-Feb-05 10:29 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
Theburninator1-Mar-05 10:05
sussTheburninator1-Mar-05 10:05 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
cmk1-Mar-05 10:37
cmk1-Mar-05 10:37 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator1-Mar-05 10:59
sussTheBurninator1-Mar-05 10:59 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
cmk1-Mar-05 11:13
cmk1-Mar-05 11:13 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator1-Mar-05 11:57
sussTheBurninator1-Mar-05 11:57 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator1-Mar-05 12:19
sussTheBurninator1-Mar-05 12:19 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
TheBurninator1-Mar-05 12:31
sussTheBurninator1-Mar-05 12:31 
GeneralRe: Winsock2 and getting IP address of a CONNECTING entity Pin
cmk1-Mar-05 17:05
cmk1-Mar-05 17:05 
GeneralHelp! how to alter the ScrollBar control's color Pin
kcynic25-Feb-05 15:09
kcynic25-Feb-05 15:09 
GeneralRe: Help! how to alter the ScrollBar control's color Pin
Branislav25-Feb-05 21:48
Branislav25-Feb-05 21:48 
GeneralRe: Help! how to alter the ScrollBar control's color Pin
kcynic28-Feb-05 14:29
kcynic28-Feb-05 14:29 
GeneralA little unicode question. Pin
Member 1219625225-Feb-05 14:02
Member 1219625225-Feb-05 14:02 

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.