similar to: make and coompiling win32api in linux platform

Displaying 20 results from an estimated 30000 matches similar to: "make and coompiling win32api in linux platform"

2006 Mar 23
0
Win32API patch?
Hi all, Passing a Fixnum when you should have passed a String (pointer) causes a segfault in Win32API. I''ve already reported this on RubyForge (Bug #3904): require ''Win32API'' RegFormat = Win32API.new(''user32'', ''RegisterClipboardFormat'', ''P'', ''I'') RegFormat.call(1) # Boom! I''ve traced the
2010 Dec 04
1
MINGW Help
HI, Where can I find information to compile tinc with mingw under windows? Thxs Sabbiolina -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20101204/904fee3f/attachment.htm>
2017 Mar 06
2
Suspicious code in net_socket.c
Good afternoon! Module - net_socket.c Function - get_known_addresses --------------------------------------------------- struct addrinfo *nai = xzalloc(sizeof *nai); if(ai) ai->ai_next = nai; ai = nai; -------------------------------------------------- For my opinion, possible causes: 1. Lost trails (ai_next) 2. ai_next not initialized 3. Possible segfault during
2015 Oct 20
1
Problem fixed, still like to build tinc
On Tue, Oct 20, 2015 at 11:08:35AM +0200, Henk van der Meer wrote: > Using the source I tracked the problem down to a call to getaddrinfo > that failed. After a lot of trying I found out that somehow my host > file got notepad++ macintosh file endings. Never even knew it existed. Oh, maybe I'll have to add proper handling of Macintosh file endings to tinc then... > Anyhow
2008 Jan 05
0
One on the issue of the return win32api
hello,all: The code below: return = Win32API.new("my.dll", "myfunction", "PI", "P").call(params) The return value is a type C-Structure For example, struct person{ int age; char* name; } In the process of ruby,I how to get the return value --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the
2007 May 22
1
Almost working
Dev-Cpp is a IDE that can be used with MinGW and GCC but its causing problems. I installed MinGW since I am used to ./configure type builds but im unsure if this is a tinc issue or OpenSSL issue. I installed openssl 0.9.8e and I get to the following, $./configure ... checking openssl/evp.h usability... yes ... checking for openssl/engine.h... yes checking for SHA1_version in -lcrypto... no
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that change got back-ported to master, albeit in a different form. I'll take a look at how OpenVPN does its windows device I/O. - todd
2017 Mar 08
1
Suspicious code in net_socket.c
For my opinion, special function not needed, because at first time, oai set to NULL, freeaddrinfo tried to free each ai, until occurance of ai_next == NULL. But it works. Linux, Windows, coordinator with white IP, other nodes behind NAT's (1 or two NAT's, only direct connections allowed). There are some problems with MinGW make, at least - mingw-64 from Fedora 25. 1. No definition for
2015 Oct 20
3
Problem starting connection - build tinc VM
Hello, I have send the message below this message before. I guess nobody is familiar with my problem. So the next step is "use the source". The thing is I'm a windows developer. I have tried to build tinc before, a few years ago. And I know the linux developers think it is easy. And it always is, once you know what to do. But I got so many errors last time, I just gave up. I
2003 Jul 02
1
Wanted: people who can test tinc on different platforms.
Hello, It's almost time for a new release: 1.0. We would like this release to support all the platforms supported by 1.0pre8: GNU/Linux, FreeBSD, OpenBSD, NetBSD, MacOS/X (Darwin) and Solaris (SunOS). Furthermore, we also would like to see tinc ported to the following platforms: GNU/Hurd, Windows (Cygwin/MingW/native) However, all the main developers work mainly with Linux and have little
2010 Nov 28
4
TCPOnly is required since 1.0.13?
Hi, I upgraded some of my Tinc nodes from 1.0.8 recently and found something strange. All of a sudden, the vpn would not work as a full-mesh. Certain nodes were not contactable. I re-generated my rsa-keys, and checked my configuration. My vpn uses the following in tinc.conf, as I am routing both ipv4 and v6. === name = node1 mode = switch AddressFamily = any PMTU = 1280 PMTUDiscovery = yes
2010 Jul 20
2
Local address announces
Hi Guus, hi all, please find attached a proposed feature implementation for tinc. As mentioned in http://www.tinc-vpn.org/pipermail/tinc/2010-May/002344.html , my goal was to connect nodes on the same LAN using their local (LAN) endpoints. I've implemented a multicast sender, which announces its own endpoint on every connected interface regularly. All nodes receiving multicast
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
2007 May 10
3
Sockets not non-blocking when compiling with MingW
Hello. When tinc is compiled with MingW, sockets are not made non-blocking because O_NONBLOCK is not defined anywhere. This leads to weird timeouts when one or more hosts part of a VPN are unreachable, because tinc hangs in connect() (and possibly other places as well). This guy is probably experiencing this bug: http://brouwer.uvt.nl/pipermail/tinc/2007-April/001646.html I've attached a
2016 Oct 24
2
Win32: problem with tinc-up script
Okey, after more extensive R&D and testing I came up with 2 final solutions: 1) external tool: wipchg 2) internal tincd: wait_device(int secs) Both solution works 100% time (tested on Win2003). I publish them here, so interested parties can do they own testing. 1) ftp://borg.uu3.net/home/borg/tmp/wipchg.tgz You need Mingw compiler to build this. 2)
2006 Nov 27
1
MinGW problem - unable to compile - config.log
Hi there! I've downloaded the MinGW shell, installed it as descripted in intall.txt, and also the gcc-core-3.4.2-20040916-1 and installed it. Then I've tried running ./configure, but this is what the process returns: Giacomo@NOME-0C20A03AFA /C/tinc-1.0.5 $ ./configure checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for
2006 Nov 26
2
Automatic TINC configuration & launch (win)
Hi there! I'm building a VB.NET application in order to setup the configuration files of a net (and this is the really easy part of my project) via INI file, but now I've got some problems... launching tincd -n [NET] -K I should insert some variables, and it is impossible to auto-fill them. So I've downloaded the source files and opened it. I found the part of that code and
2016 Oct 11
2
Win32: problem with tinc-up script
Okey, this is new and better version. Now we handle wait up to hardcoded (for now) value. After wait (IP stack reconf or timeout) we launch 'tinc-up' script. To handle initial TAP device traffic, script is now launched in separate thread. This version works 100% for me under Win2003. ---------- Original message ---------- From: borg at uu3.net To: tinc-devel at tinc-vpn.org Subject: Re:
2015 Oct 17
2
Automated Windows installer
Does anyone had an experience with automating Windows installation process? I am planning (after my extension programming) to implement the following inside it: User runs installer, goes through usual pages and then installer asks for a name of his/her future node. It's not a problem to embed our network bootstrap configuration inside installer. The problem starts with Windows itself. We
2015 Oct 17
1
Automated Windows installer
On Sat, 17 Oct 2015 14:54:17 +0200 Guus Sliepen <guus at tinc-vpn.org> wrote: > On Sat, Oct 17, 2015 at 02:54:01PM +0700, ???? wrote: > > > The problem starts with Windows itself. We have tap-win{32,64} > > directories. Inside them, there is a few batch files and > > tapinstall.exe binary. It actually performs installation process of > > TAP driver and new