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

C / C++ / MFC

 
Generalcreating help files Pin
jack lowe16-Nov-02 3:11
sussjack lowe16-Nov-02 3:11 
GeneralRe: creating help files Pin
Paul M Watt16-Nov-02 7:49
mentorPaul M Watt16-Nov-02 7:49 
Questionhow to work with sln and vcproj files Pin
Anonymous16-Nov-02 3:03
Anonymous16-Nov-02 3:03 
AnswerRe: how to work with sln and vcproj files Pin
lbc16-Nov-02 4:08
lbc16-Nov-02 4:08 
AnswerRe: how to work with sln and vcproj files Pin
Chris Richardson16-Nov-02 11:35
Chris Richardson16-Nov-02 11:35 
GeneralRe: how to work with sln and vcproj files Pin
Stephane Rodriguez.16-Nov-02 20:00
Stephane Rodriguez.16-Nov-02 20:00 
GeneralRe: how to work with sln and vcproj files Pin
Chris Richardson18-Nov-02 7:00
Chris Richardson18-Nov-02 7:00 
Generalportability 2 Pin
Ian Dermott16-Nov-02 2:58
sussIan Dermott16-Nov-02 2:58 
hi,
i am developing a sw on win2000 using vcpp6.for it to be ,
portable across win 95/98/me and nt(not so keen) what should i do?
i mean,generally,if i compile it on 95 ,it wont run on 2000 at all.so should i build it on 2000?

specifically,the CEdit::GetLine() doesnot seem to put the null char at the end of the array in 95/98.this results in something like this which makes it impossible to parse the line.

if the lines are
comments
[tag]
123
234
345
[tag]

the array is read as follows
comments
[tag]ents
123g]ents
.
.
.

why?how to solve this?
any help is appeciated.

Ian

GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:03
ian mariano16-Nov-02 9:03 
GeneralRe: portability 2 Pin
ian mariano16-Nov-02 9:10
ian mariano16-Nov-02 9:10 
GeneralIIS: a theoretical question - processes and threads Pin
devvvy16-Nov-02 2:48
devvvy16-Nov-02 2:48 
GeneralRe: IIS: a theoretical question - processes and threads Pin
ian mariano16-Nov-02 8:42
ian mariano16-Nov-02 8:42 
Generalchanging frame window looks Pin
B4u16-Nov-02 0:52
B4u16-Nov-02 0:52 
GeneralRe: changing frame window looks Pin
dabs16-Nov-02 2:42
dabs16-Nov-02 2:42 
Generalswap values of two variable Pin
Anonymous16-Nov-02 0:24
Anonymous16-Nov-02 0:24 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 0:29
moliate16-Nov-02 0:29 
GeneralRe: swap values of two variable Pin
NormDroid16-Nov-02 7:09
professionalNormDroid16-Nov-02 7:09 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:41
moliate16-Nov-02 8:41 
GeneralRe: swap values of two variable Pin
KevinHall16-Nov-02 8:00
KevinHall16-Nov-02 8:00 
GeneralRe: swap values of two variable Pin
moliate16-Nov-02 8:34
moliate16-Nov-02 8:34 
GeneralWindow being minimized Pin
S O S16-Nov-02 0:07
S O S16-Nov-02 0:07 
GeneralRe: Window being minimized Pin
Redeemer-dk16-Nov-02 0:18
Redeemer-dk16-Nov-02 0:18 
GeneralRe: Window being minimized Pin
Gary R. Wheeler16-Nov-02 2:41
Gary R. Wheeler16-Nov-02 2:41 
QuestionIs it possible to enumrate all the system's DirectShow filters? Pin
Redeemer-dk15-Nov-02 23:56
Redeemer-dk15-Nov-02 23:56 
AnswerRe: Is it possible to enumrate all the system's DirectShow filters? Pin
Joaquín M López Muñoz16-Nov-02 1:41
Joaquín M López Muñoz16-Nov-02 1:41 

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.