Click here to Skip to main content
15,904,153 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ - Code performance - code injection Pin
Chris Losinger7-May-13 1:56
professionalChris Losinger7-May-13 1:56 
GeneralRe: C++ - Code performance - code injection Pin
ixjf7-May-13 2:19
ixjf7-May-13 2:19 
AnswerRe: C++ - Code performance - code injection Pin
ThatsAlok20-May-13 23:42
ThatsAlok20-May-13 23:42 
AnswerRe: C++ - Code performance - code injection Pin
dusty_dex7-May-13 3:14
dusty_dex7-May-13 3:14 
AnswerRe: C++ - Code performance - code injection Pin
jschell7-May-13 9:42
jschell7-May-13 9:42 
GeneralRe: C++ - Code performance - code injection Pin
ixjf8-May-13 2:06
ixjf8-May-13 2:06 
QuestionDetails regarding insertion of wide characters into a sqlite3 database programatically Pin
Member 78946016-May-13 18:23
Member 78946016-May-13 18:23 
AnswerRe: Details regarding insertion of wide characters into a sqlite3 database programatically Pin
Coder Block6-May-13 19:42
Coder Block6-May-13 19:42 
AnswerRe: Details regarding insertion of wide characters into a sqlite3 database programatically Pin
LaxmikantYadav6-May-13 19:48
LaxmikantYadav6-May-13 19:48 
GeneralRe: Details regarding insertion of wide characters into a sqlite3 database programatically Pin
Member 78946016-May-13 22:24
Member 78946016-May-13 22:24 
QuestionOnShowWindow() doesn't work on CPropertyPage Pin
Donguy19766-May-13 11:53
Donguy19766-May-13 11:53 
AnswerRe: OnShowWindow() doesn't work on CPropertyPage Pin
«_Superman_»6-May-13 16:50
professional«_Superman_»6-May-13 16:50 
GeneralRe: OnShowWindow() doesn't work on CPropertyPage Pin
Donguy19767-May-13 3:38
Donguy19767-May-13 3:38 
GeneralRe: OnShowWindow() doesn't work on CPropertyPage Pin
«_Superman_»7-May-13 18:29
professional«_Superman_»7-May-13 18:29 
QuestionParser in c++ Pin
Yashwanth. C.b6-May-13 6:43
Yashwanth. C.b6-May-13 6:43 
AnswerRe: Parser in c++ Pin
jschell6-May-13 8:18
jschell6-May-13 8:18 
AnswerRe: Parser in c++ Pin
CPallini6-May-13 8:19
mveCPallini6-May-13 8:19 
QuestionIntegrate C# project into C++ Pin
hrishtech5-May-13 21:54
hrishtech5-May-13 21:54 
AnswerRe: Integrate C# project into C++ Pin
Richard MacCutchan5-May-13 22:14
mveRichard MacCutchan5-May-13 22:14 
AnswerRe: Integrate C# project into C++ Pin
«_Superman_»5-May-13 23:38
professional«_Superman_»5-May-13 23:38 
AnswerRe: Integrate C# project into C++ Pin
jschell6-May-13 8:21
jschell6-May-13 8:21 
SuggestionRe: Integrate C# project into C++ Pin
ThatsAlok6-May-13 21:34
ThatsAlok6-May-13 21:34 
jschell wrote:
Provide a communications idiom which is either file based, stdio based or socket based.

being a IPC guy, I will not support this, since all the above mentioned method has its on shortcomings!. it better to use COM instead if you want synchronous communication. though you can achieve same with mentioned technique, however you have to rely on synchronous objects etc.

Recommended technique is already mentioned by SuperMan . however it depend on your project demand. what they actually want. since for IPC technique you have create framework in both executable to send and receive data, constantly watch on executables running status etc etc

"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow
Never mind - my own stupidity is the source of every "problem" - Mixture


cheers,
Alok Gupta
VC Forum Q&A :- I/IV
Support CRY- Child Relief and You

GeneralRe: Integrate C# project into C++ Pin
jschell7-May-13 9:36
jschell7-May-13 9:36 
GeneralRe: Integrate C# project into C++ Pin
hrishtech9-May-13 18:36
hrishtech9-May-13 18:36 
QuestionC++ communicate with hardware Pin
machisiou5-May-13 17:58
machisiou5-May-13 17:58 

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.