David
unread,Mar 12, 2009, 4:56:22 AM3/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ff-activex-host
Hi all,
This post is for those who have rebuilt the source code... Did the
compilation display any warning ?
When I build the project, the following output is displayed. As you
can see, there are four warnings. Do you get the same ?
------ Build started: Project: ffactivex, Configuration: Debug Win32
------
Compiling...
axhost.cpp
c:\workspace\ff-activex-host\ffactivex\common\propertylist.h(128) :
warning C4996: 'wcsicmp': The POSIX name for this item is deprecated.
Instead, use the ISO C++ conformant name: _wcsicmp. See online help
for details.
e:\microsoft visual studio 9.0\vc\include\string.h(359) : see
declaration of 'wcsicmp'
c:\workspace\ff-activex-host\ffactivex\axhost.cpp(62) : warning C4996:
'strnicmp': The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _strnicmp. See online help for details.
e:\microsoft visual studio 9.0\vc\include\string.h(217) : see
declaration of 'strnicmp'
c:\workspace\ff-activex-host\ffactivex\axhost.cpp(83) : warning C4996:
'strnicmp': The POSIX name for this item is deprecated. Instead, use
the ISO C++ conformant name: _strnicmp. See online help for details.
e:\microsoft visual studio 9.0\vc\include\string.h(217) : see
declaration of 'strnicmp'
c:\workspace\ff-activex-host\ffactivex\common\iolecommandtargetimpl.h
(182) : warning C4996: 'wcsncpy': This function or variable may be
unsafe. Consider using wcsncpy_s instead. To disable deprecation, use
_CRT_SECURE_NO_WARNINGS. See online help for details.
e:\microsoft visual studio 9.0\vc\include\string.h(275) : see
declaration of 'wcsncpy'
c:\workspace\ff-activex-host\ffactivex\common
\iolecommandtargetimpl.h(113) : while compiling class template member
function 'HRESULT IOleCommandTargetImpl<T>::QueryStatus(const GUID
*,ULONG,OLECMD [],OLECMDTEXT *)'
with
[
T=CControlSite
]
c:\workspace\ff-activex-host\ffactivex\common\controlsite.h
(114) : see reference to class template instantiation
'IOleCommandTargetImpl<T>' being compiled
with
[
T=CControlSite
]
Linking...
Embedding manifest...
Build log was saved at "file://c:\workspace\ff-activex-host\ffactivex
\Debug\BuildLog.htm"
ffactivex - 0 error(s), 4 warning(s)
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped
==========
Thank you,
David