|
communication between C# dll and C++ dll ??? Thanks for the reply I forgot to inform that m using VS 2005 (C# dll ) and VS 6.0 for (C++ dll ) On May 7, 3:09 pm, "Giovanni Dicanio" <giovanni.dica...(a)invalid.com> wrote: I uploaded a sample solution on the web, so you can download that file and open in VS2008 and study and experiment with it: ht... 12 May 2008 00:11
COleDataSource Hello, In an application I'm involved with we're trying to get a drag-and- drop functionality to work between a mfc dialog and a .NET forms within the same process. Here is an slightly abbreviate code snippet from mfc part: COleDataSource * pDataSource = new COleDataSource; // fill-in code pDataSource->Cache... 14 May 2008 04:17
Zoom buttons in toolbar Hi I need a piece of code to show each button enlarged, when the mouse is moving over a button, eventually delayed like the tooltip message. Both the enlarged button and the tooltip text must pop up. I use VC++9 (2008), mfc unmanaged. -- Laurs Laursen ... 7 May 2008 10:56
GlobalMemoryStatus reports wrong total memory As the title reads. A call to GlobalMemoryStatus reports a wrong total physical memory. I have 4GB of RAM and it reports 2GB. Interestingly, Everest reports 3,314MB. There is a good possibility that the problem is on this one computer (Vista) as on the other (XP) the call to GlobalMemoryStatus works as intended.... 7 May 2008 08:29
ODBC driver crashing my program Hallo, I am new to any database stuff. I work under Win2k SP4. I know this is not stricly MFC. I downloaded the latest stable release of MySQL 5.0 (mysql-5.0.51a-win32.zip) and installed it on my local machine. I configured it without changing any of the default options. The MySQL service starts fine. Reading... 8 May 2008 08:33
communication between C# dll and C++ dll ??? How do I Communicate between C# module and C++ module I hav a c# dll and want to pass strings , call methods of this dll in to a C++ dll (MFC ) (2 way communication between C# dll and C++ dll ) How do I do this ? ... 7 May 2008 06:39
Difference between private bytes and Virtual bytes in Performance Monitor tool Hi pals, I would like to limit my process from being loaded with data more than 1.5 GB. To do that, am considering Virtual bytes in PerfMon tool. Is it right way? But in Task manager, VM size is equivalent to the Private Bytes in PerfMon tool. Got confused by seeing this. Could you please tell me the differen... 7 May 2008 11:45
API to get the left mouse state (pressed or not) ? Hello. I'd like to determine if my left mouse button is currently pressed or not. Is there an API to get (read at the current time) the state of the mouse ? Something like GetMouseState... but not found... With many thanks Marc ... 7 May 2008 05:51
list of vc6 preprocessor switches? i was unable to find some usefull information at microsoft.com, but perhap someone here known a URL... im looking for a list of preprocessor-switches and in special a switch that gives me list of includes, because i have some kind of non- trivial circle-includes in my include-files and i'd like to see, if i co... 7 May 2008 00:20
hi..pointer newbie question. Hi all, I was wondering if we could pass in an long value in an __int64 pointer variable and vice versa. So something like, someFunc(__ int64 *a) { do something; } int main() { long x; someFunc( ( __int64 *) &a) ; } Is it possible to send a long addreess value through an __int64... 7 May 2008 12:34 |