Click here to Skip to main content
16,011,436 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionCListViewCtrl question? Pin
Anonymous21-Oct-04 11:55
Anonymous21-Oct-04 11:55 
AnswerRe: CListViewCtrl question? Pin
Michael Dunn22-Oct-04 13:58
sitebuilderMichael Dunn22-Oct-04 13:58 
GeneralMessageBox and STA in-proc server Pin
duckponf21-Oct-04 5:08
duckponf21-Oct-04 5:08 
GeneralRe: MessageBox and STA in-proc server Pin
Hans Ruck21-Oct-04 8:32
Hans Ruck21-Oct-04 8:32 
GeneralRe: MessageBox and STA in-proc server Pin
duckponf21-Oct-04 8:51
duckponf21-Oct-04 8:51 
GeneralRe: MessageBox and STA in-proc server Pin
Jörgen Sigvardsson21-Oct-04 9:25
Jörgen Sigvardsson21-Oct-04 9:25 
GeneralOLEDB question... Pin
CherezZaboro21-Oct-04 4:27
CherezZaboro21-Oct-04 4:27 
GeneralRe: OLEDB question... Pin
Jörgen Sigvardsson21-Oct-04 9:37
Jörgen Sigvardsson21-Oct-04 9:37 
inner wrote:
The only other note is that I put my code that uses this in a regular windows DLL. Could that be a prob?

Yes that could be the problem. Make sure your app and DLL links against the same C runtime library. If they don't, then they will get separate heaps. The heap is where memory is allocated from by using new, and returned to when deallocated using delete. If you allocate memory in the DLL, and delete it in the app, then errors will occur if they do not share the same heap.

--
Weiter, weiter, ins verderben.
Wir müssen leben bis wir sterben.

GeneralTerminal Across Network Pin
SiddharthAtw20-Oct-04 18:34
SiddharthAtw20-Oct-04 18:34 
Generaldistributing atl71.dll in setup Pin
Anonymous19-Oct-04 23:34
Anonymous19-Oct-04 23:34 
GeneralRe: distributing atl71.dll in setup Pin
Jörgen Sigvardsson20-Oct-04 8:43
Jörgen Sigvardsson20-Oct-04 8:43 
GeneralRe: distributing atl71.dll in setup Pin
Michael Dunn20-Oct-04 9:14
sitebuilderMichael Dunn20-Oct-04 9:14 
GeneralRe: distributing atl71.dll in setup Pin
Jörgen Sigvardsson20-Oct-04 12:28
Jörgen Sigvardsson20-Oct-04 12:28 
GeneralRe: distributing atl71.dll in setup Pin
Michael Dunn21-Oct-04 2:32
sitebuilderMichael Dunn21-Oct-04 2:32 
GeneralRe: distributing atl71.dll in setup Pin
Jörgen Sigvardsson20-Oct-04 8:45
Jörgen Sigvardsson20-Oct-04 8:45 
GeneralRe: distributing atl71.dll in setup Pin
UncleRedz20-Oct-04 20:34
UncleRedz20-Oct-04 20:34 
GeneralRe: distributing atl71.dll in setup Pin
Stuart Dootson21-Oct-04 8:47
professionalStuart Dootson21-Oct-04 8:47 
GeneralWTL release build with ATL_MIN_CRT Pin
UncleRedz19-Oct-04 4:36
UncleRedz19-Oct-04 4:36 
GeneralRe: WTL release build with ATL_MIN_CRT Pin
UncleRedz19-Oct-04 20:45
UncleRedz19-Oct-04 20:45 
GeneralRe: WTL release build with ATL_MIN_CRT Pin
Jörgen Sigvardsson19-Oct-04 22:12
Jörgen Sigvardsson19-Oct-04 22:12 
GeneralRe: WTL release build with ATL_MIN_CRT Pin
UncleRedz20-Oct-04 4:29
UncleRedz20-Oct-04 4:29 
GeneralRe: WTL release build with ATL_MIN_CRT Pin
ThatsAlok21-Oct-04 2:30
ThatsAlok21-Oct-04 2:30 
GeneralHelp creating VB6 com objects from atl service Pin
nalenb18-Oct-04 7:31
nalenb18-Oct-04 7:31 
GeneralRe: Help creating VB6 com objects from atl service Pin
nalenb18-Oct-04 17:24
nalenb18-Oct-04 17:24 
Generaldatabase Pin
Anonymous18-Oct-04 1:11
Anonymous18-Oct-04 1:11 

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.