Skip to content

Commit 80cc76a

Browse files
committed
OFversion_template.rc: Changed padding to something cleaner and easier to manipulate.
This is for trying to fix blueCFD/Core#2
1 parent 2009f48 commit 80cc76a

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

src/OSspecific/MSwindows/res/OFversion_template.rc

+18-11
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,22 @@ END
2828

2929
STRINGTABLE
3030
BEGIN
31-
0x00000001, "This string block is essentially for padding out situations"
32-
0x00000002, "where the linker has issues with linking."
33-
0x00000003, "For more details, please visit:"
34-
0x00000004, " https://github.com/blueCFD/Core/issues/2"
35-
0x00000005, "But in essence, we're adding fake data to the final resource"
36-
0x00000006, "object, so that the linker does not fail with the crazy error:"
37-
0x00000007, " collect2.exe: error: ld returned 5 exit status"
38-
0x00000008, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
39-
0x00000009, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
40-
0x0000000A, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
41-
0x0000000B, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
31+
0x00000001, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
32+
0x00000002, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
33+
0x00000003, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
34+
0x00000004, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
35+
0x00000005, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
36+
0x00000006, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
37+
0x00000007, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
38+
0x00000008, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
39+
0x00000009, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
40+
0x0000000A, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
41+
0x0000000B, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
42+
0x0000000C, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
43+
0x0000000D, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
44+
0x0000000E, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
45+
0x0000000F, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
46+
0x00000010, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
47+
0x00000011, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
48+
0x00000012, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
4249
END

0 commit comments

Comments
 (0)