944,044 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 841
  • C++ RSS
Oct 23rd, 2009
0

Asterisk Outlook intergration : OutCall Compilation ( C/C++)

Expand Post »
Hello ,
There is a problem with compiling the project of outcall. I want to test it. because i am very interested about project but Before do customisation I wanted to compile it.

http://outcall.sourceforge.net/

If there is a good C++ person please help me. Thank you very much. early response appreciated. and also tell me how can do it. tks again.
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
duliprb is offline Offline
10 posts
since Apr 2009
Oct 23rd, 2009
-7
Re: Asterisk Outlook intergration : OutCall Compilation ( C/C++)
You need VC++ 2005 or 2008 Pro or better edition because that project uses MFC. Express edition can not compile it. If you have the compiler then just double-click PBXClient.vcproj
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,954 posts
since Aug 2005
Oct 23rd, 2009
0

Re : Ourcall

You need VC++ 2005 or 2008 Pro or better edition because that project uses MFC. Express edition can not compile it. If you have the compiler then just double-click PBXClient.vcproj
Thank you very very much..

Thanks For the reply. I am using Visual C++ 2005. so onece I compiled it I received error like this..

1>------ Build started: Project: OutCALL, Configuration: Release Win32 ------
1>Compiling...
1>StdAfx.cpp
1> WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
1>c:\documents and settings\dulip ravindra\desktop\outcall-src-1.55\stdafx.h(115) : fatal error C1083: Cannot open type library file: 'mso.dll': No such file or directory
1>Creating browse information file...
1>Microsoft Browse Information Maintenance Utility Version 8.00.50727
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>BSCMAKE: error BK1506 : cannot open file '.\release\AddExtenDlg.sbr': No such file or directory
1>Build log was saved at "file://c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\BuildLog.htm"
1>OutCALL - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
then
Following build Log file..

Build Log Build started: Project: OutCALL, Configuration: Release|Win32
Command Lines Creating temporary file "c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000136485704.rsp" with contents
[
/O2 /Ob1 /I ".\SQLite" /I ".\gettext-0.13" /I ".\mapi" /I ".\exchange" /I ".\exchange\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "ENABLE_DBGLOG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MD /Gy /Yu"stdafx.h" /Fp".\Release/PBXClient.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /TP ".\mapi\MAPINamedProperty.cpp"

".\mapi\MAPIEx.cpp"

".\mapi\MAPIContact.cpp"

".\TaskbarNotifier.cpp"

".\SysTray.cpp"

".\SocketManager.cpp"

".\SocketComm.cpp"

".\SettingsServerDlg.cpp"

".\SettingsOutlookDlg.cpp"

".\SettingsImportRules.cpp"

".\SettingsGeneralDlg.cpp"

".\SettingsExtensionsDlg.cpp"

".\SettingsDlg.cpp"

".\SettingsDialingRules.cpp"

".\Semaphore.cpp"

".\PBXClient.cpp"

".\OutlookRuleDlg.cpp"

".\OutlookContactsDlg.cpp"

".\MyLabel.cpp"

".\MissedCallsDlg.cpp"

".\md5.cpp"

".\MCListCtrl.cpp"

".\MapContactFieldsDlg.cpp"

".\MainFrm.cpp"

".\LoadingContactsDlg.cpp"

".\FindContactDlg.cpp"

".\DebugDlg.cpp"

".\AddLanguageDlg.cpp"

".\AddExtenDlg.cpp"

".\ActiveCallsDlg.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000136485704.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000236485704.rsp" with contents
[
/O2 /Ob1 /I ".\SQLite" /I ".\gettext-0.13" /I ".\mapi" /I ".\exchange" /I ".\exchange\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "ENABLE_DBGLOG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MD /Gy /Yc"stdafx.h" /Fp".\Release/PBXClient.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /TP ".\StdAfx.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000236485704.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000336485704.rsp" with contents
[
/O2 /Ob1 /I ".\SQLite" /I ".\gettext-0.13" /I ".\mapi" /I ".\exchange" /I ".\exchange\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "ENABLE_DBGLOG" /D "_VC80_UPGRADE=0x0710" /D "_AFXDLL" /D "_UNICODE" /D "UNICODE" /GF /FD /EHsc /MD /Gy /Fp".\Release/PBXClient.pch" /Fo".\Release/" /Fd".\Release/" /FR".\Release\\" /W3 /c /TP ".\SQLite\CppSQLite3.cpp"

".\base64.cpp"
]
Creating command line "cl.exe @"c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000336485704.rsp" /nologo /errorReport:prompt"
Creating temporary file "c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000436485704.rsp" with contents
[
/o ".\Release/OutCALL.bsc"

".\release\AddExtenDlg.sbr"

".\release\AddLanguageDlg.sbr"

".\release\base64.sbr"

".\release\DebugDlg.sbr"

".\release\FindContactDlg.sbr"

".\release\LoadingContactsDlg.sbr"

".\release\MainFrm.sbr"

".\release\MapContactFieldsDlg.sbr"

".\release\MCListCtrl.sbr"

".\release\md5.sbr"

".\release\MissedCallsDlg.sbr"

".\release\MyLabel.sbr"

".\release\OutlookContactsDlg.sbr"

".\release\OutlookRuleDlg.sbr"

".\release\PBXClient.sbr"

".\release\Semaphore.sbr"

".\release\SettingsDialingRules.sbr"

".\release\SettingsDlg.sbr"

".\release\SettingsExtensionsDlg.sbr"

".\release\SettingsGeneralDlg.sbr"

".\release\SettingsImportRules.sbr"

".\release\SettingsOutlookDlg.sbr"

".\release\SettingsServerDlg.sbr"

".\release\SocketComm.sbr"

".\release\SocketManager.sbr"

".\release\StdAfx.sbr"

".\release\SysTray.sbr"

".\release\TaskbarNotifier.sbr"

".\release\CppSQLite3.sbr"

".\release\MAPIContact.sbr"

".\release\MAPIEx.sbr"

".\release\MAPINamedProperty.sbr"

".\release\ActiveCallsDlg.sbr"
]
Creating command line "bscmake.exe @"c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\RSP00000436485704.rsp" /nologo"
Output Window Compiling...
StdAfx.cpp
WINVER not defined. Defaulting to 0x0502 (Windows Server 2003)
c:\documents and settings\dulip ravindra\desktop\outcall-src-1.55\stdafx.h(115) : fatal error C1083: Cannot open type library file: 'mso.dll': No such file or directory
Creating browse information file...
Microsoft Browse Information Maintenance Utility Version 8.00.50727
Copyright (C) Microsoft Corporation. All rights reserved.
BSCMAKE: error BK1506 : cannot open file '.\release\AddExtenDlg.sbr': No such file or directory
Results Build log was saved at "file://c:\Documents and Settings\Dulip Ravindra\Desktop\outcall-src-1.55\Release\BuildLog.htm"
OutCALL - 2 error(s), 0 warning(s)

so thats the problem I have.. I am not be able to run project.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
duliprb is offline Offline
10 posts
since Apr 2009
Oct 23rd, 2009
-7
Re: Asterisk Outlook intergration : OutCall Compilation ( C/C++)
Sorry, I can't help you any more because I don't have a compiler that will compile MFC code. Post your problems on their forums.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,954 posts
since Aug 2005
Oct 23rd, 2009
0

Asterisk outlook intergration

Sorry, I can't help you any more because I don't have a compiler that will compile MFC code. Post your problems on their forums.
I tried this with many forums. But I couldn't get any satisfaction about solution. as a big help can you make a remote session for me by teamviewer for www.showmypc.com. once this issue solved i promise for publish the solution with this forum. thank you very much.
Reputation Points: 10
Solved Threads: 0
Newbie Poster
duliprb is offline Offline
10 posts
since Apr 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: int to char conversion.
Next Thread in C++ Forum Timeline: error in evc++





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC