Click here to Skip to main content
16,011,482 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Tab order while using property sheet Pin
transoft28-Oct-09 7:14
transoft28-Oct-09 7:14 
QuestionUsing a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:02
Greg Mort28-Oct-09 4:02 
QuestionRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:13
mveCPallini28-Oct-09 4:13 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:15
Greg Mort28-Oct-09 4:15 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 4:21
mveCPallini28-Oct-09 4:21 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:28
Greg Mort28-Oct-09 4:28 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:11
mveCPallini28-Oct-09 10:11 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:17
Greg Mort28-Oct-09 10:17 
yup def. missing the point... there are not two configurations, nor is this a sole thing to do with visual studio

read the thread below, it should make sense

like the other guy said, which is what i presumed the answer has always been, there is no true way to detect who is using a dll at compile because the code is already compiled, and nos not who is using it, its just a file, that is interpreted by another program...
one way to do this is to just make two separate functions, that then in turn use the same function inside of that dll
and the program must just call the appropriate function
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:19
mveCPallini28-Oct-09 10:19 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 10:22
Greg Mort28-Oct-09 10:22 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
CPallini28-Oct-09 10:27
mveCPallini28-Oct-09 10:27 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:27
Cedric Moonen28-Oct-09 4:27 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:30
Greg Mort28-Oct-09 4:30 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:33
Cedric Moonen28-Oct-09 4:33 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Greg Mort28-Oct-09 4:42
Greg Mort28-Oct-09 4:42 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 4:48
Cedric Moonen28-Oct-09 4:48 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Member 419459328-Oct-09 18:22
Member 419459328-Oct-09 18:22 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
Cedric Moonen28-Oct-09 21:13
Cedric Moonen28-Oct-09 21:13 
GeneralRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? [modified] Pin
Member 419459329-Oct-09 5:13
Member 419459329-Oct-09 5:13 
AnswerRe: Using a C++ dll in C++ project and a C# project... C# requires __stdcall c++ does not... is there a way the dll can determine who is using him? Pin
«_Superman_»28-Oct-09 7:22
professional«_Superman_»28-Oct-09 7:22 
QuestionCFileDialog in an own thread -> Access violation Pin
slaindevil28-Oct-09 2:36
slaindevil28-Oct-09 2:36 
AnswerRe: CFileDialog in an own thread -> Access violation Pin
Cedric Moonen28-Oct-09 2:42
Cedric Moonen28-Oct-09 2:42 
GeneralRe: CFileDialog in an own thread -> Access violation Pin
slaindevil28-Oct-09 3:25
slaindevil28-Oct-09 3:25 
QuestionRe: CFileDialog in an own thread -> Access violation Pin
Randor 28-Oct-09 4:05
professional Randor 28-Oct-09 4:05 
AnswerRe: CFileDialog in an own thread -> Access violation Pin
slaindevil1-Nov-09 20:53
slaindevil1-Nov-09 20:53 

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.