florian
|
4c7c5e5adf
* hopefully fpc_intf_assign_by_iid improved
|
18 years ago |
florian
|
a2ec2e72b6
* better hint about abstract methods (fixes 5098)
|
18 years ago |
florian
|
21955282d0
+ infrastructure for DispInterface call dispatching
|
18 years ago |
florian
|
fd2032dab2
+ start of embedded rtl
|
18 years ago |
ivost
|
7e2f18ea7e
* removed debug output (sorry, forgot the remove it, my bad)
|
18 years ago |
ivost
|
73713d14e3
* improved getinterfaceentry and getinterfaceentrybystr
|
18 years ago |
chrivers
|
4bb1d117d6
Use symbolic const E_NOINTERFACE instead of raw value $80004002
|
19 years ago |
florian
|
557afed6f3
* missing space added
|
19 years ago |
micha
|
d704af7216
fix compilation for {$T+} linux/win
|
19 years ago |
peter
|
367958e154
* fpc_intf_assign_by_iid does not call Addref anymore, the QueryInterface call will increase the refcount
|
19 years ago |
chrivers
|
dceda55abf
Implemented _IMPLEMENTS. Changed GetInterfaceByStr() and GetInterface() accordingly. Also introduced new compilerproc: fpc_intf_assign_by_iid to allow := with _IMPLEMENTS-support
|
19 years ago |
florian
|
849878b472
* fixed memory leak with the as operator, fixes #7174
|
19 years ago |
tom_at_work
|
f86ee115d8
* more fixes for 64 bit compilation after Peter's changes
|
19 years ago |
florian
|
e9b718a0a2
* cleanup
|
19 years ago |
Jonas Maebe
|
640ddd2e26
- removed unused local conflicting type definition
|
19 years ago |
tom_at_work
|
0b34b01a6d
* fixed class messages for PowerPC64, due to a wrong typecast
|
20 years ago |
florian
|
0b3094fdde
* from Thomas Schatzl: changed result type of InstanceSize to PtrInt
|
20 years ago |
michael
|
5cafc069b5
+ Removed NOSAVEREGISTERS define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
michael
|
7712d4e2d1
+ Removed FPC_ALIGNSRTTI define
|
20 years ago |
michael
|
23ad0ae1ec
+ Removed HASINTF and VER1_0 defines
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
michael
|
81fd0bb72c
+ Removed S_OK declarations, they are in objpash.inc
|
20 years ago |
florian
|
3a6006367f
* getinterface fixed
|
20 years ago |
peter
|
36d97e9310
* call initspecialchars if one of the specialchars is configured
|
20 years ago |
florian
|
7b56e65a4b
* fixed FieldAddress for 64 bit and CPUs requiring proper alignment
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
florian
|
36bcc2defa
* fixed memory release in TInterfacedObject._Release
|
20 years ago |