Displaying 20 results from an estimated 90000 matches similar to: "How far to completion?"
2008 Nov 19
3
Using third-party dlls
I am in the process of trying to port a Windows library to Linux (maybe also to Mac, but let's not get ahead of ourselves). The existing library is essentially a facade layer to a number of third-party dlls (mostly COM-based, although one is .NET-based) over which I have no control. These third-party dlls have no UI of their own. Their purpose is to allow access to proprietary data formats.
2001 Feb 01
1
Need advice on which native dlls to try
Hi Folks!
I'm completely new to wine, so please be gentle with me!
I am trying to run Curious Labs' Poser4 under Tuesday's CVS snapshot on
RedHat 6.2 without any native DLLs so far. All I get is one of those famous
'Critical section 0x... wait timed out' errors. Conventional knowledge says
try some native DLLs - but which ones?
Here is a list of DLLs and modules loaded:
2001 Sep 25
3
[Newbie] getting up to speed
I've just started looking into using Ogg Vorbis for our streaming audio
needs. We're doing games for MacOS, OS X and Win32.
So far, after wading through the docs and sample code, I think I have a
reasonably solid idea of how it all works. Now some questions:
- currently my code is architected with a separate audio thread
responsible for decoding chunks of compressed audio on demand
2002 Jul 16
2
Question: Using Windows XP under Linux?
I'm curious about the feasability and possibility of using Wine as a
basis for running as much MS code under Linux as possible.
Let me explain:
Windows XP (and most of it's ilk before it) don't support remote
booting, that is using a diskless workstation and booting the OS from
the network. Linux, of course readily provides that functionality.
However, switching to linux is not
2020 Jul 23
4
Windows vs Mac/Linux distribution discrepancy
Hi folks,
I’m trying to port some code built on top of LLVM/Clang to Windows,
however I just discovered that the precompiled versions from releases.llvm.org
are missing all the libLLVM* and libclang* dlls. Also, some tools (e.g. opt) are missing on Windows as well.
I’m curious whether it’s a technical limitation (i.e. certain things don’t work on Windows),
or something else?
For the others out
2001 Nov 16
1
WineX compile errors
when I try to compile WineX using ./tools/wineinstall or
./configure
make depend
make
I end up with the following error:
make[3]: Entering directory
`/home/raellis/downloads/winex-20010928cvs/graphics'
make[3]: *** No rule to make target `depend'. Stop.
make[3]: Leaving directory
`/home/raellis/downloads/winex-20010928cvs/graphics'
make[2]: *** [../../graphics/__depend__] Error 2
2023 Feb 08
2
virtio-fs: adding support for multi-queue
On 08/02/2023 11:43, Stefan Hajnoczi wrote:
> On Wed, Feb 08, 2023 at 09:33:33AM +0100, Peter-Jan Gootzen wrote:
>>
>>
>> On 07/02/2023 22:57, Vivek Goyal wrote:
>>> On Tue, Feb 07, 2023 at 04:32:02PM -0500, Stefan Hajnoczi wrote:
>>>> On Tue, Feb 07, 2023 at 02:53:58PM -0500, Vivek Goyal wrote:
>>>>> On Tue, Feb 07, 2023 at 02:45:39PM
2013 Jul 30
0
[LLVMdev] Proposing a new 'alloca' parameter attribute to implement the Microsoft C++ ABI
> Right. What's the point of all the effort devoted to MSVC++ ABI
> compatibility when Clang doesn't need it for being a top-notch C++
> compiler on Windows?
I brought up a similar point a little bit earlier, too....
It seems like the only necessary condition for being a first-class
native-code development tool on Windows is to support the platform C
ABI and the subset of the
2007 Jun 13
3
standard location for spec helpers
Is there a standard location for spec helpers (as in bits of code that help
write specs)?
I''m mocking/stubing-out portions of ActiveSalesforce, a remote-database
abstraction layer so my specs won''t have to rely on a remote connection, but I''m
not sure where I should be putting this helper lib. I was thinking of just
sticking it in spec/ but I was curious if
2005 Sep 27
7
New user
Hi all, i'm a new user of wine and i have some doubts.
First i'm using wine with gentoo.
I read in the wine web some info about the config file that wine uses, but
in the gentoo ebuild no sample file is installed, or i haven't found it.
Even more it seems that the winecfg application is used to configure wine,
but it seems to not be finished and uses the registry files in ~/.wine to
2006 Mar 25
2
Wine/Interix -- The pros and cons.
I was thinking about running Wine on Interix (the POSIX layer of
Microsoft's Services for Unix). There are a few apparent unknows:
Would Wine load the .dll.so's? Since Interix uses PE for it's native
format (running on Windows, duh), Would Wine load the .dll.so's? Would
it reject them being in PE format and having the 'POSIX Layer' attribute
set, or could we hack on a
2012 Feb 07
6
my notes on bond, bridge, network, kvm, host and virtual so far
I put this page together just so I won't spam the board anymore begging
for help..lol
http://bobhoffman.com/vmissue.html
This shows a working effort of bonded eths, bridged into a vm, and a few
other things.
The only missing thing is something on the host that ends up putting the
VM internet
connection into some kind of limbo.
Whether it is hardware related, bug related, libvirt nat
2002 Sep 12
1
AW: File "locking" problem continues.
Hi Kris,
lsof (http://freshmeat.net/projects/lsof/) available with most distributions
might be your friend:
> About:
> Lsof is a Unix-specific diagnostic tool. Its name stands for LiSt Open
> Files, and it does just that. It lists information about any files that
> are open by processes currently running on the system. It can also list
> communications open by each process.
Using
2019 Feb 02
4
CentOS 7 - AltArch i386 - DVD iso?
Just curious. In the two most recent releases of CentOS 7 AltArch i386
there has not been made available a DVD iso (or the live ones) alongside
NetInstall/Minimal/Everything. Any plans to make available the DVD
variation for the current or future releases?
For older 32-bit hardware, it can be nice to be able to burn a single layer
DVD.
Thanks for your time,
-Brendan
2000 Jul 10
1
Problems linking against libvorbis.a with GnuWin32
I'm trying to link against libvorbis.a using GnuWin32
without the Cygwin layer (that is, Mingw32). Unfortunately
the linker complains about a missing function: rint().
This function is used a couple of times in libvorbis and
as far as I understand this is a standard C library function.
My problem is, that I cannot find rint() in any of the common DLLs
nor do I know how MSVC resolves this
2001 Sep 24
2
Diablo 2 & Wine
I cant really seem to find a definite answer: there's a bunch of stuff written
on the subject, but nothing definite. "I've got it half way working" seems to be
all I can find.
So, has anyone gotten it working fully? I'd love to be able to run this without
having to install windows... that would be a pain having to reformat etc etc
etc...
thx
2018 Aug 27
1
[cfe-dev] [7.0.0 Release] rc2 has been tagged
I'm just curious why you don't plan on using dlls? Xcode ships with
libclang as a dylib, i wouldnt think windows would be a big leap?
On Monday, August 27, 2018, Hans Wennborg <hans at chromium.org> wrote:
> On Sat, Aug 25, 2018 at 12:03 AM, Marcus Johnson
> <bumblebritches57 at gmail.com> wrote:
> >> Don't forget to compile (everything if possible, but
2016 Dec 20
3
Request: Increasing MAX_NUM_DLLS in Rdynload.c
This is a request to increase MAX_NUM_DLLS in Rdynload.c in from 100 to 500.
On line 131 of Rdynload.c, changing
#define MAX_NUM_DLLS 100
to
#define MAX_NUM_DLLS 500
In development of the mlr package, there have been several episodes in the
past where we have had to break up unit tests because of the "maximum
number of DLLs reached" error. This error has been an inconvenience that
2006 Jul 01
2
curiosity question: new graphics vs. old graphics subsystem
I just read paul murrell's new book, R graphics.
now, I have always used the traditional graphics system. apparently,
the new (trellis?) system is an entirely separate graphics system.
after reading the book, I cannot figure out what the intrinsic
capability advantage of the old graphics system is that cannot be
replicated in the trellis system.
if the new system's capabilities are
2017 Oct 25
2
'check password script' and Join...
Mandi! Andrew Bartlett via samba
In chel di` si favelave...
> Thanks for asking for clarification, I hope this puts you at ease.
Sure! Thanks to you!
Only a bit more:
> > PS: and domain members? How they enforce passwords policies? Directly
> > on AD DC, i suppose... but i'll ask. ;-)
> They don't ask the DC for the choice of local user passwords as far as
>