search for: your_program

Displaying 16 results from an estimated 16 matches for "your_program".

2015 Feb 05
2
[LLVMdev] Example for usage of LLVM/Clang/libclc
...try points with the internal attribute and then run global dead code elimination (it should remove most of the unused functions). You can use the opt tool to do this. e.g. if you had kernel entry points foo and bar you could run the following $ opt -internalize-public-api-list=foo,bar -globaldce your_program.bc > transformed_program.bc Hope that helps.
2008 Jan 27
4
Wine Install and Uninstall Problems
Greetings all. I have been running Wine under Kubuntu Feisty for about the last four months, keeping it updated with the latest wine releases on a weekly basis, I use it to run WordPerfect. Whilst WordPerfect didn't run flawlessly, I got it to work well enough to edit and save documents I work on at home. In four months none of the updates to Wine changed anything in how WordPerfect
2009 Feb 06
2
Program won't load fonts when run outside of installed dir
I'm trying get a couple pieces of software we use at work so we can replace a bunch of aging Windows machines with Linux boxes, but I'm having a little trouble. I'll start with the potentially easiest problem first. One of the programs I'm trying to use is Lightspeed Virtual Terminal. It runs fairly well with just a couple of glitches. If I go to the directory it was installed
2008 Feb 27
4
I just installed unbuntu
Not really knowing anything about the system and for the life of me can't figure out how to get me yahoo site builder to work. A friend directed me here. Can anyone help? Thanks! Nissa_M
2010 Nov 03
3
Is it possible to configure OpenGL software rendering?
I have an application that uses opengl. If no hardware opengl support is available it works fine (not a highend application). If opengl hw support is available on the mac platform it fails because of the not complete opengl cappabilities in xquartz. So: can I enforce the use of software opengl renderin instead of hardware rendering? If yes: how can i configure this?
2008 Sep 25
3
usb interface support
...uehne/.wine" wine "C:\Programme\IPACS\AeroFly Professional Deluxe\flyrun.exe" working directory: /home/joerg.kuehne/.wine/dosdevices/c:/Programme/IPACS/AeroFly Professional Deluxe May someone has an idea how I get to the debug information in the console -> WINEDEBUG=+dinput wine your_program.exe Or may someone has an idea how I could map the usb device to the application? thanks in advance. best regards. joerg -- Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
2013 Dec 20
0
[LLVMdev] Is sizeof(pointer) known in LLVM IR?
...alue is knowable to an LLVM optimization pass. > For an IR->IR optimization pass, is the pass allowed to assume anything > about the size of a pointer value? Or is making such an assumption > explicitly disallowed? If you look at some LLVM assembly (e.g. emitted by clang -emit-llvm -S your_program.c) you'll see "target datalayout..." at the top. The information on the size of the pointer and its alignment are there. AFAIK this information is present in all LLVM modules and so is present very early on. Take a look at [1] and pay special attention to the bit starting "p[n]:...
2008 Sep 22
4
dedicated usb support
hi wine user group I try to run a model aircraft simulator (aerofly professional deluxe) with wine. the installation was a success. after that, I can start the simulator but it doesn't identify the usb game commander (at least a 4 channel usb device). but the kde desktop control center detect the right device IPACS Ikarus Gamecommander (/dev/input/js1). how I get support for this device
2008 Mar 15
1
How to debug?
In a wine bug report I have been asked to attach a compressed +tid,+seh,+relay,+msi log. I have been googling for over two hours trying to find out just how to do that. Can someone please RTFM me with a link to information that explains how to do that? If you find it via google, I would like to know what keywords you used. Thanks in advance. Dotan Cohen http://what-is-what.com
2008 Mar 24
3
Alexandre says "let the newbies run as root
But I don't want to run it as root. When running as user I get the error message. Whether I use yast, yum or su and then exiting su before starting the it's the same. And now I get told that I am running as root [Rolling Eyes] I guess I will have to wait for Suse 11. I do not want to change settings to please a software because I can never be sure that it won't mess with the rest (do
2015 Feb 03
2
[LLVMdev] Example for usage of LLVM/Clang/libclc
Hi, My goal is to use Clang/LLVM/libclc to compile an OpenCL kernel and eventually generate a PTX code. I already did this but I am not sure if the PTX code I am generating is correct (is the one that is supposed to be generated). For example, currently, In OpenCL : get_global_id(0) translates to In LLVM : %call = tail call i32 @get_global_id(i32 0) which translates to In PTX:
2003 Aug 13
4
running wordpad.exe (from win2000) in wine error
Hi All, I installed wine in my redhat linux-8.0 machine using wine-20030709-1rh8winehq.i686.rpm and copied wordpad.exe and mfc42u.dll from my win2000 machine to the ~home/.wine/c/windows and system directories and try to run wordpad.exe in wine byr #wine wordpad.exe I am getting error message dialog as The application or DLL can not be loaded on windows95 or 3.1. It takes advantage
2008 Nov 05
4
How to make this program work?
Okay well my dad owns a store and in his store he has cameras that he views on the computer online. I have a program called Remote Viewer that we use on windows. Now im wondering how do i make it work on wine? Also i am using Ubuntu 8.10. If you need more info or something you can IM me on aim at AZIZMARS or send PM. Thx for the help guys.....
2010 Sep 17
15
Fwd: Unable to Get Sony IC Recorder (Digital Voice Editor 3.3.01) to Work with 32-bit Wine (Windows Emulator) in 64-bit Fedora 11 x86_64 Linux
Dear Alexander Morozov, From the output of the command "ps -ef | grep wine", we can observe that the native Windows USB driver ICDUSB2.sys for the Sony IC Recorder gets loaded with winedevice.exe. enming 18814 18781 0 16:15 ? 00:00:00 C:\windows\system32\winedevice.exe ICDUSB2 However, Digital Voice Editor 3 (under Wine) simply would not detect the Sony IC Recorder. The
2008 May 25
11
Aerofly Prof deluxe
Have someone experience with the model-aircraft simulator Aerofly Prof. deluxe? Get someone them running? Thanks for your help joerg -- Super-Acktion nur in der GMX Spieleflat: 10 Tage f?r 1 Euro. ?ber 180 Spiele downloaden und spiele: http://flat.games.gmx.de
2007 Jul 17
1
BUG IN XAPIAN_FLUSH_THRESHOLD
There is is bug when setting XAPIAN_FLUSH_THRESHOLD=20000000 When trying for force Xapian flush documents to flush after 20 million documents Xapian ignores the size and flush it after only 10,000 documents. Data captured from delve after 60 seconds interval when has been set as follow: XAPIAN_FLUSH_THRESHOLD=20000000 perl -e ' while(1) { system("delve ."); sleep(60); } '