Click here to Skip to main content
15,914,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalneed your help Pin
gentleguy3-Jan-08 19:49
gentleguy3-Jan-08 19:49 
GeneralRe: need your help Pin
Maxwell Chen3-Jan-08 20:01
Maxwell Chen3-Jan-08 20:01 
GeneralRe: need your help Pin
gentleguy3-Jan-08 23:58
gentleguy3-Jan-08 23:58 
GeneralRe: need your help Pin
Maxwell Chen4-Jan-08 0:18
Maxwell Chen4-Jan-08 0:18 
GeneralRe: need your help Pin
Hamid_RT3-Jan-08 20:11
Hamid_RT3-Jan-08 20:11 
GeneralRe: need your help Pin
gentleguy3-Jan-08 21:19
gentleguy3-Jan-08 21:19 
GeneralRe: need your help Pin
Maxwell Chen3-Jan-08 21:25
Maxwell Chen3-Jan-08 21:25 
QuestionRe: need your help Pin
David Crow4-Jan-08 3:07
David Crow4-Jan-08 3:07 
li zhiyuan wrote:
fatal error C1083: Cannot open include file: 'Centroids.h': No such file or directory;


What file is centroids.h being referenced from? Is this header file in a path that the IDE knows about? Have you tried using a fully-qualified path in the #include statement, like:

#include "c:/program files/microsoft visual studio/.../centroids.h"


"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


GeneralRe: need your help Pin
gentleguy4-Jan-08 19:35
gentleguy4-Jan-08 19:35 
QuestionHow to show in messagebox same chinese text from rtf . Pin
johnalek3-Jan-08 19:43
johnalek3-Jan-08 19:43 
AnswerRe: How to show in messagebox same chinese text from rtf . Pin
Maxwell Chen3-Jan-08 20:00
Maxwell Chen3-Jan-08 20:00 
AnswerRe: How to show in messagebox same chinese text from rtf . [modified] Pin
Rajesh R Subramanian3-Jan-08 23:18
professionalRajesh R Subramanian3-Jan-08 23:18 
GeneralRe: How to show in messagebox same chinese text from rtf . Pin
Maxwell Chen3-Jan-08 23:50
Maxwell Chen3-Jan-08 23:50 
GeneralRe: How to show in messagebox same chinese text from rtf . Pin
Rajesh R Subramanian4-Jan-08 1:03
professionalRajesh R Subramanian4-Jan-08 1:03 
GeneralOverwrite avoiding in memcpy Pin
CodingLover3-Jan-08 19:35
CodingLover3-Jan-08 19:35 
GeneralRe: Overwrite avoiding in memcpy Pin
Maxwell Chen3-Jan-08 19:41
Maxwell Chen3-Jan-08 19:41 
GeneralRe: Overwrite avoiding in memcpy Pin
CodingLover3-Jan-08 19:55
CodingLover3-Jan-08 19:55 
GeneralRe: Overwrite avoiding in memcpy Pin
Haroon Sarwar3-Jan-08 20:29
Haroon Sarwar3-Jan-08 20:29 
GeneralRe: Overwrite avoiding in memcpy Pin
Maxwell Chen3-Jan-08 20:39
Maxwell Chen3-Jan-08 20:39 
GeneralRe: Overwrite avoiding in memcpy Pin
CPallini4-Jan-08 0:00
mveCPallini4-Jan-08 0:00 
GeneralRe: Overwrite avoiding in memcpy Pin
Maxwell Chen4-Jan-08 0:12
Maxwell Chen4-Jan-08 0:12 
GeneralRe: Overwrite avoiding in memcpy Pin
CPallini4-Jan-08 0:25
mveCPallini4-Jan-08 0:25 
GeneralRe: Overwrite avoiding in memcpy Pin
Maxwell Chen4-Jan-08 0:40
Maxwell Chen4-Jan-08 0:40 
GeneralRe: Overwrite avoiding in memcpy Pin
CodingLover3-Jan-08 20:41
CodingLover3-Jan-08 20:41 
GeneralRe: Overwrite avoiding in memcpy Pin
Maxwell Chen3-Jan-08 20:42
Maxwell Chen3-Jan-08 20:42 

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.