similar to: compiling python2.5 (msys+mingw+wine) - giving up using msvcr80 assemblies for now

Displaying 20 results from an estimated 2000 matches similar to: "compiling python2.5 (msys+mingw+wine) - giving up using msvcr80 assemblies for now"

2009 Jan 19
0
compiling python2.5 (msys+mingw+wine) using msvcr80 assemblies
folks, hi, after some quiet advice i've tracked down a method for compiling python2.5 using msvcr80 that _will_ actually work both under native win32 and also under wine, but it's a _bit_ dodgy, as i couldn't track down where you're supposed to put Microsoft.VC80.CRT, except in the path of the application where it's running from. so, instead, i put the _contents_ of
2009 Jan 16
0
success: compilation of python2.5.2 under wine+msys+mingw32
hi folks, i promised i'd get python built under wine - and i'm happy to report that this goal has been successfully achieved. http://bugs.python.org/issue4954 if anyone's interested. what has been achieved is that a python.exe, libpython2.5.dll, an implib libpython2.5.dll.a and a python2.5.def have all been successfully created using an entirely free software toolchain, along with the
2010 Mar 24
2
MSVCR80.dll Unimplemented Function.
Hey folks, Trying to get Lost: Via Domus installed, but having gone through all the motions, adding the necessary DLLs and such, I'm getting this: Code: wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting wine: Call from 0x7b836692 to unimplemented function msvcr80.dll._except_handler4_common, aborting wine: Call from 0x7b836692 to
2007 Mar 19
1
MSVCR80 Support?
Hi all, Does WINE support MS VS 2005 apps? I get the console error report of: mark@lw70:~/CrystalControl2$ wine cc2_config.exe libGL warning: 3D driver claims to not support visual 0x4b wine: Call from 0x7e357a to unimplemented function MSVCR80.dll._malloc_crt, aborting wine: Call from 0x7e3564 to unimplemented function MSVCR80.dll._except_handler4_common, aborting wine: Call from 0x7e3564 to
2011 Apr 27
1
msvcr80.dll is missing
Dear All, I run R on a windows 7 machine and it has been worked very well. I installed Graphvis 2.20.3 and Rgraphviz. recently, however, I cannot load the Rgraphviz package and error message popped up The message shown on the pop up window with the title: R Consol: Rgui.exe - Sysytem error The program can't start because MSVCR80.dll is missing from your computer. Try reinstalling the
2010 Sep 10
2
Bug#596316: xen: python2.5-dev used as build-dependency, not python-dev or python2.6-dev
Package: xen Version: 4.0.1-1 Severity: serious User: debian-python at lists.debian.org Usertag: python2.6 The package build-depends on python2.5-dev, which is not the default python version for squeeze. The package should be rebuilt with python2.6, either build-depending on python-dev (recommended) or python2.6-dev.
2009 Mar 09
2
Problem with some games (MSVCR80.dll)
Hi everybody! I have installed wine in my arch and I was trying to install games. I can run Steam and Warcraft 3 but when I try to run games like "Fallout 3" or "Silent Hill" i get this error: err:module:attach_process_dlls "MSVCR80.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"G:\\juegos\\Bethesda
2006 May 13
3
msvcr80 and wine 0.9.12
Running the application ArtRage 2.11 which requires msvcr80.dll pops up the following error message : Runtime Error Program C:/...../Artrage.exe An application has made an attempt to load the C runtime library incorrectly. Searching around, I've found that there's a bug report about a similar error,for a different application and for wine version 0.9.10, but nothing else, concerning
2010 Dec 13
1
Re: MSVCR80.dll Unimplemented Function.
hi, http://www.fix-all-dll-errors.com/msvcr80.dll/ This site will fix your problem just click "Fix dll errors"now button. Now just download the program and it will fix your problem.No need to scan. Hope it works :)
2011 May 03
1
Re: Call from 0x7bc4b7a0 to unimplemented function MSVCR80.dll ?
I had the same error when trying to run Angry Birds. I found the solution to be to remove some Library entries in winecfg. The offending entries were "msvcr80" and "msvcrt". Once I removed those from the Libraries tab in winecfg my app would run fine.
2006 Mar 01
2
msvcp80.dll and msvcr80.dll not working with wine?
Trying to run Visual Source Safe 2005 with wine 0.9.8 and it appears that wine can not load the visual c 8.0 runtime dlls. Is it because they are somehow tied to .net? I cant even run regsvr32 on them. Running the ss.exe program causes a popup: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\programs\vss\ss.exe R6034 An application has made an attempt to load the C runtime
2009 Jan 18
0
libmsi.a import library from wine, and header files available (entirely free software), available for python-win32 builds under msys+wine
as part of building python2.5.2 under msys under wine on linux using mingw, i thought i'd try building _msi.pyd just for kicks. of course, that required having an msi.lib import library, and associated header files. so, purely as an experiment, i've documented the process by which it is possible to take wine 1.1.13 (current development release) source code, modify the header files for
2010 May 05
3
CDR to MS-SQL via ODBC issue
Hi guys, Having issue with getting CDR to write to MS-SQL via ODBC. > cdr_odbc: Connected to freetds-connector > cdr_odbc: Error in PREPARE -1 > cdr_odbc: Query FAILED Call not logged! == Spawn extension (cisco, ##########, 2) exited non-zero on 'IAX2/astYYYY-507 Isql test: [xxx at YYYY asterisk]# isql freetds-connector XXXXXXX YYYYYYYYY
2010 May 17
0
strace log
strace output to my problem posted here on same list is http://xen.markmail.org/thread/ltl2faagvqdl4coh execve("/usr/sbin/xm", ["xm", "create", "centos5.cfg"], [/* 17 vars */]) = 0 brk(0) = 0x6c8000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f4868b02000
2011 May 04
1
Re: Call from 0x7bc4b7a0 to unimplemented function MSVCR80.dll ?
jjmckenzie wrote: > On Tue, May 3, 2011 at 1:18 PM, bcarlowise <wineforum-user at winehq.org> wrote: > > What 'add-on' packages did you install to Wine? These normally do not > appear in winecfg. > > James McKenzie James, the files in question I believe were installed as part of the visual C runtime packages that can be installed as part of winetricks
2010 May 05
1
IAX2 Auto-congesting call due to slow response
Hi all, I am trying to connect to a softphone application using an Iax channel on Asterisk 1.4.30. I can do outbound calls, from softphone to asterisk, but not inbound from asterisk to softphone. I get the following Debug: ---------------------------------------------------------------------- ---------------------------------------------------------------------- Tx-Frame Retry[000] -- OSeqno:
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello, I don't know if this question ought to go here, or rather on R-devel, so please bear with me. I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python interpreter. This is really quite convenient. I use this approach to calculate the correlation coefficient of 1 independent dataset (vector) with 4 dependent vectors. It'd be nice if that could be done in 4 parallel
2006 Oct 12
3
multithreading calling from the rpy Python package
Hello, I don't know if this question ought to go here, or rather on R-devel, so please bear with me. I'm interfacing to R via RPy (rpy.sf.net) and an embedded Python interpreter. This is really quite convenient. I use this approach to calculate the correlation coefficient of 1 independent dataset (vector) with 4 dependent vectors. It'd be nice if that could be done in 4 parallel
2007 Nov 21
0
Fedora 8 "Invalid file location given"
Hi, I´m trying to install a Fedora Core 8 x64 guest on my xen server (Fedora 8_x64) and get the next message while executing virt-install: ______________________________ What is the name of your virtual machine? FC8_test How much RAM should be allocated (in megabytes)? 512 What would you like to use as the disk (path)? /ImagenesHD/FC8_test.img How large would you like the disk
2010 Dec 21
4
tap2:remus:backup_ip:9000|aio:/path_to_disk.img not working - OSError: [Errno 2] No such file or directory
Hello, I''m using Xen (installed from source - "hg clone http://xenbits.xen.org/xen-4.0-testing.hg") on Debian Lenny. Dom0 kernel is 2.6.32-bpo.5-xen-686. Until now I have successfully ran the Lucid Ubuntu as domU guest, defining disks as (and also as file:): disk = [''tap2:aio:/home/xen/domains/lucid/disk.img,xvda1,w'',