Displaying 4 results from an estimated 4 matches for "pquiring".
Did you mean:
aquiring
2005 Mar 27
0
gettings started
...;ve already done this with SSL and
it works great
(I've used this class to create secure
HTTP,FTP,SMTP,etc. servers and
clients).
Any help to get me started would be great. I've tried
to look thru the
src code of openssh but it's a little overwhelming.
Thanks again.
Peter Quiring
pquiring at geocities.com
2004 Nov 09
0
How to : C++ DLLs
I remember seeing a message somewhere about C++ DLLs and wanting to
implement them in Winelib. Well here is an idea that I use in Windows that
works great:
Define your class in a common header (let's call it dll.hpp):
class DllClass {
public:
int somedata;
virtual void member(int arg);
};
Define the DLL source with two exports:
#include <dll.hpp>
extern "C"
2005 Mar 30
1
name pollution
I've finally got SSH compiling for me, but there are a few filenames
that conflict with other projects out there (zlib, etc.) and I'm unable
to create a monolithic library with SSH without renaming some files.
Could you prefix "ssh" to the following files in the next release of
OpenSSH. Thanks.
crc32,buffer,compress,base64(openbsd file).
Thanks again.
2011 Dec 30
0
Re: Useful bash scripts for wine / need help
I've uploaded a simple tool to create lnk/desktop files for pre-installed apps.
http://bugs.winehq.org/show_bug.cgi?id=29491
It's a simple app that uses Win32 API to create a lnk which in turn causes Wine to create the desktop file for you (including the icon).
Enjoy!