vc++

Blog entries related to Visual C++

An old article of mine

in

I just found a very old article of mine, which got published in Dr. Dobb's Journal, the Tech Tips section, on October 1, 2003!  The title of the article was Preventing Class Derivation in Visual C++ .NET.  Either see that link, or read on if you're interested.

OpenVPN Windows compilation problem: solved

Alon Bar-Lev seems to have convinced OpenVPN developers to update the autoconf scripts so that a correct config-win32.h is generated, so now the Windows build environment for OpenVPN works again!  To generate the config-win32.h file, run the below commands in an MSYS prompt:

  1. autoreconf -i -v -f
  2. ./configure

Thanks to Alon, James, and other OpenVPN developers for the great software!

Compiling OpenVPN on Windows

OpenVPN is a great project.  It's a shame that their Windows compilation is this painful.  After spending hours trying to compile OpenVPN 2.1_rc7 on Windows using Visual C++, I thought I'd document the process for the benefit of others, and for my own future reference.

Syndicate content