mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 16:39:37 +02:00
![]() - Added the optional creation of a lazarus design/runtime package for the activex container. - Added full files in case diff doesn't work. Fixes to typelib importer: - avoid duplicate enum members (translated to const) (Office10\MSWORD.OLB) - don't make TEventSink or TActiveXContainer descendants if interface does not descend from IDispatch (VBA6\VBE6EXT.OLB) - add type declaration for coclass interface pointing to default interface - fixed property setter for array properties - added typecasting for byref interface event parameters - typecasting workaround for pvarVal^ and pbstrVal^ "Can't take the address of constant expressions" error caused by var type mismatch OLEVariant <> Variant and POleStr<>WideString - reverted to the use of OLEVariant. POLEVariant isn't automatable in trunk but PVariant isn't automatable in 2.6.0 neither. - added byref VT_INT, VT_UINT, VT_DECIMAL event parameter support (Office10\MSWORD.OLB) - replace the use of TOleEnum with LongWord. Definition in ActiveX (type TOleEnum = type LongWord;) prohibits casting of OleVariant to TOleEnum.(Office10\MSOUTL.OLB) - disambiguate method name for INVOKE_PROPERTYPUT and INVOKE_PROPERTYPUTREF on same property (ado\msado25.tlb) - postpone interface declaration until full declaration of ancestor class. git-svn-id: trunk@20157 - |
||
---|---|---|
.. | ||
debugsvr | ||
dxegen | ||
fpcm | ||
fpcmkcfg | ||
fpcres | ||
fpcreslipo | ||
fpdoc | ||
fpmc | ||
fppkg | ||
fprcp | ||
h2pas | ||
importtl | ||
instantfpc | ||
mksymbian | ||
rmwait | ||
sim_pasc | ||
svn2cvs | ||
tply | ||
bin2obj.pp | ||
checkcvs.pp | ||
creumap.pp | ||
data2inc.exm | ||
data2inc.pp | ||
delp.pp | ||
grab_vcsa.pp | ||
Makefile | ||
Makefile.fpc | ||
postw32.pp | ||
ppdep.pp | ||
ptop.pp | ||
ptopu.pp | ||
README.txt | ||
rmcvsdir.pp | ||
rstconv.pp | ||
svn2cl.pp |
This dirctory contains some utilities that come with the Free Pascal Compiler. They can be compiled by typing 'make all' in this directory. Currently, the following things are provided: ppdep : Creates a makefile which includes all interdependant units. ptop : Pascal source beautifier delp : Deletes all files generated by Free Pascal, as well temporary files. h2pas/ : Contains the h2pas program, which converts C header files to pascal unit files. tply/ : Pascal Lex and Yacc fpcm/ : fpcmake - utility to generate makefiles to regenerate compiler Typing a 'make install' will put everything into place. Happy Coding ! The Free Pascal Development Team.