similar to: Problems viewing

Displaying 20 results from an estimated 10000 matches similar to: "Problems viewing"

2011 Oct 17
2
Functionality with SetWindowsHookEx WH_JOURNALPLAYBACK
Hello, I am trying to run our own Delphi Application with wine 1.2 on Kubuntu. Applications runs without any problems but Functionality of stuffing keys with setWindowsHookEx(WH_JOURNALPLAYBACK, @Playback, hInstance, 0); is not working at all. Can somebody suggest any work around for this ? If any code changes are needed we can do the same since we have sources of application with us. Since
2011 Jan 19
6
GTA San Andreas: Crash with Wine 1.3.11
Hello, first of all: I used Google and the internal search of the forum. And no, I did not find a solution except using Wine 1.2.2 instead. When starting GTA: San Andreas (no mods) it shows the intro (The NVidia Logo, The EAX Logo, The Rockstar Logo, The Rockstar North Logo, The Intro movie) and then crashes and "encounters a serious Problem". None of the solutions on the net helped
2011 Jan 11
1
Did DirectX apps suffer regressions?
Some days ago I had installed wine 1.3.7 on Debian Stable "Lenny" AMD64. I could play DirectX games fine. Yesterday I installed Wine 1.3.11 on Debian Testing "Squeeze", and all DirectX apps crashed on startup. Then, I tested on Wine 1.1.4 and 1.2, but none made these apps work... Next, I tried on Wine 1.0, and worked! Also I tried under Wine 1.2 on Ubuntu 10.10, but
2006 Jan 31
2
Need advice on RoR app design
Fellow Railers, Is there anything, anywhere, that I can read that discusses overall RoR app design? I have the Agile RoR book, which is great for learning the details of RoR, but unfortunately doesn''t cover the overall issue of creating a large, complex RoR app. My staff and I are still in the process of getting up to speed on Ruby and RoR, but we also need to begin thinking about
2006 Nov 21
1
dyn.load
Hi everyone, Now I know there is information on this in the help files - which I have read. I am very close to implementing this but can't quite get how to remove this final hurdle. I have a DLL called "X.DLL" which I have no original code for, just the DLL. I have created a wrapper C file for the calls in X.DLL, and have successfully (I think) created a wrapper DLL for X
2004 Sep 14
3
memory allocation questions
Dear R-devel This one seems a bit arcane for R-help. I very often use R to call routines written in Delphi (son of Pascal), doing "persistent" memory allocation within Delphi. That is, I start R and load the Delphi DLL; then I use .C to call a Delphi routine which allocates a piece of memory X and returns to R a pointer to X; then I do some more stuff in R; then I call another Delphi
2009 Dec 01
0
[LLVMdev] Viewing graphs while debugging code under windows?
Hi Ether, I work under Windows and am able to view graphs generated by LLVM. I haven't tried generating and viewing dog graphs while debugging but I hope this helps. What I do is to invoke llc.exe and pass a switch to generate the graph at the stage(s) you want to see (DAG combine, legalize, scheduling, etc), for example: llc.exe mykernel.ll -view-legalize-dags -f. The graphs are saved
2009 Dec 01
1
[LLVMdev] Viewing graphs while debugging code under windows?
Hi Ether, The detection for graphviz / dotty / ... has been added recently to llvm cmake. It should work properly if those tools are available in the PATH. The related svn commits are : 86153, 86547 and 86644. Those commits are not present in llvm release <= 2.6, but they are straight forward to apply. Best regards, -- Arnaud de Grandmaison -----Original Message----- From: llvmdev-bounces at
2009 Dec 01
2
[LLVMdev] Viewing graphs while debugging code under windows?
hi all, i just install gv and dotty for windows, but i cant see any way to configure it using cmake. is Viewing graphs under windows supported? and how could i configure it? regards --ether
2005 Jul 16
1
Viewing CHM files (Compiled Help Files)
Hi I have installed a windows program that uses chm help files. When the program tries to open the help files Wine displays a dialog saying - Wine does not support viewing chm files and surgest I install MS Internet Explorer or uses an activex component. I have found a linux program (I uses fedora) called displaychm. My question is: Is it posible to configure wine to launch the linux program I
2006 May 25
1
help get character output R in Delphi
Hi all, first thanks reading my letter, Im statistics student . im doing my final assignment bout application of correspondence analysis in geographical information system. i use delphi 7 for developing and R for statistical computation. I use RDCom to cennect delphi and R. there was some example in visual basic to get the vharacter output of R in in vb. but i cant get the character
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
Hi, I am happy to announce that I finished the translation of almost all LGPL'ed R headerfiles to Delphi. As a test I did several demos which basically contain delphized versions of all the examples of chapter 5 in "Writing R Extensions". Please have a look in the attachments for details (DemosAndHeaders.txt), more information (Readme.txt) and an example of how it looks
1998 Jun 12
1
Problems with Delphi 3 on SAMBA
Hi, We have a Sun running SAMBA and have a problem with a share which contains Delphi 3 source code. Compilations on large projects fail, with the .EXE file stopping generation at ~2Mb, although compilations of the same code on an NT drive are fine. Delphi 1 seems to work fine on the SAMBA drive, creating files of >3.5Mb, so it does not seem to be a file size problem either. Can anyone shed
2009 Dec 01
2
[LLVMdev] Viewing graphs while debugging code under windows?
hi eli, i delete the cache of cmake, and reconfigure the project, but HAVE_GRAPHVIZ still undefine. do you know what i should do? thanks very much. regards --ether On Tue, Dec 1, 2009 at 12:41 PM, Eli Friedman <eli.friedman at gmail.com> wrote: > On Mon, Nov 30, 2009 at 8:32 PM, ether zhhb <etherzhhb at gmail.com> wrote: >> hi all, >> >> i just install gv and
2006 Dec 30
0
Delphi debugger crashes in HVM WinXP
Hello List, this is my first post to the list and I hope my English is good enough. I want to use Borland Delphi 7 in a HVM WinXP, but when I run my program with the debugger from Delphi the following error occurred: Translated: "The Program can''t be initialized (0xC0000005). Click OK to quit the Program" Original German: "Die Anwendung konnte nicht richtig initialisiert
1998 Oct 19
0
BIG Problems with compiling DELPHI projects on SAMBA shares
Hello, we have a problem here. We are using Samba 1918p10 on Solaris 2.5.1 on Sun servers and Solarisx86 on pc servers with many, many NT 4.0/sp3 clients. Working great with different applications (Office, SPSS, and many others), now we installed Delphi 3.0, and if students are trying to compile Delphi projects on samba home share we have big problems. Compiling and working on local disk or Novell
2004 Dec 07
2
WINE x Delphi BDE + MSSQL Client
Hi, I have an app with Delphi7 + MSSQL, developed during 10 years. Now, the users have asked me about some way to run this app into Linux Fedora Core 2/3. I use Fedora for apps in Java with no problems, but I never heard about Delphi run. I look at WineHQ site about this combination of Delphi + MSSQL but I didn't find. I found some thing about Delphi 7 install and slow behaviour in
2003 Aug 26
4
Viewing function source
I know I should probably RTFM for this question, but could someone tell me if R supports the idea of "viewing source" on any particular function you want to use? If I want to "view source" on the rpois() function, for example, can I do somethink like: source(rpois) To see how the function is implemented? Regards, Paul Meagher Datavore Productions 50 Wood Grove Drive
2009 May 27
5
Regression From Platinum
Theme hospital used to work flawlessly however the cursor now has serious issues. Unfortunately I haven't played the game for a while so cannot pinpoint which version of wine has caused this regression (according to the test results it was first noticed in 1.1.12).
2009 Sep 04
1
[LLVMdev] viewing dags
Hi I would like to view the various dags being output during codegen. Unfortunately, I am not seeing the files being dumped. I will really appreciate if someone can help me here llc switch.bc -f -view-dag-combine1-dags ( i tried -view-isel-dags, -view-sched-dags as well) Writing '/tmp/llvm_zbbAKM/dag.main.dot'... done. Writing '/tmp/llvm_G4rLKf/dag.main.dot'... done. Writing