Click here to Skip to main content
15,911,707 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralScrolling a Tab Pane Pin
D.Pfaster26-Nov-01 23:08
D.Pfaster26-Nov-01 23:08 
GeneralHKM_GETHOTKEY Pin
Fred/M26-Nov-01 22:53
Fred/M26-Nov-01 22:53 
GeneralODBC Localisation Pin
James Spibey26-Nov-01 21:45
James Spibey26-Nov-01 21:45 
GeneralRe: ODBC Localisation Pin
Martin Ziacek27-Nov-01 6:13
Martin Ziacek27-Nov-01 6:13 
QuestionCan VC use the class exporting by other compiler? Pin
wenxi7926-Nov-01 21:31
wenxi7926-Nov-01 21:31 
AnswerRe: Can VC use the class exporting by other compiler? Pin
Rashid Thadha26-Nov-01 22:40
Rashid Thadha26-Nov-01 22:40 
GeneralATL - Error Pin
Bernhard26-Nov-01 20:31
Bernhard26-Nov-01 20:31 
GeneralRe: ATL - Error Pin
Rashid Thadha26-Nov-01 22:44
Rashid Thadha26-Nov-01 22:44 
A Workaround would be to statically link ATL.DLL so it is not required.

1. Open the Project Settings dialog box, select the C++ tab. In the Preprocessor Definitions text box, replace _ATL_DLL with _ATL_STATIC_REGISTRY.


2. Recompile.

If the project has been created using the ATL AppWizard, you only need to select the Win32 Release MinDependency option, which has the correct preprocessor definitions for statically linking to the registrar code.


GeneralRe: ATL - Error Pin
Bernhard26-Nov-01 22:57
Bernhard26-Nov-01 22:57 
Generalcreating a operator delete Pin
26-Nov-01 19:35
suss26-Nov-01 19:35 
QuestionHowto Serialize a STL container? Pin
Alex Dong26-Nov-01 16:59
Alex Dong26-Nov-01 16:59 
AnswerRe: Howto Serialize a STL container? Pin
Christian Graus26-Nov-01 17:05
protectorChristian Graus26-Nov-01 17:05 
GeneralRe: Howto Serialize a STL container? Pin
Alex Dong26-Nov-01 18:28
Alex Dong26-Nov-01 18:28 
GeneralRe: Howto Serialize a STL container? Pin
Christian Graus26-Nov-01 18:36
protectorChristian Graus26-Nov-01 18:36 
GeneralRe: Howto Serialize a STL container? Pin
Alex Dong26-Nov-01 18:45
Alex Dong26-Nov-01 18:45 
GeneralRe: Howto Serialize a STL container? Pin
Christian Graus26-Nov-01 18:49
protectorChristian Graus26-Nov-01 18:49 
GeneralRe: Howto Serialize a STL container? Pin
Alex Dong26-Nov-01 18:52
Alex Dong26-Nov-01 18:52 
GeneralRe: Howto Serialize a STL container? Pin
Christian Graus26-Nov-01 18:59
protectorChristian Graus26-Nov-01 18:59 
GeneralRe: Howto Serialize a STL container? Pin
Alex Dong26-Nov-01 19:04
Alex Dong26-Nov-01 19:04 
AnswerRe: Howto Serialize a STL container? Pin
Ravi Bhavnani26-Nov-01 18:45
professionalRavi Bhavnani26-Nov-01 18:45 
GeneralRe: Howto Serialize a STL container? Pin
Alex Dong26-Nov-01 18:49
Alex Dong26-Nov-01 18:49 
GeneralRe: Howto Serialize a STL container? Pin
Ravi Bhavnani26-Nov-01 19:14
professionalRavi Bhavnani26-Nov-01 19:14 
GeneralActiveX Control Path Pin
Yong Haur TAY26-Nov-01 16:40
Yong Haur TAY26-Nov-01 16:40 
GeneralCHtmlView, Access Violation On Resize.. aaiiieeee!!! Pin
foobat26-Nov-01 16:38
foobat26-Nov-01 16:38 
GeneralSorting ComboBox items ! Pin
Hadi Rezaee26-Nov-01 15:21
Hadi Rezaee26-Nov-01 15:21 

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.