similar to: Playing with DLLs

Displaying 20 results from an estimated 60000 matches similar to: "Playing with DLLs"

2010 Jul 11
13
Simple application made with visual studio 2005 not running
I build a simple application with VS C++ and it is not running. Debug info and the application with its source code is on the link below: http://homepages.dcc.ufmg.br/~fccoelho/test.tar.gz Tested on wine-1.2-rc7
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.
2004 Feb 23
1
DLLs and the Floating Point Control Word.
Greetings. One for the developers I guess... I am having problems in using a (non-recommended) Fortran compiler (Salford ftn95 Windoze), and the crashes do seem to be associated with the ftn95-dervived DLL changing the Floating Point Control Word. The compiler people are suggesting (and I paraphrase!) that if R minds what the FPCW is it is up to R to make sure it is the value it wants and
2003 Jun 10
3
again - newest cvs and mplayer
Hi Again, the newest theora cvs prevents mplayer from compiling: gcc -c -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I../loader -o demux_ogg.o demux_ogg.c demux_ogg.c: In function `demux_ogg_open': demux_ogg.c:626: warning: passing arg 2 of `theora_decode_header' from incompatible pointer type
2008 Apr 20
4
Booting a non linux application via pxe
Hello I have an application running on top of the ORK (Open Ravenscar Kernel). The file format of the executable is elf: $ file /var/tftp/hello.vmic7750 /var/tftp/hello.vmic7750: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, not stripped I wonder if I can use pxelinux for booting the kernel via network on the target machine. The target machine support PXE. I
2003 Aug 19
1
Problems building dlls for use with winelib
Hi, I am currently having trouble building the DLLs of an application ported from Win32 to Winelib - compiling, thanks to some hints from Dimi O. Paun, now works fine, only(?) the final linking step fails. Since Winelib-documentation is unfortunately pretty outdated, I tried to orientate myself on the makefiles of the Winelib dlls in the cvs /wine/dlls/ directory. I tried the following
2003 Mar 11
4
Syslinux: Multi-Disks [feature]
Hi, I'm the maintainer ROCK Linux (www.rocklinux.org). We are using isolinux on our Install-CDs for x86 systems. We - as most other distributions too - are running in the problem that even minimalistc kernels are slowly growing and sometimes don't fit on 1.44 MB floppies anymore. 2.5.x kernels with initramfs are even bigger than 2.88 MB in some cases... Until now it always has been
2001 Jun 04
2
Playing AVI files in fake Windows
Reading the documentation I can see that MCI AVI dll is not implemented except as stubs. Is there any way to play AVI files without installing Windows, say by installing Media Player? Regards, Simon B. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20010604/38066af3/attachment.htm
2014 Mar 19
2
Checking CRC (of bzImage) before loading
On 03/19/2014 01:30 PM, Gene Cumm wrote: > On Wed, Mar 19, 2014 at 4:16 PM, Mau Z <zmau1962 at gmail.com> wrote: >> Hi, >> >> I am wondering how to implement the following customer's requirement : >> The system is a stand alone embedded system with no operator (with Linux). >> There is one SSD for the system's usage (and that is where the system loads
2010 Jul 30
2
Latest Garena not starting in Ubuntu 10.04
I can't start Garena on Ubuntu 10.04. Here are the details: Code: fernando at fernando-desktop:~/.wine/drive_c/Arquivos de programas/Garena$ wine Garena.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2010 Aug 20
1
Garena not Working
Garena is not working on wine-1.3.1, Linux fernando-desktop 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:12:52 UTC 2010 i686 GNU/Linux. Here is output in the console: Code: fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2007 Jul 12
2
question on mplayer playing dvd amd 64 on centos 5
Gents, I can compile mplayer on centos 4.5 AMD 64 in native 64 bit mode and it plays the dvd, and also compile for 32 bit mode "gcc -m32" on it also plays the dvd. "mplayer dvd://1". I can compile mplayer on centos 5 AMD 64 in native 64 bit mode and it plays the dvd. However, when I compile in 32 bit on AMD 64 centos 5 I cannot play the dvd. I get: Playing dvd://1 File
2005 Aug 23
3
Samba3.0.20 binarys won't start on AIX5.3
Hi, I have sucessfully compiled Samba3.0.20 on AIX5.3 with gcc3.3.2, but I get the following error when trying to start smbd and nmbd on AIX5.3. exec(): 0509-036 Cannot load program /usr/local/sbin/nmbd because of the following errors: 0509-130 Symbol resolution failed for /usr/lib/libc.a(posix_aio.o) because: 0509-136 Symbol _posix_kaio_rdwr (number 2) is not exported from
2004 Dec 30
2
[PATCH] /proc/sys/kernel/bootloader_type
This patch exports to userspace the boot loader ID which has been exported by (b)zImage boot loaders since boot protocol version 2. Tested on i386 and x86-64; as far as I know those are the only architectures which use zImage/bzImage format. -hpa Signed-Off-By: H. Peter Anvin <hpa at zytor.com>
2009 May 24
3
need help to compile wine with patches
hello, i have a problem to patch wine. it's about this bug : http://bugs.winehq.org/show_bug.cgi?id=13335, and concerning mmap.patch. here is the command line that i tried : patch -p1 < mmap.patch but here is the result : Code: teddy at tedportable:~/wine/wine-1.1.18$ patch -p1 < mmap.patch patching file dlls/ntdll/ntdll_misc.h Hunk #1 FAILED at 139. 1 out of 1 hunk FAILED -- saving
2008 Jun 24
1
[LLVMdev] jit DLLs
> ?yvind Harboe wrote: >> Are JIT DLLs supported? >> >> The idea is to use llvm to put performance sensitive code into >> a DLL that a Windows app can then use. >> >> This would build the performance sensitive code on the target >> machine making it possible to exploit CPU specific x86 >> vector instructions. >> >> The code that calls
2004 Nov 25
3
Playing reveived message WAV file
After somebody records a message asterisk notifies me and encloses the WAV file. Though I'm not sure if this is a WAV format. I can not play it. According to the file specification it is: msg0000.WAV: RIFF (little-endian) data, WAVE audio, GSM 6.10, mono 8000 Hz How to play received message? -- #Joseph
2006 Jan 26
2
SAMBA on AIX 5.1
I installed the binary from http://us2.samba.org/samba/ftp/Binary_Packages/AIX/ Opt-samba-AIX5-3.0.21a.tar.gz Installed fine but when I go to run the samba binaries, this is what I get: Can anyone help - thanks in advanced. /opt/Samba/3.0.21a/sbin> ./nmbd -D & [1] 544860 oldpetes: root] /opt/Samba/3.0.21a/sbin> exec(): 0509-036 Cannot load program ./nmbd
2010 Aug 07
2
Stuttering sound
Dear List, After some googling around without any results, I'm quite puzzled. Since some past update I can't precise, kernel 2.6.164 works fine, however 2.6.194 has some sound problem in my somewhat old and beaten Toshiba laptop. -Audacious plays OK but other applications have problems. -For instance, mplayer acts quirky: when I pause a playing video, sound keeps stuttering endlessly. The
2019 Mar 02
2
RFC: Linker feature for automatically partitioning a program into multiple binaries
I covered the example of the operating system API in the original proposal, but yes, you might also be able to use this for kernel modules. The justification isn't as great for them since kernels typically require linker scripts, and I'm not planning to make this compatible with linker scripts. But if you did manage to write a kernel that didn't need a linker script, this seems like it