forked from thedeemon/gep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_plans.txt
23 lines (23 loc) · 1.01 KB
/
_plans.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
+ bug: OnLoad crash (same key to dictionary) on some systems
+ bug: 64 bit version in Win8 "trial expired"
+ bug: 'guidnames' not included in generated C++ code
+ warn when running in 64 bits (already done in setup)
+ bug: multiple names in video window title
+ change protection
- open all grf files http://msdn.microsoft.com/en-us/library/ms783350
- make manual
- precompile (ngen)
+ check registration on start in different thread
+ unicode-friendly C++
+ create DMO filters differently (use DMO wrapper)
+ free filters approptiately
+ start with larger graph window
+ run regsvr32 with enough rights
+ hide register btn after registration
+ update About Box and version
- save filter state to code - finish this feature (C# code gen?)
+ include samplegrabber.h in generated C++ code when necessary
+ edit filter info: deal with insufficient rights
+ close filter window after unregistering
+ bug: in C++ code hrcheck doesn't print properly in unicode mode
+ refresh code templates when new version of GEP runs