similar to: debug channels

Displaying 20 results from an estimated 200 matches similar to: "debug channels"

2004 Aug 16
1
DCOM
hello! basically what is the difference between DCOM95 and DCOM98? if i change from 95 to 98, what kind of effects should it make to my apps under wine tnx! rxon -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20040816/18462dc5/attachment.html
2002 Nov 22
2
[Windows Media Player]
Greetings winers, I have resorted to wine for one reason, I found an ASF stream avifile will not play. I still believe it is a problem with the streams format but since it does work on Windows Media Player on a Windows box, I thought to give it a try. I installed wine as fake_windows and downloaded mpfull.exe from M$. It installed fine. I set the debugger and ran different incantations of the
2010 Dec 02
4
Why msvcrt generates errors ?
Hello winers I'm doing a little excersice. A minimal source #include <string> int main(void) { return 0; } So, if i compile that with: g++ -I/usr/include/wine/msvcrt -c myfile.cpp I get errors like: In file included from /usr/include/c++/4.4/bits/postypes.h:42, from /usr/include/c++/4.4/bits/char_traits.h:42, from
2007 Mar 27
1
Wine default font
Hi winers! I'd like to change the default Wine font, I think it uses the Windows font "System" or "Fixed". I found where I can set the font replacements in the wine registry, and set System and Fixed to use a Bitstream font instead, but it didn't seem to have an effect. Could anyone tell me how to set the font to something else? Any tips/pointers would be
2018 Apr 10
3
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
That sounds great to me, thanks Jake. I'm not Jurgen either, of course, but I'm happy to assist you if he is unavailable. I'm not also not qualified to audit the license, but do note Apple formally also released some code at https://opensource.apple.com/tarballs/tapi/. If there's anything else I can do to help, let me know. Cheers, John On 04/10/2018 06:13 PM, Jake Ehrlich
2012 May 28
2
[GIT-PULL] fix can't call COM32 module with full path
At boot: prompt, COM32 module calls with full path fails silently. Please let me know if this is not the best fix for it. Also, please forgive me if this is not a bug and I did something wrong on my end. The following changes since commit 2779b713bdd8644ee2b52962ece6daa209b4ba6b: com32: remove duplicate modules (2012-05-22 20:59:51 -0300) are available in the git repository at:
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Was there any progress in the upstreaming effort? I'd be interested in having lld be able to link against tbd files, and I think it'd be cool if libtool -static could write tbd files (similar to thin archives on linux) since that should make archiving much faster. Juergen, maybe uploading your initial patch to phabricator instead of attaching might get more traction? On Wed, Apr 25, 2018
2018 Sep 20
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Great to hear, thanks! On Thu, Sep 20, 2018 at 1:56 PM Jake Ehrlich <jakehehrlich at google.com> wrote: > A member of my team +Armando Montanez <amontanez at google.com> is going to > drop a proposal for the ELF part of this soon (like sometime next week) and > will be working on the implementation. I'll be one of the reviewers for > anything that comes out of that so
2018 Apr 10
2
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Seems like there are a few of us interested in this then. I new around here and don't really know how decisions are made, so what's next? Just open a diff with the entire library?? John On 04/10/2018 05:33 PM, Jake Ehrlich wrote: > Benifits of TBD: > 1) It's human readable and diffs on TBDs correspond to changes in the > ABI. Diffs can be automatically added to review
2018 Apr 10
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
Ideally Jurgen would cut up the code on github, put up an initial diff for a minimal viable tool, and then we would review it and then continue to copy code from the github repo into llvm and review it. I'm also willing to do that if Jurgen doesn't want to at this point though. I'd like the OK from Jurgen on that and I'd also like the OK from someone that the license stuff is all
2012 May 23
1
[GIT PULL] Remove duplicate COM32 modules
The following changes since commit 4fc3fd1e14f4c1b9208ef262e5b6aef853e9fce4: graphics: make use of syslinux_force_text_mode() (2012-05-19 02:05:38 -0300) are available in the git repository at: git://github.com/aericson/syslinux.git elflink for you to fetch changes up to 2779b713bdd8644ee2b52962ece6daa209b4ba6b: com32: remove duplicate modules (2012-05-22 20:59:51 -0300)
2004 Sep 10
0
What's the best way to install wine as an ordinary user?
Hi all, I haven't installed wine in a while, so please help me here. I've implemented a very simple package management system on my LFS system. All the system dir's where programs install are sticky and group writable by a special group called packages. Therefore i never install as root anymore, and i can uninstall a program simply by removing all files from that user.
2005 Feb 20
3
* > Mobile Phone > Mobile Network
Ok I have a question. Seen it come and go around the mailling list for a while but never really seen an answer that seems to sort it out. What is needed is some interface from * > Mobile Phone > Mobile Network Service. At this point all the providers in AUS that I have found are charging a Premium Rate for Land Line > Mobile Network services. What I would like to do is be able to
2012 Aug 20
13
[PATCH 00/12] Multidisk support
Hello, the following patches should get multidisk access working. The syntax accepted is the following: (hdx,y)/path/to/file where x is the disk number and start at 0 and the y is the partition number starting at 1. So (hd0,1) is the first partition of the first disk. the other accepted syntax is using MBR's 32 bits disk signature so for example: (mbr:0x12345678,2)/foo/bar would address
2001 Jul 03
1
Matlab
Hi all, I am totally new to new to wine, after installing it and configuring wine.conf I'm trying to get matlab works, but the program a second after starting cras, here's the output: wine matlab Warning: /usr/X11R6/bin/winereal not accessible from a DOS drive Warning: /usr/X11R6/bin/winereal not accessible from a DOS drive Warning: /usr/X11R6/bin/winereal not accessible from a DOS drive
2018 Apr 10
3
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
On Mon, Apr 9, 2018 at 10:11 PM, John Ericson via llvm-dev < llvm-dev at lists.llvm.org> wrote: > > Regardless of any of that, given that TBD files _are_ an integral part > of the apple platform, supporting them is certainly a necessity in order to > have a working apple linker. So, if making LLD work for Apple/MachO is the > justification for adding TBD support to LLVM, that
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not
2018 Apr 08
0
[cfe-dev] [RFC] Open sourcing and contributing TAPI back to the LLVM community
To belatedly second Juergen, yes I think the concept of TBD files is great, and not just useful to the specific XCode situation of proprietary libraries. For example the mapfiles[1] of Illumos are exactly analogous and used not because the libc of Illumos is closed source (it isn't) but rather to ensure comparability across Illumos versions. The libc (shared library) ABI of Illumos is the
1998 Sep 11
0
Win 95 Policy Nightmare Part 1
As I mentioned in a previous note, I'm a new Samba administrator. I'm trying to set up both roving profiles and system policies on the Win 95 machines in our computer lab here. I have used the policy editor (POLEDIT.EXE) to define a CONFIG.POL, which I have placed in the [netlogon] share. I also used a newly-installed Win 95 machine to create the exact *initial* configuration of desktop,
2008 Jul 02
3
attachment in mail
How to do the attachment in mail like the yahoo and gmail does? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to