Click here to Skip to main content
16,017,238 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to authorize a dll loading. Pin
Jeffrey Walton1-Jun-07 7:47
Jeffrey Walton1-Jun-07 7:47 
GeneralRe: How to authorize a dll loading. Pin
BusaBird5-Jun-07 2:21
BusaBird5-Jun-07 2:21 
GeneralRe: How to authorize a dll loading. Pin
Jeffrey Walton5-Jun-07 2:26
Jeffrey Walton5-Jun-07 2:26 
Questionerror C2061: Please Help Pin
Programm3r31-May-07 22:47
Programm3r31-May-07 22:47 
AnswerRe: error C2061: Please Help Pin
toxcct31-May-07 22:56
toxcct31-May-07 22:56 
GeneralRe: error C2061: Please Help Pin
Programm3r31-May-07 23:02
Programm3r31-May-07 23:02 
GeneralRe: error C2061: Please Help Pin
toxcct31-May-07 23:05
toxcct31-May-07 23:05 
QuestionRe: error C2061: Please Help Pin
Programm3r31-May-07 23:12
Programm3r31-May-07 23:12 
O.K, so I have created a test win32 console application.

#include "stdafx.h" // NO '#include' here...
#include <conio.h>
#include <windows.h>
#include <winbase.h>
#include <winuser.h>

int _tmain(int argc, _TCHAR* argv[])
{
	printf("Just testing!!!\n");
	_getch();
	return 0;
}


But stillConfused | :confused: :
Error 1 error C2061: syntax error : identifier 'LPSECURITY_ATTRIBUTES' ..\winuser.h
Error 2 error C2061: syntax error : identifier 'LPSECURITY_ATTRIBUTES' ..\winuser.h




The only programmers that are better than C programmers are those who code in 1's and 0's..... Smile | :)

Smile | :) Programm3r

My Blog: ^_^

QuestionRe: error C2061: Please Help Pin
CPallini31-May-07 23:24
mveCPallini31-May-07 23:24 
GeneralRe: error C2061: Please Help Pin
Programm3r31-May-07 23:29
Programm3r31-May-07 23:29 
GeneralRe: error C2061: Please Help Pin
CPallini31-May-07 23:47
mveCPallini31-May-07 23:47 
GeneralRe: error C2061: Please Help Pin
Programm3r1-Jun-07 0:02
Programm3r1-Jun-07 0:02 
NewsRe: error C2061: Please Help Pin
Programm3r1-Jun-07 1:01
Programm3r1-Jun-07 1:01 
GeneralRe: error C2061: Please Help Pin
Programm3r31-May-07 23:38
Programm3r31-May-07 23:38 
AnswerRe: error C2061: Please Help Pin
CPallini31-May-07 22:57
mveCPallini31-May-07 22:57 
QuestionRe: error C2061: Please Help Pin
Programm3r31-May-07 23:05
Programm3r31-May-07 23:05 
AnswerRe: error C2061: Please Help Pin
Programm3r1-Jun-07 3:47
Programm3r1-Jun-07 3:47 
QuestionHow to get handle of icons on ToolBar ? Pin
Atul2331-May-07 22:29
Atul2331-May-07 22:29 
QuestionVS6 --> VS2005 Pin
Rene D31-May-07 21:29
Rene D31-May-07 21:29 
AnswerRe: VS6 --> VS2005 Pin
Christian Graus31-May-07 21:41
protectorChristian Graus31-May-07 21:41 
GeneralRe: VS6 --> VS2005 Pin
Stephen Hewitt31-May-07 22:21
Stephen Hewitt31-May-07 22:21 
GeneralRe: VS6 --> VS2005 Pin
#realJSOP1-Jun-07 3:42
professional#realJSOP1-Jun-07 3:42 
AnswerRe: VS6 --> VS2005 Pin
toxcct31-May-07 22:17
toxcct31-May-07 22:17 
AnswerRe: VS6 --&gt; VS2005 Pin
#realJSOP1-Jun-07 3:12
professional#realJSOP1-Jun-07 3:12 
GeneralRe: VS6 --&gt; VS2005 Pin
Rene D1-Jun-07 3:30
Rene D1-Jun-07 3:30 

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.