Click here to Skip to main content
15,915,093 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionrun a thread Pin
anilaabc19-Aug-08 18:21
anilaabc19-Aug-08 18:21 
AnswerRe: run a thread Pin
ptr_Electron19-Aug-08 19:13
ptr_Electron19-Aug-08 19:13 
GeneralRe: run a thread Pin
anilaabc19-Aug-08 21:32
anilaabc19-Aug-08 21:32 
AnswerRe: run a thread Pin
Cedric Moonen19-Aug-08 20:48
Cedric Moonen19-Aug-08 20:48 
GeneralRe: run a thread Pin
anilaabc19-Aug-08 22:00
anilaabc19-Aug-08 22:00 
AnswerRe: run a thread Pin
Roger Stoltz19-Aug-08 21:35
Roger Stoltz19-Aug-08 21:35 
GeneralRe: run a thread Pin
anilaabc19-Aug-08 22:15
anilaabc19-Aug-08 22:15 
QuestionHow can i configure visual studio to use _beginthreadex Pin
SNArruda19-Aug-08 15:29
SNArruda19-Aug-08 15:29 
Hello everybody,

I live in Brazil and I´m heaving problems with on a compilation C++ project. The message is:


1>C:\Program Files\Microsoft Visual Studio 9.0\VC\atlmfc\include\atlbase.h(4575) : error C3861: '_beginthreadex': identifier not found

The header PROCESS.H be present in the main hearder file.

My problem beguns when a change my Visual Studio 5 for Visual Studio 8.

The C++ comand line is:

/GL /I "C:\Samuel\20-SOFTools\Notepad++\SOFTools" /I "..\src\WinControls\AboutDlg" /I "..\..\scintilla\include" /I "..\include" /I "..\src\WinControls" /I "..\src\WinControls\ImageListSet" /I "..\src\WinControls\OpenSaveFileDialog" /I "..\src\WinControls\SplitterContainer" /I "..\src\WinControls\StaticDialog" /I "..\src\WinControls\TabBar" /I "..\src\WinControls\ToolBar" /I "..\src\MISC\Process" /I "..\src\ScitillaComponent" /I "..\src\MISC" /I "..\src\MISC\SysMsg" /I "..\src\WinControls\StatusBar" /I "..\src" /I "..\src\WinControls\StaticDialog\RunDlg" /I "..\src\tinyxml" /I "..\src\WinControls\ColourPicker" /I "..\src\MISC\RegExt" /I "..\src\WinControls\TrayIcon" /I "..\src\WinControls\shortcut" /I "..\src\WinControls\Grid" /I "..\src\WinControls\ContextMenu" /I "..\src\MISC\PluginsManager" /I "..\src\WinControls\Preference" /I "..\src\WinControls\WindowsDlg" /I "..\src\WinControls\TaskList" /I "..\src\WinControls\DockingWnd" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_ATL_DLL" /D "_MBCS" /FD /EHa /MDd /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W0 /c /Zi /clr /Gz /TP /errorReport:prompt

The link comand line is:

/VERBOSE:LIB /OUT:"Debug/notepadPlus_Debug.exe" /VERSION:1.0 /INCREMENTAL /MANIFEST /MANIFESTFILE:"Debug\notepadPlus_Debug.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /TLBID:5 /DEBUG /ASSEMBLYDEBUG /PDB:"Debug/notepadPlus.pdb" /SUBSYSTEM:WINDOWS /LTCG /DYNAMICBASE:NO /FIXED:No /MACHINE:X86 /CLRTHREADATTRIBUTE:MTA /ERRORREPORT:PROMPT comctl32.lib shlwapi.lib shell32.lib

Please, I realy need help. I did everything I know ...

Sorry by poor english
AnswerRe: How can i configure visual studio to use _beginthreadex Pin
Stephen Hewitt19-Aug-08 15:31
Stephen Hewitt19-Aug-08 15:31 
GeneralRe: How can i configure visual studio to use _beginthreadex Pin
SNArruda19-Aug-08 15:35
SNArruda19-Aug-08 15:35 
AnswerRe: How can i configure visual studio to use _beginthreadex Pin
SNArruda19-Aug-08 16:27
SNArruda19-Aug-08 16:27 
GeneralRe: How can i configure visual studio to use _beginthreadex Pin
Jijo.Raj19-Aug-08 18:19
Jijo.Raj19-Aug-08 18:19 
QuestionHow to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
hariakuthota19-Aug-08 8:35
hariakuthota19-Aug-08 8:35 
AnswerRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
led mike19-Aug-08 8:52
led mike19-Aug-08 8:52 
AnswerRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
Jijo.Raj19-Aug-08 8:52
Jijo.Raj19-Aug-08 8:52 
AnswerRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
Perspx19-Aug-08 8:55
Perspx19-Aug-08 8:55 
AnswerRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
Mark Salsbery19-Aug-08 8:58
Mark Salsbery19-Aug-08 8:58 
GeneralRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... [modified] Pin
Nibu babu thomas19-Aug-08 16:45
Nibu babu thomas19-Aug-08 16:45 
GeneralRe: How to place the generated exe(dialogbox) exactly at the center of the desktop... Pin
Mark Salsbery20-Aug-08 5:10
Mark Salsbery20-Aug-08 5:10 
QuestionLive Messenger Pin
Nathan Going19-Aug-08 7:13
Nathan Going19-Aug-08 7:13 
AnswerRe: Live Messenger Pin
Perspx19-Aug-08 8:08
Perspx19-Aug-08 8:08 
GeneralRe: Live Messenger Pin
led mike19-Aug-08 8:29
led mike19-Aug-08 8:29 
JokeRe: Live Messenger Pin
Perspx19-Aug-08 8:45
Perspx19-Aug-08 8:45 
JokeRe: Live Messenger Pin
led mike19-Aug-08 8:51
led mike19-Aug-08 8:51 
QuestionRe: Live Messenger [modified] Pin
Nathan Going19-Aug-08 8:37
Nathan Going19-Aug-08 8:37 

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.