Displaying 2 results from an estimated 2 matches for "iconlist".
Did you mean:
iconvlist
2010 Sep 17
15
Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux
Dear Alexander Morozov,
From the output of the command "ps -ef | grep wine", we can observe
that the native Windows USB driver ICDUSB2.sys for the Sony IC Recorder
gets loaded with winedevice.exe.
enming 18814 18781 0 16:15 ? 00:00:00
C:\windows\system32\winedevice.exe ICDUSB2
However, Digital Voice Editor 3 (under Wine) simply would not detect the
Sony IC Recorder. The
2006 Nov 21
0
FXPNGIcon.new not working
...les directory and tried running hello.rb. This
generated lots of warnings. I found a solution on the web. Basically
it called for removing all the require ''fox16'' lines in the programs in
gem lib directory. I did this and ran hello.rb without warnings. I then
tried running iconlist.rb.
The program ran but the folder icons did not display. Instead of the
icons there was a box with PNG inside. I added the following code.
if FXPNGIcon.supported?
puts "SUPPORTED"
else
puts "NOT SUPPORTED"
end
The code yielded NOT SUPPORTED
I also tried adding icon.cre...