Link to home
Start Free TrialLog in
Avatar of serg111
serg111

asked on

EM_SETTEXTEX problem

EM_SETTEXTEX is working fine on one computer but doesnt work on another...
How can I find cause of the problem?
SendMessage() return 0
GetLastError() return 0
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Which operating systems. Although min is Win95, it is required to have RichEdit 3.0 installed.
Avatar of serg111
serg111

ASKER

It is Win ME that cause an error
How can I make sure that RichEdit installed?
The Edit control is actually created but doesn't show output
EM_SETTEXTEX   message is only applicable for Richedit 3.0 or higher - so to know the version on ur computer
Open richedit.h file in an editor -  It will be showing the number for richedit control version no.
It will be their in ur include folder in VIsual studio installed folder
Avatar of serg111

ASKER

Yes, it is 3.0 on my computer's richedit.h
But computer where it is not working doesn't have richedit.h and Visual studio installed
ASKER CERTIFIED SOLUTION
Avatar of curero
curero

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of serg111

ASKER

You are right! Somehow there was and old version of dll ...