Help!!! PostMessage Error ...

  • Thread starter Thread starter DaniloAlmeida
  • Start date Start date
D

DaniloAlmeida

Hi friends ...

I have a problem ...

I have a Visual C++ 6.0 source code that I open and work in VC.NET (this is
the tool in my job now) and when I use the PostMessage function I receive
error, this error: ERROR_MESSAGE_SYNC_ONLY, and when I use PostThreadMessage
I got this error too. Only the SendMessage works ...

Why ?????

What can be wrong before (VC60) works rigth but now (VC.NET) don't ...

Very Thanks,

Danilo Almeida.
 
Can you provide more information here? It looks like you are attempting to
use a message which needs some sort of pointers through this message.
Although that is something that I am not sure who windows can check that.

What kind of data are you trying to pass?
 
Back
Top