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

C / C++ / MFC

 
AnswerRe: How to get the full pathname for a process via PID (Process Identifier)? Pin
Anonymous2-Aug-05 15:12
Anonymous2-Aug-05 15:12 
GeneralRe: How to get the full pathname for a process via PID (Process Identifier)? Pin
JERKII.SHANG2-Aug-05 15:15
JERKII.SHANG2-Aug-05 15:15 
GeneralCapturing enter within a CPropertyPage Pin
mioxre2-Aug-05 13:07
mioxre2-Aug-05 13:07 
GeneralRe: Capturing enter within a CPropertyPage Pin
Anonymous2-Aug-05 17:32
Anonymous2-Aug-05 17:32 
QuestionHow to disable keyboard events ??? Pin
jerome_data2-Aug-05 12:02
jerome_data2-Aug-05 12:02 
AnswerRe: How to disable keyboard events ??? Pin
Christian Graus2-Aug-05 14:33
protectorChristian Graus2-Aug-05 14:33 
Generalerror building Pin
celllllllll2-Aug-05 11:10
celllllllll2-Aug-05 11:10 
GeneralRe: error building Pin
Christian Graus2-Aug-05 14:35
protectorChristian Graus2-Aug-05 14:35 
Preeti9 wrote:
I have trouble building a code....When I compile it, it runs well, but when I start building it...It gives me the following errors.

What do you mean ? It doesn't compile, it has errors.

Preeti9 wrote:
TSCalibrate.obj : error LNK2001: unresolved external symbol "public: static class CTouchScreenAPI * __cdecl CTouchScreenAPI::Create(void)" (?

Assuming that CTouchScreenAPI is your class, you have a create method in your header file, and no implimentation in your .cpp file. If it's an external library, then you have linked to the header, and not the .lib file.

Preeti9 wrote:
Also, I included main function. When I don't include main in the code...
I get one more error in addition to the above...


Why would you remove your main function ?



Christian Graus - Microsoft MVP - C++
GeneralRe: error building Pin
celllllllll2-Aug-05 17:23
celllllllll2-Aug-05 17:23 
GeneralRe: error building Pin
Christian Graus2-Aug-05 17:46
protectorChristian Graus2-Aug-05 17:46 
GeneralRe: error building Pin
celllllllll3-Aug-05 7:46
celllllllll3-Aug-05 7:46 
GeneralSSH Connection Pin
Anonymous2-Aug-05 11:05
Anonymous2-Aug-05 11:05 
GeneralRe: SSH Connection Pin
Garth J Lancaster2-Aug-05 16:55
professionalGarth J Lancaster2-Aug-05 16:55 
GeneralThread Pin
Alex_Y2-Aug-05 10:22
Alex_Y2-Aug-05 10:22 
GeneralRe: Thread Pin
Anonymous2-Aug-05 11:09
Anonymous2-Aug-05 11:09 
GeneralRe: Thread Pin
Alex_Y3-Aug-05 2:27
Alex_Y3-Aug-05 2:27 
GeneralRe: Thread Pin
Andy Brummer2-Aug-05 12:34
sitebuilderAndy Brummer2-Aug-05 12:34 
GeneralRe: Thread Pin
Alex_Y3-Aug-05 2:25
Alex_Y3-Aug-05 2:25 
GeneralRe: Thread Pin
Automation Software Engineer (A.S.E)2-Aug-05 22:41
Automation Software Engineer (A.S.E)2-Aug-05 22:41 
GeneralRe: Thread Pin
Alex_Y3-Aug-05 2:28
Alex_Y3-Aug-05 2:28 
GeneralProcess stays in memory... Pin
dandy722-Aug-05 10:21
dandy722-Aug-05 10:21 
GeneralRe: Process stays in memory... Pin
Graham Bradshaw2-Aug-05 11:47
Graham Bradshaw2-Aug-05 11:47 
GeneralRe: Process stays in memory... Pin
dandy723-Aug-05 3:00
dandy723-Aug-05 3:00 
GeneralRe: Process stays in memory... Pin
Graham Bradshaw3-Aug-05 3:04
Graham Bradshaw3-Aug-05 3:04 
GeneralRe: Process stays in memory... Pin
dandy723-Aug-05 6:06
dandy723-Aug-05 6: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.