Click here to Skip to main content
15,914,413 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionUsing Static Libraries in Managed C++ Pin
THULLA18-Jul-07 17:56
THULLA18-Jul-07 17:56 
AnswerRe: Using Static Libraries in Managed C++ Pin
led mike19-Jul-07 5:14
led mike19-Jul-07 5:14 
AnswerRe: Using Static Libraries in Managed C++ Pin
Gordon Brandly27-Jul-07 12:23
Gordon Brandly27-Jul-07 12:23 
QuestionPostMessage - WTF?! Pin
john john mackey18-Jul-07 9:26
john john mackey18-Jul-07 9:26 
AnswerRe: PostMessage - WTF?! Pin
Mark Salsbery18-Jul-07 9:34
Mark Salsbery18-Jul-07 9:34 
GeneralRe: PostMessage - WTF?! Pin
john john mackey18-Jul-07 10:53
john john mackey18-Jul-07 10:53 
AnswerRe: PostMessage - WTF?! Pin
john john mackey18-Jul-07 11:18
john john mackey18-Jul-07 11:18 
GeneralRe: PostMessage - WTF?! Pin
Mark Salsbery18-Jul-07 14:39
Mark Salsbery18-Jul-07 14:39 
Be careful using UINT and LONG for the types of wparam and lparam.

It's safer to use WPARAM and LPARAM or UINT_PTR and LONG_PTR.

Saves changing it in the future when everything's 64-bit Smile | :)

I still have no idea how your variables could change between the PostMessage calls.
How are you checking....stepping into the API assembly code?

Mark


Mark Salsbery
Microsoft MVP - Visual C++


"Great job team! Head back to base for debriefing and cocktails."

GeneralRe: PostMessage - WTF?! Pin
john john mackey21-Jul-07 16:35
john john mackey21-Jul-07 16:35 
GeneralRe: PostMessage - WTF?! Pin
Mark Salsbery21-Jul-07 19:23
Mark Salsbery21-Jul-07 19:23 
AnswerRe: PostMessage - WTF?! Pin
Luc Pattyn20-Jul-07 16:28
sitebuilderLuc Pattyn20-Jul-07 16:28 
GeneralRe: PostMessage - WTF?! Pin
john john mackey21-Jul-07 16:37
john john mackey21-Jul-07 16:37 
QuestionDynamically loading a mixed-mode dll from a network path Pin
mav.northwind18-Jul-07 3:45
mav.northwind18-Jul-07 3:45 
AnswerRe: Dynamically loading a mixed-mode dll from a network path Pin
led mike18-Jul-07 6:52
led mike18-Jul-07 6:52 
GeneralRe: Dynamically loading a mixed-mode dll from a network path Pin
mav.northwind18-Jul-07 7:47
mav.northwind18-Jul-07 7:47 
QuestionFunctions equivalent in C++ Pin
C#Coudou17-Jul-07 16:23
C#Coudou17-Jul-07 16:23 
AnswerRe: Functions equivalent in C++ Pin
Mark Salsbery17-Jul-07 17:38
Mark Salsbery17-Jul-07 17:38 
AnswerRe: Functions equivalent in C++ Pin
Mark Salsbery18-Jul-07 9:30
Mark Salsbery18-Jul-07 9:30 
AnswerRe: Functions equivalent in C++ Pin
Dave Doknjas18-Jul-07 14:06
Dave Doknjas18-Jul-07 14:06 
GeneralRe: Functions equivalent in C++ Pin
C#Coudou22-Jul-07 19:16
C#Coudou22-Jul-07 19:16 
QuestionPath/String modification Pin
BuckBrown17-Jul-07 13:20
BuckBrown17-Jul-07 13:20 
AnswerRe: Path/String modification Pin
Luc Pattyn17-Jul-07 13:40
sitebuilderLuc Pattyn17-Jul-07 13:40 
GeneralRe: Path/String modification Pin
BuckBrown18-Jul-07 9:07
BuckBrown18-Jul-07 9:07 
GeneralRe: Path/String modification Pin
Luc Pattyn18-Jul-07 9:13
sitebuilderLuc Pattyn18-Jul-07 9:13 
AnswerRe: Path/String modification Pin
George L. Jackson17-Jul-07 13:53
George L. Jackson17-Jul-07 13: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.