Click here to Skip to main content
15,881,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling php script from vc++ Pin
Ash_VCPP10-Jan-10 22:51
Ash_VCPP10-Jan-10 22:51 
GeneralRe: Calling php script from vc++ Pin
Code-o-mat11-Jan-10 1:28
Code-o-mat11-Jan-10 1:28 
QuestionProgramming with multiple entry points Pin
Dan Senior7-Jan-10 21:40
Dan Senior7-Jan-10 21:40 
AnswerRe: Programming with multiple entry points - updated Pin
Garth J Lancaster7-Jan-10 21:50
professionalGarth J Lancaster7-Jan-10 21:50 
AnswerRe: Programming with multiple entry points Pin
Naveen7-Jan-10 22:07
Naveen7-Jan-10 22:07 
AnswerRe: Programming with multiple entry points Pin
Rajesh R Subramanian8-Jan-10 4:55
professionalRajesh R Subramanian8-Jan-10 4:55 
AnswerRe: Programming with multiple entry points Pin
Dan Senior8-Jan-10 11:00
Dan Senior8-Jan-10 11:00 
AnswerRe: Programming with multiple entry points Pin
Rozis8-Jan-10 11:52
Rozis8-Jan-10 11:52 
Maybe uneeded ideas but

- if the users would drag the file to your program instead of doubleclicking on it, you would not have the problem of multiple copies. Then the file is made known to your program by a drop-interface.

- if you could make a small program that copies file(s) to a folder you could use winAPI- functions findfirstchangenotification()/FindNextChangeNotification() to watch this folder with another program. Your basic commands then could also be transfered as files to the folder by the small program, and you could check then if the file(s)/commands sent are processed (because the other program moves them to another folder after processing). When not processed within time the other program is not running (or just too slow) but everything is queued..

That's what came in my mind reading your questions...

Rozis
GeneralRe: Programming with multiple entry points Pin
Dan Senior8-Jan-10 14:04
Dan Senior8-Jan-10 14:04 
Questionlinking two file in gcc Pin
khomeyni7-Jan-10 21:10
khomeyni7-Jan-10 21:10 
QuestionRe: linking two file in gcc Pin
CPallini7-Jan-10 21:25
mveCPallini7-Jan-10 21:25 
AnswerRe: linking two file in gcc [modified] Pin
khomeyni7-Jan-10 21:52
khomeyni7-Jan-10 21:52 
GeneralRe: linking two file in gcc Pin
CPallini7-Jan-10 22:09
mveCPallini7-Jan-10 22:09 
GeneralRe: linking two file in gcc Pin
khomeyni8-Jan-10 2:48
khomeyni8-Jan-10 2:48 
GeneralRe: linking two file in gcc Pin
CPallini8-Jan-10 5:00
mveCPallini8-Jan-10 5:00 
GeneralRe: linking two file in gcc Pin
khomeyni8-Jan-10 5:39
khomeyni8-Jan-10 5:39 
Questionpolygon made by intersection of two polygon ??? Pin
a04.lqd7-Jan-10 20:49
a04.lqd7-Jan-10 20:49 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Cedric Moonen7-Jan-10 20:56
Cedric Moonen7-Jan-10 20:56 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Hamid_RT7-Jan-10 20:57
Hamid_RT7-Jan-10 20:57 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Nelek7-Jan-10 21:09
protectorNelek7-Jan-10 21:09 
AnswerRe: polygon made by intersection of two polygon ??? Pin
CPallini7-Jan-10 21:13
mveCPallini7-Jan-10 21:13 
GeneralRe: polygon made by intersection of two polygon ??? Pin
Cedric Moonen7-Jan-10 21:15
Cedric Moonen7-Jan-10 21:15 
GeneralRe: polygon made by intersection of two polygon ??? Pin
Nelek7-Jan-10 21:19
protectorNelek7-Jan-10 21:19 
AnswerRe: polygon made by intersection of two polygon ??? Pin
Saurabh.Garg9-Jan-10 14:39
Saurabh.Garg9-Jan-10 14:39 
GeneralRe: polygon made by intersection of two polygon ??? Pin
a04.lqd9-Jan-10 14:51
a04.lqd9-Jan-10 14:51 

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.