Re: [fpc-pascal] Windows type library files

2014-10-04 Thread Adriaan van Os
Sandro Cumerlato wrote: Excellent, but sadly some libraries rely on OleCtrls and StdVCL. I assume that's only for a few type declarations, because it's unlikely that Windows system libraries depend on Delphi for their implementation. But this does require some manual editing. Regards,

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Adriaan van Os
In case someone is interested, I put the .zip archives below for download at my website http://adriaan.biz/windows-com/pas-from-sdk.zip http://adriaan.biz/windows-com/pas-from-system32.zip Regards, Adriaan van Os http://adriaan.biz/windows-com/pas-from-sdk.zip auto-generated with midl and

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Dennis Poon
thanks a lot. Adriaan van Os wrote: In case someone is interested, I put the .zip archives below for download at my website http://adriaan.biz/windows-com/pas-from-sdk.zip http://adriaan.biz/windows-com/pas-from-system32.zip Regards, Adriaan van Os

Re: [fpc-pascal] Windows type library files

2014-10-03 Thread Sandro Cumerlato
Excellent, but sadly some libraries rely on OleCtrls and StdVCL. On 3 October 2014 16:42, Adriaan van Os f...@microbizz.nl wrote: In case someone is interested, I put the .zip archives below for download at my website http://adriaan.biz/windows-com/pas-from-sdk.zip

[fpc-pascal] Windows type library files

2014-10-01 Thread Adriaan van Os
In order to generate type library files from Windows (or wine) headers, I built widl https://www.winehq.org/docs/widl from wine sources (on Mac OS X). Well, widl generates any kind of file, except .tbl. There is no error message and no output. Does someone know if .tbl files for Windows can be

Re: [fpc-pascal] Windows type library files

2014-10-01 Thread Sven Barth
Am 01.10.2014 16:47 schrieb Adriaan van Os f...@microbizz.nl: In order to generate type library files from Windows (or wine) headers, I built widl https://www.winehq.org/docs/widl from wine sources (on Mac OS X). Well, widl generates any kind of file, except .tbl. There is no error message and

Re: [fpc-pascal] Windows type library files

2014-10-01 Thread Adriaan van Os
Sven Barth wrote: Are you really trying to generate a typelibrary from *.h files or are you using *.idl files? If the former then that's the wrong approach... From *.idl files. In wine, the .h files for COM interfaces are created from the .idl files, using widl. That works. But creating .tbl