marcoonthegit
|
ac510d391f
* TAutoObject.GetTypeInfo function should return DispTypeInfo instead of ClassInfo. Fix by Korba812. Fixes Eventsinks for openoffice.
|
7 сар өмнө |
Michaël Van Canneyt
|
c04dbe036a
* Dotted filenames for package winunits-base
|
2 жил өмнө |
Michael VAN CANNEYT
|
16eed74ca4
* PChar -> PAnsiChar fixes
|
2 жил өмнө |
Michaël Van Canneyt
|
e53f842d50
* PChar -> PAnsiChar
|
2 жил өмнө |
svenbarth
|
deaff6f7fe
* fix for Mantis #38151: when a Variant is passed by reference to a IDispatch property then invoke it using DISPATCH_PROPERTYPUTREF instead of DISPATCH_PROPERTYPUT
|
4 жил өмнө |
svenbarth
|
585edb130a
+ add support for dispatching UnicodeString parameters (in addition to AnsiString parameters)
|
4 жил өмнө |
svenbarth
|
9822ff30cf
* a AnsiString var parameter is supposed to be dispatched in tagVariant.pbstrVal which is a PWideString, so pass a reference to the ComStr field instead of a copy
|
4 жил өмнө |
svenbarth
|
50deb254e5
* correctly mask the argument type of a dispatch parameter (only the top most bit needs to be removed, not the top most *two* bits)
|
4 жил өмнө |
marco
|
a9f9ee43af
* fix for mantis 37573 by Sergey Larin. Manually chain coinitialize* running into the initproc chain, executing it depth first to make it as late as possible.
|
5 жил өмнө |
svenbarth
|
aa0422b2ed
* fix for Mantis #35964: reestablish pre r42594 behavior for WinCE as at least Windows Mobile does not support the required COM functions
|
6 жил өмнө |
marco
|
cffc8317fa
* mantis #35013 library parts. Allow embedded objects.
|
6 жил өмнө |
michael
|
16ba47be46
* Patch from Ondrej Pokorny to convert unit names to CamelCase (bug ID 33481)
|
7 жил өмнө |
marco
|
3311ef4d48
* eventconnect/disconnect moved, Mantis #25888
|
11 жил өмнө |
marco
|
17330b94e3
* Patch from Ocean, Mantis #25798
|
11 жил өмнө |
sergei
|
132366e448
* Fixed Mantis #24352.
|
11 жил өмнө |
florian
|
523b2dfa26
* deactive debugging defines again after r26427
|
11 жил өмнө |
marco
|
4804a5528b
* change registry functions in comobj to "HKEY" because of win64 reasons. (Mantis #25515)
|
11 жил өмнө |
yury
|
76dd6cfaac
* Do not write unneeded registry keys if ClassName is empty.
|
13 жил өмнө |
yury
|
b0b2353f58
* Fixed declaration of ITypeInfo.Invoke(). The last 3 parameters should be able accept nil values. This fixes calling late binding methods of ActiveX server implemented with FPC. Patch by Ludo Brands.
|
13 жил өмнө |
yury
|
1a6605fd02
* Fixed warnings.
|
13 жил өмнө |
michael
|
8e00e50965
* Fix 64-bit compilation (Bug ID 21874)
|
13 жил өмнө |
michael
|
d28eeaee48
* Patch from Ludo Brands to fix late binding for com servers (bug 22378)
|
13 жил өмнө |
sergei
|
7c2f9c9677
activex.pp:
|
14 жил өмнө |
sergei
|
4aeef5b150
Fixes to dispatch calls:
|
14 жил өмнө |
sergei
|
4780278e7b
Fix Mantis #11783:
|
14 жил өмнө |
marco
|
dbb2a44286
* tconnectevent added to comobj
|
14 жил өмнө |
sergei
|
49013587a9
+ comobj.pp, DispatchInvoke and DoDispCallByID: support Variant parameters passed by value, support Int64 and QWord arguments.
|
14 жил өмнө |
joost
|
56cd935acf
* Fixed compilation on Windows/WinCE after merging the XPCom branch in r16180
|
15 жил өмнө |
paul
|
7e0578c569
comobj: fix DoDispCallByID. Now it works fine for DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYGET.
|
15 жил өмнө |
paul
|
9f7a69627a
comobj: for loop to ArgCount - 1 causes a crash when ArgCount = 0 because it is unsigned
|
15 жил өмнө |