Click here to Skip to main content
15,912,457 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOperator overriding in template classes Pin
tja017-Nov-03 10:59
tja017-Nov-03 10:59 
GeneralRe: Operator overriding in template classes Pin
Joaquín M López Muñoz10-Nov-03 6:36
Joaquín M López Muñoz10-Nov-03 6:36 
GeneralFriends its Urgent I need your Help!!! Pin
goldminti7-Nov-03 10:43
goldminti7-Nov-03 10:43 
GeneralRe: Friends its Urgent I need your Help!!! Pin
Rickard Andersson207-Nov-03 10:51
Rickard Andersson207-Nov-03 10:51 
GeneralRe: Friends its Urgent I need your Help!!! Pin
Ahmed Galal8-Nov-03 2:56
Ahmed Galal8-Nov-03 2:56 
Questionright place to store debug dll? Pin
stasik garifulin7-Nov-03 10:11
stasik garifulin7-Nov-03 10:11 
AnswerRe: right place to store debug dll? Pin
Tim Smith7-Nov-03 10:21
Tim Smith7-Nov-03 10:21 
AnswerRe: right place to store debug dll? Pin
Mike Dimmick7-Nov-03 23:56
Mike Dimmick7-Nov-03 23:56 
See MSDN's documentation for LoadLibrary[^].

Generally you should place your own DLLs in your application's directory, unless you're going to ship DLLs shared between many applications, in which case they should go in the Program Files\Common Files directory. Use your installer tool's method for finding this folder (the name is localised and the user may have moved it) or call SHGetFolderPath passing CSIDL_PROGRAM_FILES_COMMON as the nFolder parameter.
AnswerRe: right place to store debug dll? Pin
Anthony_Yio9-Nov-03 19:51
Anthony_Yio9-Nov-03 19:51 
Generalcode doesnt go into mouseMove Pin
ns7-Nov-03 9:09
ns7-Nov-03 9:09 
GeneralRe: code doesnt go into mouseMove Pin
Joaquín M López Muñoz7-Nov-03 10:04
Joaquín M López Muñoz7-Nov-03 10:04 
GeneralRe: code doesnt go into mouseMove Pin
nss7-Nov-03 13:59
nss7-Nov-03 13:59 
GeneralRe: code doesnt go into mouseMove Pin
ns10-Nov-03 4:56
ns10-Nov-03 4:56 
GeneralRe: code doesnt go into mouseMove Pin
Joaquín M López Muñoz10-Nov-03 6:23
Joaquín M López Muñoz10-Nov-03 6:23 
GeneralRe: code doesnt go into mouseMove Pin
ns10-Nov-03 7:28
ns10-Nov-03 7:28 
GeneralDebugging a console application Pin
Franz Klein7-Nov-03 9:01
Franz Klein7-Nov-03 9:01 
GeneralRe: Debugging a console application Pin
Jean Bédard7-Nov-03 9:44
Jean Bédard7-Nov-03 9:44 
Generalaccessing activex method Pin
vancouver7777-Nov-03 8:43
vancouver7777-Nov-03 8:43 
Generalreason for getting this error Pin
pnpfriend7-Nov-03 8:38
pnpfriend7-Nov-03 8:38 
GeneralRe: reason for getting this error Pin
Joaquín M López Muñoz7-Nov-03 9:59
Joaquín M López Muñoz7-Nov-03 9:59 
Generaltestting dll Pin
pnpfriend7-Nov-03 7:43
pnpfriend7-Nov-03 7:43 
GeneralRe: testting dll Pin
Anthony_Yio9-Nov-03 19:59
Anthony_Yio9-Nov-03 19:59 
GeneralGdiplus and Jpeg save Pin
ptharso7-Nov-03 7:10
ptharso7-Nov-03 7:10 
GeneralRe: Gdiplus and Jpeg save Pin
jfugate7-Nov-03 7:24
jfugate7-Nov-03 7:24 
GeneralC++ Strings in VC++.Net 2002 Pin
balihoo927-Nov-03 6:44
balihoo927-Nov-03 6:44 

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.