Click here to Skip to main content
15,915,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralODBC Pin
12-Jun-02 4:17
suss12-Jun-02 4:17 
GeneralRe: ODBC Pin
markkuk12-Jun-02 9:08
markkuk12-Jun-02 9:08 
GeneralRe: ODBC Pin
12-Jun-02 9:35
suss12-Jun-02 9:35 
GeneralRe: ODBC Pin
12-Jun-02 11:28
suss12-Jun-02 11:28 
GeneralRe: ODBC Pin
12-Jun-02 16:58
suss12-Jun-02 16:58 
GeneralRe: ODBC Pin
14-Jun-02 11:13
suss14-Jun-02 11:13 
Generalpointers and containers in dll Pin
12-Jun-02 4:08
suss12-Jun-02 4:08 
GeneralRe: pointers and containers in dll Pin
Joaquín M López Muñoz12-Jun-02 4:21
Joaquín M López Muñoz12-Jun-02 4:21 
You've got to be careful about the version of the C run-time library you're using. For the main app and all the DLLs involved this has to be of type DLL (be it multi- or single-threaded, debug or release), and it has to be exactly the same version. Taking this precaution, things should be OK (I think.)
As for the pointers, it is the same situation as with STL with respect to allocation/deallocation in different componenents of the program.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
Generalwhy this linker error(lnk2001) Pin
12-Jun-02 3:56
suss12-Jun-02 3:56 
GeneralRe: why this linker error(lnk2001) Pin
Joaquín M López Muñoz12-Jun-02 4:22
Joaquín M López Muñoz12-Jun-02 4:22 
GeneralRe: why this linker error(lnk2001) Pin
12-Jun-02 4:23
suss12-Jun-02 4:23 
GeneralRe: why this linker error(lnk2001) Pin
Chris Losinger12-Jun-02 5:57
professionalChris Losinger12-Jun-02 5:57 
GeneralGreetings. Pin
Santiago Suárez12-Jun-02 3:55
Santiago Suárez12-Jun-02 3:55 
GeneralRe: Greetings. Pin
Jeremy Falcon12-Jun-02 5:21
professionalJeremy Falcon12-Jun-02 5:21 
GeneralWinCE and USB Pin
12-Jun-02 3:41
suss12-Jun-02 3:41 
QuestionWhat are the coordinates in the RECT struct modified by GetWindowRect relative to? Pin
redeemer12-Jun-02 3:17
redeemer12-Jun-02 3:17 
AnswerRe: What are the coordinates in the RECT struct modified by GetWindowRect relative to? Pin
Rama Krishna Vavilala12-Jun-02 3:41
Rama Krishna Vavilala12-Jun-02 3:41 
GeneralCScrollView becomes too big on screen Pin
Jerry Wang12-Jun-02 3:07
Jerry Wang12-Jun-02 3:07 
GeneralRe: CScrollView becomes too big on screen Pin
lucy12-Jun-02 10:09
lucy12-Jun-02 10:09 
GeneralMaking CView background gray Pin
Jerry Wang12-Jun-02 2:57
Jerry Wang12-Jun-02 2:57 
GeneralRe: Making CView background gray Pin
Mazdak12-Jun-02 3:07
Mazdak12-Jun-02 3:07 
GeneralRe: Making CView background gray Pin
Jerry Wang12-Jun-02 3:24
Jerry Wang12-Jun-02 3:24 
QuestionInset a set of records in Ole Db. How to? Pin
Atrament12-Jun-02 2:55
Atrament12-Jun-02 2:55 
AnswerRe: Inset a set of records in Ole Db. How to? Pin
Mazdak12-Jun-02 3:04
Mazdak12-Jun-02 3:04 
GeneralShut down console window Pin
Xtorpia12-Jun-02 2:52
Xtorpia12-Jun-02 2:52 

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.