Cant get wodVPN to compile (wodVPN)
I'm using Visual C++ 2008 Express Edition and when I build the DSW file it just gives me an error that it cannot build the file.
How do I get this software to compile?
I have a full Visual Studio 2007 Pro I can use to compile as well.
Any help is appreciated. thanks.
This is the log:
1>------ Build started: Project: DialogBased, Configuration: Debug Win32 ------
1>Compiling...
1>StdAfx.cpp
1>c:program filesweonlydo.comvpnsamplesvcmfcactivex1. simplestdafx.h(15) : fatal error C1083: Cannot open include file: 'afxwin.h': No such file or directory
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 9.00.21022
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.DebugDialogBasedDlg.sbr': No such file or directory
1>Build log was saved at file://c:Program FilesWeOnlyDo.ComVPNSamplesVCMFCActiveX1. SimpleDebugBuildLog.htm
1>DialogBased - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Re: Cant get wodVPN to compile
Reggie,
The problem is that Visual C++ 2008 Express Edition doesn't include MFC libraries. If you need MFC I suggest you check out this page and select some other, non-free, package that includes it. Or you can stick to your previous version of Visual Studio.
I hope this information helps.
Regards,
Grof
Re: Cant get wodVPN to compile
Alright then I'll break out my full 2007 then because that has everything.