Skip to content

Commit

Permalink
missing vcruntime140.dll & String fromAddress:
Browse files Browse the repository at this point in the history
Needed to use a subclass of String>>fromAddress: (AnsiString)

Inadvertently committed without the runtime directory so lost lots of files. Probably shouldn't track runtime dir in git eventually.
  • Loading branch information
Eric Winger authored and Eric Winger committed Dec 18, 2021
1 parent 7e95303 commit 433f96e
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 3 deletions.
Binary file added bin/vcruntime140.dll
Binary file not shown.
Binary file modified runtime.zip
Binary file not shown.
Binary file added runtime/bin/GciMt.dll
Binary file not shown.
Binary file added runtime/bin/Jade.dll
Binary file not shown.
Binary file added runtime/bin/SciLexer.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.2.15-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.2.17-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.5.0-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.5.1-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.0-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.0-32.pdb
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.1-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.1-32.pdb
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.2-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.2-32.pdb
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.3-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.6.3-32.pdb
Binary file not shown.
Binary file added runtime/bin/libssl-3.7.0-32.dll
Binary file not shown.
Binary file added runtime/bin/libssl-3.7.0-32.pdb
Binary file not shown.
Binary file added runtime/bin/msvcr100.dll
Binary file not shown.
Binary file added runtime/bin/msvcr110.dll
Binary file not shown.
Binary file added runtime/bin/msvcr120.dll
Binary file not shown.
Binary file added runtime/bin/msvcr90.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion sources/GciErrSType64_30.cls
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ oopTypeClass
reason
"Answer the receiver's reason field as a Smalltalk object."

^String fromAddress: (bytes yourAddress + 1138)!
^AnsiString fromAddress: (bytes yourAddress + 1138)!

reason: anObject
"Set the receiver's reason field to the value of anObject."
Expand Down
2 changes: 1 addition & 1 deletion sources/GciErrSType64_31.cls
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ oopTypeClass
reason
"Answer the receiver's reason field as a Smalltalk object."

^String fromAddress: (bytes yourAddress + 1138)!
^AnsiString fromAddress: (bytes yourAddress + 1138)!

reason: anObject
"Set the receiver's reason field to the value of anObject."
Expand Down
1 change: 0 additions & 1 deletion sources/LibGciRpc64_3_7.cls
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ displayName

fileNameSearch
"if a subclass was dynamically created, it's fileNameSearch will be non nil"

^fileNameSearch ifNil: ['libgcirpc-3.7.0-32.dll']!

isRowanReady
Expand Down

0 comments on commit 433f96e

Please sign in to comment.