Page 1 of 1

Texteditor

Posted: Thu Feb 22, 2007 4:06 pm
by driessen
Hello,

Is it possible to implement a texteditor in a kind of memofield in a FW application ?

If so, can it be done with Word ? (Somewhat like a plugin in Internet Explorer) ?

Thanks.

Michel

Posted: Thu Feb 22, 2007 5:35 pm
by Antonio Linares
Michel,

Please review samples\TestRtf.prg

Posted: Thu Feb 22, 2007 8:36 pm
by driessen
Thanks for your tips.

I tried to test the sample TESTRTF.

Unfortunately I got some errors.

Unresolved external symbol '_GetFileVersionInfoSizeA'
Unresolved external symbol '_GetFileVersionInfoA'
Unresolved external symbol '_VerQueryValueA'

Does anyone have a working example ?

Thank you very much.

Michel

Posted: Thu Feb 22, 2007 9:11 pm
by Richard Chidiak
Michel

You have to link the file version.lib

Richard