Displaying 6 results from an estimated 6 matches for "chorg".
Did you mean:
chore
2009 Feb 09
6
[Bug 1553] New: key based (authorized_keys2) authentication is not working in Windows 2003
...ws 2003
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: ashish.chorge at patni.com
Hi,
Following are the steps to reproduce the bug.
1. Installed openssh 4.2p1-1 in Windows Server 2003 + SP2.
2. Use following commands to create user and group/password creation,
net user root test at 123 /add
mkdir \"Documents and Settings"\root\.ssh
cd \"...
2001 Aug 19
1
Using MFC in wine
Hello all,
I'm writing a program for windows. I've made a cross compiler, gotten some
source together, and am looking to compile it. I'd like to use the microsoft
foundation classes to do this. Are they included with wine? How would I
include them for use in my program?
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 27
1
windows help files
how does one view windows help files ( winhlp format ) using 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 Aug 15
0
is it possible to install internet explorer in wine
Hello all,
I am working on a linux box, and I am going to write a program , use a
cross compiler that I found and compile it for windows... I then plan to
run it in wine, for initial testing ( I don't have a windows box ). I'd
like to use the activeX browser control in the program, as opposed to re
inventing the wheel in an unfamiliar environment ( why cant we all just
use unix? )