Click here to Skip to main content
15,910,471 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling functions in DLL (Flash) that I didn't load Pin
opensoar25-Jan-10 13:11
opensoar25-Jan-10 13:11 
GeneralRe: Calling functions in DLL (Flash) that I didn't load Pin
Richard MacCutchan25-Jan-10 21:45
mveRichard MacCutchan25-Jan-10 21:45 
QuestionScreen Capture Pin
Member 686483925-Jan-10 6:17
Member 686483925-Jan-10 6:17 
AnswerRe: Screen Capture Pin
Rajesh R Subramanian25-Jan-10 6:21
professionalRajesh R Subramanian25-Jan-10 6:21 
AnswerRe: Screen Capture Pin
David Crow25-Jan-10 7:07
David Crow25-Jan-10 7:07 
GeneralRe: Screen Capture Pin
Member 686483925-Jan-10 7:32
Member 686483925-Jan-10 7:32 
AnswerRe: Screen Capture Pin
Rajesh R Subramanian25-Jan-10 7:35
professionalRajesh R Subramanian25-Jan-10 7:35 
GeneralRe: Screen Capture Pin
Member 686483925-Jan-10 7:43
Member 686483925-Jan-10 7:43 
AnswerRe: Screen Capture Pin
Rajesh R Subramanian25-Jan-10 8:38
professionalRajesh R Subramanian25-Jan-10 8:38 
GeneralRe: Screen Capture Pin
Member 686483925-Jan-10 9:07
Member 686483925-Jan-10 9:07 
GeneralRe: Screen Capture Pin
Rajesh R Subramanian25-Jan-10 9:16
professionalRajesh R Subramanian25-Jan-10 9:16 
QuestionHow to share memory between instances of dll Pin
Sauce!25-Jan-10 2:10
Sauce!25-Jan-10 2:10 
QuestionRe: How to share memory between instances of dll Pin
CPallini25-Jan-10 2:21
mveCPallini25-Jan-10 2:21 
AnswerRe: How to share memory between instances of dll Pin
Sauce!25-Jan-10 2:39
Sauce!25-Jan-10 2:39 
GeneralRe: How to share memory between instances of dll Pin
CPallini25-Jan-10 2:58
mveCPallini25-Jan-10 2:58 
GeneralRe: How to share memory between instances of dll Pin
Sauce!25-Jan-10 3:03
Sauce!25-Jan-10 3:03 
GeneralRe: How to share memory between instances of dll Pin
Cedric Moonen25-Jan-10 3:05
Cedric Moonen25-Jan-10 3:05 
GeneralRe: How to share memory between instances of dll Pin
CPallini25-Jan-10 3:31
mveCPallini25-Jan-10 3:31 
GeneralRe: How to share memory between instances of dll Pin
Stephen Hewitt25-Jan-10 3:26
Stephen Hewitt25-Jan-10 3:26 
AnswerRe: How to share memory between instances of dll Pin
Joe Woodbury25-Jan-10 12:08
professionalJoe Woodbury25-Jan-10 12:08 
GeneralRe: How to share memory between instances of dll Pin
Sauce!25-Jan-10 18:09
Sauce!25-Jan-10 18:09 
It's not particularly necessary that each instance of the dll share a particular variable - I could instead have each instance of the dll send a message to my application (which loads the dll) and have my app use the message to add the new value to the end of the list. How does that sound?

I'm attempting to simulate input latency by installing a keyboard and mouse hook that records all input, blocks it, and then resends it after a specified interval. I'll probably have trouble differentiating between messages I'm recieving from the system, and messages that I have forwarded after the appropriate interval, however that is a river I'll have to cross when I get to it.

So I guess I'll see what I can do about forwarding the messages directly to my application, where they will then be pushed onto a list (it should be a fairly trivial matter)

edit: is there any way at all I can send a message using the win32 SendMessage() along with some user data, like a flag? It would make my life a hell of a lot easier :P
GeneralRe: How to share memory between instances of dll Pin
Joe Woodbury25-Jan-10 18:35
professionalJoe Woodbury25-Jan-10 18:35 
GeneralRe: How to share memory between instances of dll Pin
Sauce!25-Jan-10 19:30
Sauce!25-Jan-10 19:30 
QuestionIs there any alternative for GetAsyncKeyState( int ) function in visual c++? Pin
Nilesh Hamane25-Jan-10 0:05
Nilesh Hamane25-Jan-10 0:05 
QuestionRe: Is there any alternative for GetAsyncKeyState( int ) function in visual c++? Pin
CPallini25-Jan-10 0:23
mveCPallini25-Jan-10 0:23 

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.