Skip to content

Commit c4f9121

Browse files
author
Harald Radi
committed
no message
1 parent 9dd5b5d commit c4f9121

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ext/com/TODO

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1) Multi-dimenstional array support
2+
2) IErrorInfo
3+
3) WithEvents
4+
4) Documentation (internal and user) and howtos
5+
5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
6+
6) Look for memory leaks and AdRef/Release problems - I KNOW there are some...
7+
7) Test component (goes with the docs)
8+
8) Test suite (Needs test component)
9+
9) reduce the need for VARIANT()
10+
10) lets try if we are able to call non IDispatch - only Typelib components
11+
11) IEnumVariant::Next() without parameter should only return an object, not an array with one element

ext/rpc/com/TODO

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
1) Multi-dimenstional array support
2+
2) IErrorInfo
3+
3) WithEvents
4+
4) Documentation (internal and user) and howtos
5+
5) IEnumVariant::All() which would be like IEnumVariant::Next(IDispatch::Count)
6+
6) Look for memory leaks and AdRef/Release problems - I KNOW there are some...
7+
7) Test component (goes with the docs)
8+
8) Test suite (Needs test component)
9+
9) reduce the need for VARIANT()
10+
10) lets try if we are able to call non IDispatch - only Typelib components
11+
11) IEnumVariant::Next() without parameter should only return an object, not an array with one element

0 commit comments

Comments
 (0)