Thread: [OpenSIPStack] OpenSIPStack: Problem
Brought to you by:
joegenbaclor
From: Arif V. K. <msg...@gm...> - 2007-07-08 19:38:31
|
Dear Developers/Staff, I am using OpenSIPStack 1.1.5, according to your web documentation under section Compiling In Windows I was following steps to compile OpenSIPStack solution in VS 8. During the compilation time it give me error in file contain.h saying it is unable to find file windows.h the detail error is given below I got lots of error with this file (windows.h is not found) c:\documents and settings\student6\desktop\open source sipstack\opensipstack-1.1.5\opensipstack-1.1.5-rc1\include\ptlib\msos/ptlib/contain.h(290) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory pxmlrpc.cxx from the above it seems there is no windows.h file in OpenSIPStakc folder hierarchy and I also looked thoroughly and i didnt find windows.h file in OpenSIPStack folder tree. Can please help me to rectify this problem. I would appreciate your quick soon in this regard. Arif Research Assistant Electrical and Computer Engineering Concordia Unviersity Montreal, Canada www.concordia.ca |
From: Joegen E. B. <joe...@gm...> - 2007-07-09 01:54:52
|
*/Windows.h missing/* is a complile error commonly reported in the mailing list. This may happen in Visual Stdio 2005 Express edition of visual C++. Windows.h goes with the Platform SDK and is available via a separate installation here http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/. Arif V. Kadiwal wrote: > Dear Developers/Staff, > > I am using OpenSIPStack 1.1.5, according to your web documentation > under section Compiling In Windows I was following steps to compile > OpenSIPStack solution in VS 8. During the compilation time it give me > error in file contain.h saying it is unable to find file windows.h the > detail error is given below I got lots of error with this file > (windows.h is not found) > > c:\documents and settings\student6\desktop\open source > sipstack\opensipstack-1.1.5\opensipstack-1.1.5-rc1\include\ptlib\msos/ptlib/contain.h(290) > : fatal error C1083: Cannot open include file: 'windows.h': No such > file or directory > pxmlrpc.cxx > > > from the above it seems there is no windows.h file in OpenSIPStakc > folder hierarchy and I also looked thoroughly and i didnt find > windows.h file in OpenSIPStack folder tree. Can please help me to > rectify this problem. I would appreciate your quick soon in this > regard. > > > Arif > > Research Assistant > Electrical and Computer Engineering > Concordia Unviersity > Montreal, Canada > www.concordia.ca > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > |
From: Arif V. K. <msg...@gm...> - 2007-07-13 18:50:03
|
Hello, I am wondering after the compilation of Opensipstack solution what i can do further, your documentation didn't specify how to run this solution(Opensipstack) after build and compilation. I need to know how to run the opensipstack and I want to see if you have any running application based on opensipstack or developed with opensipstack. Again need to know how to run the solution OpenSIPstack after compilation and build and also want to look at any application based on OpenSIPStack. Arif Research Assistant Electrical and Computer Engineering Concordia University Montreal, Canada On 7/8/07, Joegen E. Baclor <joe...@gm...> wrote: > */Windows.h missing/* is a complile error commonly reported in the > mailing list. This may happen in Visual Stdio 2005 Express edition of > visual C++. Windows.h goes with the Platform SDK and is available via a > separate installation here > http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/. > > Arif V. Kadiwal wrote: > > Dear Developers/Staff, > > > > I am using OpenSIPStack 1.1.5, according to your web documentation > > under section Compiling In Windows I was following steps to compile > > OpenSIPStack solution in VS 8. During the compilation time it give me > > error in file contain.h saying it is unable to find file windows.h the > > detail error is given below I got lots of error with this file > > (windows.h is not found) > > > > c:\documents and settings\student6\desktop\open source > > sipstack\opensipstack-1.1.5\opensipstack-1.1.5-rc1\include\ptlib\msos/ptlib/contain.h(290) > > : fatal error C1083: Cannot open include file: 'windows.h': No such > > file or directory > > pxmlrpc.cxx > > > > > > from the above it seems there is no windows.h file in OpenSIPStakc > > folder hierarchy and I also looked thoroughly and i didnt find > > windows.h file in OpenSIPStack folder tree. Can please help me to > > rectify this problem. I would appreciate your quick soon in this > > regard. > > > > > > Arif > > > > Research Assistant > > Electrical and Computer Engineering > > Concordia Unviersity > > Montreal, Canada > > www.concordia.ca > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by DB2 Express > > Download DB2 Express C - the FREE version of DB2 express and take > > control of your XML. No limits. Just data. Click to get it now. > > http://sourceforge.net/powerbar/db2/ > > _______________________________________________ > > opensipstack-devel mailing list > > ope...@li... > > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > |
From: Joegen E. B. <joe...@gm...> - 2007-07-17 01:45:32
|
OpenSBC - Session Border Controller based on OpenSIPStack ATLSIP - ActiveX Softphone Interface OSPhone - Softphone reference implementation Please see http://www.opensipstack.org website for details how to obtain the source code. Your best bet currently is to download it from CVS. Joegen Arif V. Kadiwal wrote: > Hello, > > I am wondering after the compilation of Opensipstack solution what i > can do further, your documentation didn't specify how to run this > solution(Opensipstack) after build and compilation. I need to know how > to run the opensipstack and I want to see if you have any running > application based on opensipstack or developed with opensipstack. > > Again need to know how to run the solution OpenSIPstack after > compilation and build and also want to look at any application based > on OpenSIPStack. > > > Arif > Research Assistant > Electrical and Computer Engineering > Concordia University > Montreal, Canada > > > On 7/8/07, Joegen E. Baclor <joe...@gm...> wrote: >> */Windows.h missing/* is a complile error commonly reported in the >> mailing list. This may happen in Visual Stdio 2005 Express edition of >> visual C++. Windows.h goes with the Platform SDK and is available via a >> separate installation here >> http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/. >> >> Arif V. Kadiwal wrote: >> > Dear Developers/Staff, >> > >> > I am using OpenSIPStack 1.1.5, according to your web documentation >> > under section Compiling In Windows I was following steps to compile >> > OpenSIPStack solution in VS 8. During the compilation time it give me >> > error in file contain.h saying it is unable to find file windows.h the >> > detail error is given below I got lots of error with this file >> > (windows.h is not found) >> > >> > c:\documents and settings\student6\desktop\open source >> > >> sipstack\opensipstack-1.1.5\opensipstack-1.1.5-rc1\include\ptlib\msos/ptlib/contain.h(290) >> >> > : fatal error C1083: Cannot open include file: 'windows.h': No such >> > file or directory >> > pxmlrpc.cxx >> > >> > >> > from the above it seems there is no windows.h file in OpenSIPStakc >> > folder hierarchy and I also looked thoroughly and i didnt find >> > windows.h file in OpenSIPStack folder tree. Can please help me to >> > rectify this problem. I would appreciate your quick soon in this >> > regard. >> > >> > >> > Arif >> > >> > Research Assistant >> > Electrical and Computer Engineering >> > Concordia Unviersity >> > Montreal, Canada >> > www.concordia.ca >> > >> > >> ------------------------------------------------------------------------- >> >> > This SF.net email is sponsored by DB2 Express >> > Download DB2 Express C - the FREE version of DB2 express and take >> > control of your XML. No limits. Just data. Click to get it now. >> > http://sourceforge.net/powerbar/db2/ >> > _______________________________________________ >> > opensipstack-devel mailing list >> > ope...@li... >> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > >> > >> >> >> ------------------------------------------------------------------------- >> >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> opensipstack-devel mailing list >> ope...@li... >> https://lists.sourceforge.net/lists/listinfo/opensipstack-devel >> > |