Displaying 20 results from an estimated 1000 matches similar to: "windows help files"
2001 Aug 24
2
coding for windows using wine
Hello all,
First , let me say that I am running wine without windows.  
	I am using a cross compiler to code a win32 app.  I then run the app
using wine.  I am wondering if I copy say -- mfc42.dll to my fake windows
system directory,  is it possible to write mfc style code?  I can get the
dlls-- I'm just wondering if I can use them under wine...
2001 Aug 14
3
questions about winelib
I need to write a win32 program.  However, my workstation is a Linux box. I was goingto
 create a cross compiler
and compile my code and run it on wine... However, I heard about winelib,
and allegedly I can just use winelib and compile on my linux box using
good ol' gcc and it will just work.  Is this true?  If so how would I set
that up?  Where can I find the docs?
2001 Mar 01
1
docs + packages (PR#858)
# Your mailer is set to "none" (default on Windows),
# hence we cannot send the bug report directly from R.
# Please copy the bug report (after finishing it) to
# your favorite email program and send it to
#
#       r-bugs@r-project.org
#
######################################################
Today I have installed R 1.02.1  on my MSW-95 laptop;
it essentially worked, but thre are two
2007 Jan 09
6
"Module not found", using wine-0.9.28
i've seen various references to this message in the list archive, but
none which really match my scenario.
i'm running 0.9.28 on ubuntu edgy.  of course, i'm new at wine --
so this could be user error.
i'm trying to install TaxCut 2006, from the CDROM:
    $ ls .wine/dosdevices/d\:/
    autorun.inf*  df0000exe.manifest*  taxcut.exe*          temporaryitems/
    data/        
2001 Nov 09
3
getting windows help files to display
I can run my programs with no problems but the help files do not display.
Is there some trick?
I am running RH 7.2 with wine installed using the rpm that came with it.
Thanks.
2012 Jul 21
3
[LLVMdev] Fortress project calls it quits due to lack of a decent VM
I thought this would be of interest to LLVM developers: The Fortress
project, which was an attempt to create a very advanced language with
implicit parallelism, parametric polymorphic types and many other cutting
edge language features, has announced that they are winding down the
project. What I found very interesting was that one of the reasons they
gave was the lack of a suitable execution
2012 Jul 23
0
[LLVMdev] Fortress project calls it quits due to lack of a decent VM
One sort of questions why a company the size of Oracle, working with DARPA funding, wouldn't have the resources to design the virtual machine they required for the project...   although reading the article they never do *quite* say that Fortress is being put down...       just that the research group is winding down on it, the JVM target work isn't going to be completed, and the current
2006 Jul 19
4
How to set up help browser?
Does anyone have any words of wisdom for setting up the standard Windows 
help browser?
I have an app with extensive on-line help, but the help browser only 
comes up with the one intro page.  The various tabs are there, but they 
don't do anything....
--Yan
2004 Oct 11
3
rpm install
I have in /home/john/Documents the rpm file 'wine-20040914-mdk.i586.rpm'
changing to 'su' will permit the installation of the package by using 
rpm -iv wine-20040914-mdk.i586.rpm
I know that by using the command 'winhelp' the directory /home/john/.wine will 
be created.
I forgot how I happen to know this. What document source would tell me that I 
would have to use
2008 Oct 27
5
installing autocad lt 2002
Can't get past the registration screen.  Application seems to lock-up.  After inputting my numbers I just get this rather stupid looking white blank box and then rest of application goes into non-response and/or whole computer locks-up.  Have set emulator to win2k.  Locked up with xp setting too.
Using Lenny.
2000 May 31
3
read.table and strip.white
Hi!
I want to read data (using read.table(.)) from a file like:
  "col1", "col2", "col3"
  1, 1, 1
  2, 2, 2
But the white spaces are interpreted:
  x <- read.table("filename", header=TRUE, sep=",")  ## or read.csv(...)
  colnames(x)
[1] "col1"  " col2" " col3"
             ^       ^ 
So I would like to pass
2023 Sep 22
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct smu10_voltage_dependency_table.
[1]
2023 Sep 22
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct smu10_voltage_dependency_table.
[1]
2023 Sep 22
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Prepare for the coming implementation by GCC and Clang of the __counted_by
attribute. Flexible array members annotated with __counted_by can have
their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
(for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
functions).
As found with Coccinelle[1], add __counted_by for struct smu10_voltage_dependency_table.
[1]
2004 Oct 11
1
rpm-install
I installed rpm with the following sequence of three commands:
[root]: 09:15 PM  [/home/john/Documents]
# rpm -iv wine-20040914-mdk.i586.rpm
[root]: 09:16 PM  [/home/john/Documents]
# exit
exit
[john]: 09:18 PM  [~/Documents]
$ winhelp
wine: creating configuration directory '/home/john/.wine'...
wine: '/home/john/.wine' created successfully.
I cannot remember from what info
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Am 22.09.23 um 19:41 schrieb Alex Deucher:
> On Fri, Sep 22, 2023 at 1:32?PM Kees Cook <keescook at chromium.org> wrote:
>> Prepare for the coming implementation by GCC and Clang of the __counted_by
>> attribute. Flexible array members annotated with __counted_by can have
>> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
>> (for array
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Am 22.09.23 um 19:41 schrieb Alex Deucher:
> On Fri, Sep 22, 2023 at 1:32?PM Kees Cook <keescook at chromium.org> wrote:
>> Prepare for the coming implementation by GCC and Clang of the __counted_by
>> attribute. Flexible array members annotated with __counted_by can have
>> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
>> (for array
2023 Sep 25
2
[PATCH 1/9] drm/amd/pm: Annotate struct smu10_voltage_dependency_table with __counted_by
Am 22.09.23 um 19:41 schrieb Alex Deucher:
> On Fri, Sep 22, 2023 at 1:32?PM Kees Cook <keescook at chromium.org> wrote:
>> Prepare for the coming implementation by GCC and Clang of the __counted_by
>> attribute. Flexible array members annotated with __counted_by can have
>> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
>> (for array
2001 Jan 02
1
minor problems (if problems at all): <ESC> in RGui; finding some (PR#799)
[These things don't seem to be of too great importance and may well not meet
the criteria of a "bug", but, for what it's worth,I thought I'd submit them
to r-bugs anyway:]
This is the R version:
> version
         _              
platform i386-pc-mingw32
arch     x86            
os       Win32          
system   x86, Win32     
status                  
major    1         
2006 Aug 22
2
Where is the installer?
This is my first attempt at using wine.
I have wine installed on FC5 the version wine-0.9.17-1.fc5.src.rpm .  
I have the winecfg, regedit, winefile, winhelp, notepad and wine 
software unistaller.  I do not see an installer.  I can't find any 
information that tells how to install a *.exe app on Linux and run it 
in wine.
<copy of the wineuser-guide>
Assuming you are using a fake