Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-28 Thread Eric Grange
I've tried with FPC 2.2.5 (taken from the Lazarus daily snapshots page), and the same RunError(1) is still happening in the same place... I can wrap up a test case as one lpr + one header unit, though to test it, one requires a Win64 machine with the Office 2007 64bit IFilters pack installed on i

Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-28 Thread Eric Grange
I've tried with FPC 2.2.5 (taken from the Lazarus daily snapshots page), and the same RunError(1) is still happening in the same place... I can wrap up a test case as one lpr + one header unit, though to test it, one requires a Win64 machine with the Office 2007 64bit IFilters pack installed o

Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Marco van de Voort
In our previous episode, Bart said: > Not sure if this is related, but 2.2.2 has a bug in setting properties via > COM. > > It should be resolved in 2.2.4 As far as I know the winunits-base package had more than an handful other fixes also. ___ fpc-pas

Re: [fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Bart
Not sure if this is related, but 2.2.2 has a bug in setting properties via COM. It should be resolved in 2.2.4 Bart ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] COM interfaces support in FPC 2.2.2 Win64

2009-04-27 Thread Eric Grange
I'm trying to compile a small executable in Win64 that makes use of the IFilter interface. Registry read accesses are okay, the CoCreateInstance on IFilter and QueryInterface for an IPersistFile on the IFilter instance pass with ok results, but the first use of the interface (an IPersistFile.L