Re: [OpenSIPStack] OpenSIPStack: Problem
Brought to you by:
joegenbaclor
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 > > |