Click here to Skip to main content
15,896,118 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: C++ Class using STL - File IO Pin
Nitron26-Aug-04 5:54
Nitron26-Aug-04 5:54 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft26-Aug-04 6:10
AssemblySoft26-Aug-04 6:10 
GeneralRe: C++ Class using STL - File IO Pin
Todd Smith7-Sep-04 12:18
Todd Smith7-Sep-04 12:18 
GeneralRe: C++ Class using STL - File IO Pin
AssemblySoft7-Sep-04 23:28
AssemblySoft7-Sep-04 23:28 
Generalcreate client side cookie from .exe (atl code) Pin
sas222225-Aug-04 10:35
sas222225-Aug-04 10:35 
GeneralRe: create client side cookie from .exe (atl code) Pin
Michael Dunn25-Aug-04 10:55
sitebuilderMichael Dunn25-Aug-04 10:55 
GeneralRe: create client side cookie from .exe (atl code) Pin
sas222225-Aug-04 11:00
sas222225-Aug-04 11:00 
GeneralDesign question (working with ATL OLE DB classes) Pin
CherezZaboro25-Aug-04 7:36
CherezZaboro25-Aug-04 7:36 
Reposted also in VC++ forum, cause I'm not sure which forum this question is for. So:
I have a lot of different C++ objects with members. String ints etc.
Objects get populated from database. Used to do it using MFC ODBC classes. Then I decided to go OLE DB. Wow! So. Now instead of CRecordset we use CAccessor<>, right? To map members to fields now I have to use TCHAR or CComBSTR for strings, right?
But I'd like to keep my objects as CString or std::string. I don't want to change all my code to operate with CComBSTR and I don't want make parallel just members to transfer data from database to my members. What do I do then? Is there a way to make COLUMN_ENTRY to accept CString or std::string? Or somehow make an automatic transfer from one global CComBSTR (that would be used to retrieve the data) to those members?
Confusing? Smile | :)
GeneralNeed help... Can the Dialog based MFC application be converted into an ATL application Pin
zubairyounas24-Aug-04 23:11
zubairyounas24-Aug-04 23:11 
GeneralHeads up: WTL 7.1 CImageList Pin
Jörgen Sigvardsson23-Aug-04 9:15
Jörgen Sigvardsson23-Aug-04 9:15 
GeneralRe: Heads up: WTL 7.1 CImageList Pin
Stuart Dootson23-Aug-04 14:18
professionalStuart Dootson23-Aug-04 14:18 
GeneralDB2 vendor API problem Pin
skoshal22-Aug-04 12:33
skoshal22-Aug-04 12:33 
GeneralDesign STL-like containers Pin
mistus21-Aug-04 4:25
mistus21-Aug-04 4:25 
GeneralRe: Design STL-like containers Pin
Jörgen Sigvardsson22-Aug-04 11:43
Jörgen Sigvardsson22-Aug-04 11:43 
GeneralReading from Outlook Express Address Book Pin
sirisha_kumari19-Aug-04 23:11
sirisha_kumari19-Aug-04 23:11 
QuestionHow to get original HTML from IE Pin
vladamircevski19-Aug-04 8:29
vladamircevski19-Aug-04 8:29 
AnswerRe: How to get original HTML from IE Pin
Bill Rider3-Sep-04 6:15
Bill Rider3-Sep-04 6:15 
GeneralRe: How to get original HTML from IE Pin
Anonymous5-Sep-04 7:42
Anonymous5-Sep-04 7:42 
GeneralIHTMLElement Pin
vikramlinux18-Aug-04 22:58
vikramlinux18-Aug-04 22:58 
GeneralMaster ATL COM Pin
Anonymous18-Aug-04 21:09
Anonymous18-Aug-04 21:09 
GeneralRe: Master ATL COM Pin
Jörgen Sigvardsson22-Aug-04 11:46
Jörgen Sigvardsson22-Aug-04 11:46 
GeneralLearning about MDI in WTL7 Pin
janman12-Aug-04 11:15
janman12-Aug-04 11:15 
Generalopening multiple files in WTL Pin
MaStraub12-Aug-04 8:01
MaStraub12-Aug-04 8:01 
Generalin&gt;&gt;hex&gt;&gt;a + istringstream = Trouble! Pin
Paracelsus__12-Aug-04 3:08
Paracelsus__12-Aug-04 3:08 
GeneralRe: in&gt;&gt;hex&gt;&gt;a + istringstream = Trouble! Pin
darkbyte25-Aug-04 10:27
darkbyte25-Aug-04 10:27 

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.