Click here to Skip to main content
15,896,118 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: dll problem Pin
Hamid_RT1-Jul-08 21:46
Hamid_RT1-Jul-08 21:46 
GeneralRe: dll problem Pin
Rajesh R Subramanian3-Jul-08 22:35
professionalRajesh R Subramanian3-Jul-08 22:35 
AnswerRe: dll problem Pin
Stephen Hewitt1-Jul-08 14:18
Stephen Hewitt1-Jul-08 14:18 
QuestionRe: dll problem Pin
rjkg1-Jul-08 18:50
rjkg1-Jul-08 18:50 
Questionstd::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 1:42
T.RATHA KRISHNAN1-Jul-08 1:42 
AnswerRe: std::string to char* Pin
toxcct1-Jul-08 1:53
toxcct1-Jul-08 1:53 
GeneralRe: std::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 2:07
T.RATHA KRISHNAN1-Jul-08 2:07 
GeneralRe: std::string to char* Pin
toxcct1-Jul-08 2:19
toxcct1-Jul-08 2:19 
why are you using path instead of exeroot you just allocated ?

it's obvious you don't read error messages, or you don't understand what you're doing...
check your code again.
std::string path = dtCore::GetDeltaRootPath();
const char* exeroot = path.c_str();
strcat(exeroot, "/");
strcat(exeroot, "CharacterAnimation.exe");
result = <font color="red">system</font>(exeroot);
return <font color="red">true</font>;


BTW, you seem not to have takenn in account my previous remarks...


QuestionRe: std::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 2:25
T.RATHA KRISHNAN1-Jul-08 2:25 
AnswerRe: std::string to char* Pin
toxcct1-Jul-08 2:43
toxcct1-Jul-08 2:43 
QuestionRe: std::string to char* Pin
CPallini1-Jul-08 2:27
mveCPallini1-Jul-08 2:27 
AnswerRe: std::string to char* Pin
Stephen Hewitt1-Jul-08 14:34
Stephen Hewitt1-Jul-08 14:34 
GeneralRe: std::string to char* Pin
CPallini1-Jul-08 21:26
mveCPallini1-Jul-08 21:26 
GeneralRe: std::string to char* Pin
Stephen Hewitt1-Jul-08 14:33
Stephen Hewitt1-Jul-08 14:33 
GeneralRe: std::string to char* Pin
killabyte1-Jul-08 2:20
killabyte1-Jul-08 2:20 
GeneralRe: std::string to char* Pin
CPallini1-Jul-08 2:29
mveCPallini1-Jul-08 2:29 
GeneralRe: std::string to char* Pin
killabyte1-Jul-08 2:34
killabyte1-Jul-08 2:34 
GeneralRe: std::string to char* Pin
Stephen Hewitt1-Jul-08 14:42
Stephen Hewitt1-Jul-08 14:42 
GeneralRe: std::string to char* Pin
CPallini1-Jul-08 2:24
mveCPallini1-Jul-08 2:24 
QuestionRe: std::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 2:39
T.RATHA KRISHNAN1-Jul-08 2:39 
AnswerRe: std::string to char* Pin
toxcct1-Jul-08 2:46
toxcct1-Jul-08 2:46 
GeneralRe: std::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 2:54
T.RATHA KRISHNAN1-Jul-08 2:54 
GeneralRe: std::string to char* Pin
toxcct1-Jul-08 2:58
toxcct1-Jul-08 2:58 
GeneralRe: std::string to char* Pin
SandipG 1-Jul-08 3:11
SandipG 1-Jul-08 3:11 
GeneralRe: std::string to char* Pin
T.RATHA KRISHNAN1-Jul-08 3:20
T.RATHA KRISHNAN1-Jul-08 3:20 

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.