General

Profile

whdukewu (Kewu DU)

  • Login: whdukewu
  • Registered on: 07/25/2019
  • Last sign in: 12/04/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 2 2

Activity

12/04/2020

08:12 AM Ruby master Bug #16116: ruby2.6.3(x86/x64) use win32ole could not new Object, return 0x80070057
finally we solve this problem by this way:
1. add mscoree.dll to windows registry key ** \HKEY_LOCAL_MACHINE\SYSTEM\...
whdukewu (Kewu DU)

08/23/2019

07:54 AM Ruby master Bug #16117: ruby2.6.3(x86) use fiddle faild to load dll in windows7
Problem solved:
the dll i used compiled by MinGW, the dll need libstdc++-6.dll, after I add **-static-libgcc -static...
whdukewu (Kewu DU)

08/22/2019

12:22 PM Ruby master Bug #16117: ruby2.6.3(x86) use fiddle faild to load dll in windows7
**testmml_win.rb code:**
```ruby
require 'fiddle'
require 'fiddle/import'
if ARGV.length < 1
puts "Miss...
whdukewu (Kewu DU)
12:21 PM Ruby master Bug #16117 (Rejected): ruby2.6.3(x86) use fiddle faild to load dll in windows7
I have a dll build by MinGW32 in windows7, in ruby2.2, I could use fiddle dlload this dll success, but in the same sy... whdukewu (Kewu DU)
12:01 PM Ruby master Bug #16116 (Closed): ruby2.6.3(x86/x64) use win32ole could not new Object, return 0x80070057
I build a RubyTest.dll by C#, In ruby2.2, I could use WIN32OLE.new to create ole object, but in the same system under... whdukewu (Kewu DU)

Also available in: Atom