Displaying 3 results from an estimated 3 matches for "mobipocket".
2011 Jan 13
0
Mobipocket not detecting usb connected ereader
Anyone have pointers on how to get an ereader assigned a PID so it can
use DRM'd .mobi files? The mobipocket software works great on the
computer through wine (1.3.8), but when I hook up my ereader to the
computer through a usb cable the software is suppose to detect it and
assign it an ID code which lets it open the DRM ebook files. The
detection is not happening. I can move the files themselves from...
2009 Jun 22
5
Further .NET woes
Further to advice from the list, I tried using winetricks. Below you
can see a list of available packages and the one I felt was the answer
(mono is the linux implementation of .NET). Can anyone tell me what I
am doing wrong ?
andrew at zeus:~/Download/Fictionwise/Mobipocket$ winetricks
Usage: /usr/bin/winetricks [options] package [package] ...
This script can help you prepare your system for Windows applications
that mistakenly assume all users' systems have all the needed
redistributable runtime libraries or fonts.
Some options require the Linux 'cabextract...
2004 Sep 07
3
Introducing ov_open_callbacksp and ov_clearp
Hello,
I've been looking to the libvorbisfile and got into troubles when trying to
use it: I need to compile it on a PalmOS and the libvorbisfile must be
compiled in ARM whereas calling code is in 68K. This implies that the
interface ov_open_callback is not usable because the OggVorbis_File *vf must
point to something in the target architecture (ARM) whereas the caller
cannot do that.
As