I wanna make a function which support MFC become a dll.Have I declaration the function like this:
extern "C" __declspec(dllexport) TYPE Function(ClassName ¶ment1...);
Must the parament which is a class be a reference?Because if I didn't set the parament which is a class become a reference, the compiler would say can't convert "class name" to "class name".
When I want to use a class as a parament, must I have it be a reference?
Thank you for any help!
Yang
想 要 一 个 快 n 倍 的 免 费 邮 箱 吗 ?
126 专 业 电 子 邮 局 ―― 全 球 领 先 的 中 文 邮 箱 带 你 进 入 极 速 之 旅
_______________________________________________ msvc mailing list [email protected] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
