I have two C# .NET projects that are loaded into one application process. Each have a reference to the same common library (let's call this common library the plugin). This plugin library needs...
There are two separate dll Outlook Add-ins we are developing they both require a general library (let's call this library the "plugin") that acts as a proxy for sending/receiving messages across to a...
Thanks, I tried that already but that doesn't help either. It's such a strange problem because when these preprocessor definitions are not defined everything works perfectly fine. This app has...
I was investigating using the ::InterlockedXXX family of functions but how come there isn't a thread safe way to read an int? What should be done if I want to read an int safely? Thank you
I have a window (let's call this window "A") that always needs to be displayed on top of the main application window when "A" is first displayed in the application.
But after "A" is displayed we...
Thanks, but I thought a pointer was just a variable that held a 4 byte integer memory address. I don't see how casting this back and forth can cause so much problem.
Awesome! Thank you, I cannot believe the answer was right under my nose. Still having some problems with this as the events do not get generated but I'm taking a look at the website link you gave...