One more question. I put that same code into a DLL and it gives me a error C2440: 'initializing' : cannot convert from 'struct HWND__ *' to 'class CWnd *' error
Here's what I'm putting in:
int _stdcall MacexGo(LPCTSTR S)
{
CWnd *pWnd = FindWindow( NULL , "Macro Express Player" )...
I am a total newbie at VC++ (I am a pathetic, lowly VB programmer). I am creating a program in VC++ to send some information via PostMessage to a program called MacroExpress (to tell it to run a specific macro, etc). When compiling, I get the postmessagea "function does not take 4...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.