In the following example:
\documentclass{memoir}
\usepackage{cleveref}
\newsubfloat{figure}
\begin{document}
\chapter{Example}
\begin{figure}
\centering
\subtop[apple]{fig 100a\label{fig:100a}}\\
\subtop[orange]{fig 100b\label{fig:100b}}
\caption{Can you handle subfigures?}
\label{fig:100}
\end{figure}
\cref{fig:100a} and \namecref{fig:100b}.
\Cref{fig:100}
\end{document}
Both \cref{fig:100a} and \namecref{fig:100b} produce ??
The versions of packages used are: cleveref.sty 0.17.2 and memoir.cls v3.6.
subfiginstead. – Leo Liu Aug 08 '10 at 19:07Nut
– user1362373 Feb 21 '12 at 17:41