Click here to Skip to main content
15,919,778 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows 2003 Pin
Toby Opferman20-Jan-06 14:05
Toby Opferman20-Jan-06 14:05 
Questioncan i store a character variable to chararacter pointer variable? Pin
Harrison Ford20-Jan-06 5:33
Harrison Ford20-Jan-06 5:33 
AnswerRe: can i store a character variable to chararacter pointer variable? Pin
Divyang Mithaiwala20-Jan-06 5:58
Divyang Mithaiwala20-Jan-06 5:58 
QuestionRe: can i store a character variable to chararacter pointer variable? Pin
David Crow20-Jan-06 7:28
David Crow20-Jan-06 7:28 
QuestionDebug Assertion Failed when calling dll function Pin
Jordan C. Atlas20-Jan-06 5:11
Jordan C. Atlas20-Jan-06 5:11 
AnswerRe: Debug Assertion Failed when calling dll function Pin
Chris Losinger20-Jan-06 6:46
professionalChris Losinger20-Jan-06 6:46 
GeneralRe: Debug Assertion Failed when calling dll function Pin
Jordan C. Atlas20-Jan-06 7:10
Jordan C. Atlas20-Jan-06 7:10 
GeneralRe: Debug Assertion Failed when calling dll function Pin
Chris Losinger20-Jan-06 7:15
professionalChris Losinger20-Jan-06 7:15 
so, you're exporting a function that takes a std::string as input ? i suspect then that the std string ctor is going to be called even if there isn't any code in the body of the function. that could be related to the problem.

what if you change that to:

__declspec(dllexport) int func(const char *inputFileName)
{
}


?


Cleek | Image Toolkits | Thumbnail maker


-- modified at 13:15 Friday 20th January, 2006
GeneralRe: Debug Assertion Failed when calling dll function Pin
Jordan C. Atlas20-Jan-06 7:44
Jordan C. Atlas20-Jan-06 7:44 
GeneralRe: Debug Assertion Failed when calling dll function Pin
Chris Losinger20-Jan-06 7:52
professionalChris Losinger20-Jan-06 7:52 
QuestionLinking Problem Pin
Anthony988720-Jan-06 3:40
Anthony988720-Jan-06 3:40 
AnswerRe: Linking Problem Pin
David Crow20-Jan-06 3:55
David Crow20-Jan-06 3:55 
AnswerRe: Linking Problem Pin
Prakash Nadar20-Jan-06 17:29
Prakash Nadar20-Jan-06 17:29 
QuestionQuery related to delayed termination of the Property Sheet? Pin
dp_7620-Jan-06 3:23
dp_7620-Jan-06 3:23 
AnswerRe: Query related to delayed termination of the Property Sheet? Pin
Cedric Moonen20-Jan-06 3:37
Cedric Moonen20-Jan-06 3:37 
AnswerRe: Query related to delayed termination of the Property Sheet? Pin
khan++20-Jan-06 3:39
khan++20-Jan-06 3:39 
AnswerRe: Query related to delayed termination of the Property Sheet? Pin
David Crow20-Jan-06 3:59
David Crow20-Jan-06 3:59 
QuestionGet effective permissions Pin
kelprinc20-Jan-06 2:36
kelprinc20-Jan-06 2:36 
AnswerRe: Get effective permissions Pin
khan++20-Jan-06 3:28
khan++20-Jan-06 3:28 
Questionvideo class Pin
Lampros Giampouras20-Jan-06 2:35
Lampros Giampouras20-Jan-06 2:35 
AnswerRe: video class Pin
Chris Losinger20-Jan-06 3:43
professionalChris Losinger20-Jan-06 3:43 
AnswerRe: video class Pin
Divyang Mithaiwala20-Jan-06 6:07
Divyang Mithaiwala20-Jan-06 6:07 
QuestionHow to know programatically that Windows has logged in/Logged Off/Shut Down occured etc? Pin
Amarelia20-Jan-06 2:35
Amarelia20-Jan-06 2:35 
AnswerRe: How to know programatically that Windows has logged in/Logged Off/Shut Down occured etc? Pin
Rage20-Jan-06 3:09
professionalRage20-Jan-06 3:09 
AnswerRe: How to know programatically that Windows has logged in/Logged Off/Shut Down occured etc? Pin
David Crow20-Jan-06 4:09
David Crow20-Jan-06 4:09 

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.