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

[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