Click here to Skip to main content
15,890,043 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralProblem with controlling window media player Pin
JaniceA19-May-05 5:06
JaniceA19-May-05 5:06 
GeneralRun program on startup Pin
Zack Manning19-May-05 4:52
sussZack Manning19-May-05 4:52 
GeneralRe: Run program on startup Pin
Blake Miller19-May-05 5:18
Blake Miller19-May-05 5:18 
GeneralRe: Run program on startup Pin
ddmcr19-May-05 7:11
ddmcr19-May-05 7:11 
GeneralPolyBezier Pin
Anthony988719-May-05 4:37
Anthony988719-May-05 4:37 
GeneralRe: PolyBezier Pin
Joel Holdsworth19-May-05 6:51
Joel Holdsworth19-May-05 6:51 
GeneralHelp needed to fix warning C4251 Pin
Kri519-May-05 3:55
Kri519-May-05 3:55 
GeneralRe: Help needed to fix warning C4251 Pin
Alexander M.,19-May-05 4:22
Alexander M.,19-May-05 4:22 
It's not very useful to export classes with templates!
You can fix the problem by creating a static library instead of a DLL.
The compiler tells you that an application that wants to use the DLL has to know the definition of _com_ptr_t<class _com_iiid<struct="" _connection,&struct="" __s_guid="" _guid_00000550_0000_0010_8000_00aa006d2ea4=""> > to be able to use the class. A static library would be the best solution.

Don't try it, just do it! Wink | ;-)
GeneralRe: Help needed to fix warning C4251 Pin
Kri519-May-05 6:04
Kri519-May-05 6:04 
GeneralRe: Help needed to fix warning C4251 Pin
jmkhael19-May-05 6:32
jmkhael19-May-05 6:32 
GeneralRe: Help needed to fix warning C4251 Pin
Anonymous19-May-05 7:03
Anonymous19-May-05 7:03 
GeneralRe: Help needed to fix warning C4251 Pin
jmkhael19-May-05 7:18
jmkhael19-May-05 7:18 
GeneralRe: Help needed to fix warning C4251 Pin
Kri519-May-05 11:30
Kri519-May-05 11:30 
GeneralConnecting to another computer's shares as a different user Pin
Luis Mejia19-May-05 3:39
Luis Mejia19-May-05 3:39 
GeneralRe: Connecting to another computer's shares as a different user Pin
Blake Miller19-May-05 5:10
Blake Miller19-May-05 5:10 
GeneralRe: Connecting to another computer's shares as a different user Pin
David Crow19-May-05 5:51
David Crow19-May-05 5:51 
GeneralRe: Connecting to another computer's shares as a different user Pin
Luis Mejia19-May-05 14:58
Luis Mejia19-May-05 14:58 
Generalsorting charater array alphabetically Pin
Anonymous19-May-05 3:15
Anonymous19-May-05 3:15 
GeneralRe: sorting charater array alphabetically Pin
Joaquín M López Muñoz19-May-05 3:17
Joaquín M López Muñoz19-May-05 3:17 
GeneralRe: sorting charater array alphabetically Pin
BlackDice19-May-05 5:39
BlackDice19-May-05 5:39 
Questionmulti-monitors? Pin
Anonymous19-May-05 3:05
Anonymous19-May-05 3:05 
AnswerRe: multi-monitors? Pin
Blake Miller19-May-05 5:13
Blake Miller19-May-05 5:13 
GeneralThread - Process synchronization Pin
javi_jmc19-May-05 2:47
javi_jmc19-May-05 2:47 
GeneralRe: Thread - Process synchronization Pin
Alexander M.,19-May-05 4:19
Alexander M.,19-May-05 4:19 
GeneralRe: Thread - Process synchronization Pin
Blake Miller19-May-05 5:22
Blake Miller19-May-05 5:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.