Subversion Repositories filter_foundry

Rev

Rev 415 | Rev 419 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 416
Line 25... Line 25...
25
- Plugins created by the custom implementation of `UpdateResourceA` (for Win9x and WinNT<4.0) could not be loaded on
25
- Plugins created by the custom implementation of `UpdateResourceA` (for Win9x and WinNT<4.0) could not be loaded on
26
  some versions of Windows, because the Optional PE Header `SizeOfImage` was calculated wrong.
26
  some versions of Windows, because the Optional PE Header `SizeOfImage` was calculated wrong.
27
  
27
  
28
	Fixed in SVN Revision 415.
28
	Fixed in SVN Revision 415.
29
 
29
 
-
 
30
- The version info of a 64 bit plugin cannot be written using Windows NT 3.51, because the resources could not be loaded from the 64 bit image.
-
 
31
 
-
 
32
	Fixed in SVN Revision 416: The version info template is now inserted into the 32 bit image as `TPLT` resource.
-
 
33
	Therefore, the 64 bit image does not need to be read.
-
 
34
 
30
Open problems:
35
Open problems:
31
--------------
36
--------------
32
 
37
 
33
- WinNT311: "msctls_trackbar32" is not supported by Windows NT 3.1. DialogBoxParamA crashes with the confusing error code "Invalid Cursor Handle".
38
- WinNT311: "msctls_trackbar32" is not supported by Windows NT 3.1. DialogBoxParamA crashes with the confusing error code "Invalid Cursor Handle".
34
	Note: msctls_trackbar32 seems to be defined in COMCTL32.DLL, but Win NT 3.1 has no REGSVR32.EXE, so there can't be any controls added??
39
	Note: msctls_trackbar32 seems to be defined in COMCTL32.DLL, but Win NT 3.1 has no REGSVR32.EXE, so there can't be any controls added??
Line 53... Line 58...
53
 
58
 
54
- Help button does not work
59
- Help button does not work
55
 
60
 
56
- WinNT311+351: Preview image is not drawn at dialog box opening. You need to enter something first.
61
- WinNT311+351: Preview image is not drawn at dialog box opening. You need to enter something first.
57
 
62
 
58
- WinNT311+351: Create 64 bit plugin: Error "Not a valid NT image" at `UpdateVersionInfoWithHandle` (probably doesn't support "Load as Datafile")
-
 
59
 
-
 
60
- Versioninfo is not adjusted, not even for Win 32 standalone plugins
-
 
61
	In Win NT 3.51, 32 bit is adjusted, 64 bit not
-
 
62
 
-
 
63
- Preview pane cannot be panned, because it seems that anything clickable needs to be a pushbutton in Win NT 3.51
63
- Preview pane cannot be panned, because it seems that anything clickable needs to be a pushbutton in Win NT 3.51
64
	TODO: implement area as pushbutton?
64
	TODO: implement area as pushbutton?
65
 
65
 
66
Questions:
66
Questions:
67
----------
67
----------