Re: [fpc-pascal] ideU version 1.0.0.

2015-12-25 Thread Martin Schreiber
On Thursday 24 December 2015 16:58:16 Paul Breneman wrote: > On 12/24/2015 11:06 AM, Martin Schreiber wrote: > > > > Maybe you should list the original too? ;-) > > > > Martin > > Yes I should, but the original is not as simple for a beginner to > install. ??? Frome MSEide README.TXT: " 1. Downloa

Re: [fpc-pascal] Assigning string constant to a WideString and the Format function

2015-12-25 Thread Lubos Pintes
Interesting. I thought that SetString is properly overloaded. Maybe it is, maybe not. But anyway I fixed the program by using WideStr := PWideChar(@WideCharArray[Index]); Thus ignoring badly-working SetString. Anyway thank for all responses! Dňa 24. 12. 2015 o 14:23 Michael Van Canneyt napísal(a