Click here to Skip to main content
15,887,267 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Any free zip/unzip library... Pin
Stephane Rodriguez.25-Nov-02 3:04
Stephane Rodriguez.25-Nov-02 3:04 
GeneralSMTP server Pin
viliam25-Nov-02 0:17
viliam25-Nov-02 0:17 
GeneralRe: SMTP server Pin
Vasudevan Deepak Kumar25-Nov-02 0:53
Vasudevan Deepak Kumar25-Nov-02 0:53 
GeneralRe: SMTP server Pin
viliam25-Nov-02 1:01
viliam25-Nov-02 1:01 
GeneralRe: SMTP server Pin
Daniel Turini25-Nov-02 1:16
Daniel Turini25-Nov-02 1:16 
GeneralRe: SMTP server Pin
Vasudevan Deepak Kumar25-Nov-02 1:24
Vasudevan Deepak Kumar25-Nov-02 1:24 
GeneralADO conn.Open and L macro Pin
devvvy25-Nov-02 0:00
devvvy25-Nov-02 0:00 
GeneralRe: ADO conn.Open and L macro Pin
Christian Graus25-Nov-02 1:28
protectorChristian Graus25-Nov-02 1:28 
L requires a constant, i.e. a string in quotes. Instead if you have a char *, you should change this member to a _bstr_t. This wrapper will allow it's internal value to be set by either a narrow or wide string, it keeps two internally, and only builds the one it does not have when the operator asks for it. So you can pass it as a BSTR, or as a char *, and being a wrapper, it even cleans up after itself.


Christian

No offense, but I don't really want to encourage the creation of another VB developer. - Larry Antram 22 Oct 2002

Hey, at least Logo had, at it's inception, a mechanical turtle. VB has always lacked even that... - Shog9 04-09-2002

Again, you can screw up a C/C++ program just as easily as a VB program. OK, maybe not as easily, but it's certainly doable. - Jamie Nordmeyer - 15-Nov-2002
Generalactivex property initialisation Pin
Debs24-Nov-02 23:58
Debs24-Nov-02 23:58 
GeneralRe: activex property initialisation Pin
Heath Stewart25-Nov-02 2:38
protectorHeath Stewart25-Nov-02 2:38 
QuestionOne resource in more than one project? Pin
Anonymous24-Nov-02 22:38
Anonymous24-Nov-02 22:38 
AnswerRe: One resource in more than one project? Pin
Stephane Rodriguez.25-Nov-02 0:05
Stephane Rodriguez.25-Nov-02 0:05 
AnswerRe: One resource in more than one project? Pin
dima_t25-Nov-02 0:39
dima_t25-Nov-02 0:39 
AnswerRe: One resource in more than one project? Pin
KarstenK25-Nov-02 3:06
mveKarstenK25-Nov-02 3:06 
QuestionHow to write a Code Generator similar to Visual Studio Pin
aninddroy24-Nov-02 22:34
aninddroy24-Nov-02 22:34 
AnswerRe: How to write a Code Generator similar to Visual Studio Pin
Simon.W25-Nov-02 1:31
Simon.W25-Nov-02 1:31 
GeneralClosing already running instance Pin
suresh_sathya24-Nov-02 22:32
suresh_sathya24-Nov-02 22:32 
GeneralRe: Closing already running instance Pin
Roman Fadeyev24-Nov-02 23:33
Roman Fadeyev24-Nov-02 23:33 
GeneralRe: Closing already running instance Pin
suresh_sathya25-Nov-02 0:50
suresh_sathya25-Nov-02 0:50 
QuestionHow to use a DirectShow sample filter ? Pin
manio24-Nov-02 21:00
manio24-Nov-02 21:00 
AnswerRe: How to use a DirectShow sample filter ? Pin
Stephane Rodriguez.25-Nov-02 0:07
Stephane Rodriguez.25-Nov-02 0:07 
GeneralRe: How to use a DirectShow sample filter ? Pin
manio25-Nov-02 15:23
manio25-Nov-02 15:23 
GeneralRe: How to use a DirectShow sample filter ? Pin
Stephane Rodriguez.26-Nov-02 6:50
Stephane Rodriguez.26-Nov-02 6:50 
GeneralPorting from a NT to a '98 Pin
BlackRider24-Nov-02 20:43
BlackRider24-Nov-02 20:43 
GeneralRe: Porting from a NT to a '98 Pin
KarstenK24-Nov-02 21:12
mveKarstenK24-Nov-02 21:12 

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.