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

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Apr 2009
Posts: 9
Reputation: duliprb is an unknown quantity at this point 
Solved Threads: 0
duliprb duliprb is offline Offline
Newbie Poster

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

 
0
  #1
Oct 23rd, 2009
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,609
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1491
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning
 
-7
  #2
Oct 23rd, 2009
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
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 9
Reputation: duliprb is an unknown quantity at this point 
Solved Threads: 0
duliprb duliprb is offline Offline
Newbie Poster

Re : Ourcall

 
0
  #3
Oct 23rd, 2009
Originally Posted by Ancient Dragon View Post
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.
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,609
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1491
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning
 
-7
  #4
Oct 23rd, 2009
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.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Apr 2009
Posts: 9
Reputation: duliprb is an unknown quantity at this point 
Solved Threads: 0
duliprb duliprb is offline Offline
Newbie Poster

Asterisk outlook intergration

 
0
  #5
Oct 23rd, 2009
Originally Posted by Ancient Dragon View Post
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.
Reply With Quote Quick reply to this message  
Reply

Message:



Similar Threads
Other Threads in the C++ Forum
Thread Tools Search this Thread



Tag cloud for C++
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC