Click here to Skip to main content
15,896,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 20:53
nbugalia23-Sep-07 20:53 
GeneralRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:02
Hamid_RT23-Sep-07 21:02 
GeneralRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 21:21
nbugalia23-Sep-07 21:21 
GeneralRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:50
Hamid_RT23-Sep-07 21:50 
GeneralRe: what is mean by unistallerff Pin
nbugalia23-Sep-07 23:05
nbugalia23-Sep-07 23:05 
QuestionRe: what is mean by unistallerff Pin
Hamid_RT23-Sep-07 21:02
Hamid_RT23-Sep-07 21:02 
Questionhow to change the font of property page Pin
rajneshmalik23-Sep-07 19:49
rajneshmalik23-Sep-07 19:49 
AnswerRe: how to change the font of property page Pin
Nelek23-Sep-07 20:10
protectorNelek23-Sep-07 20:10 
Questionconvert string to CString Pin
mrby12323-Sep-07 19:36
mrby12323-Sep-07 19:36 
AnswerRe: convert string to CString Pin
zakkas248323-Sep-07 19:59
zakkas248323-Sep-07 19:59 
AnswerRe: convert string to CString Pin
nbugalia23-Sep-07 20:08
nbugalia23-Sep-07 20:08 
GeneralRe: convert string to CString Pin
mrby12324-Sep-07 5:52
mrby12324-Sep-07 5:52 
Questionhow to register com dll problem Pin
trioum23-Sep-07 19:12
trioum23-Sep-07 19:12 
AnswerRe: how to register com dll problem Pin
nbugalia23-Sep-07 19:20
nbugalia23-Sep-07 19:20 
GeneralRe: how to register com dll problem Pin
David Crow24-Sep-07 3:24
David Crow24-Sep-07 3:24 
AnswerRe: how to register com dll problem Pin
Stephen Hewitt23-Sep-07 19:29
Stephen Hewitt23-Sep-07 19:29 
Questionsplit the media files by specified size Pin
zakkas248323-Sep-07 18:45
zakkas248323-Sep-07 18:45 
AnswerRe: split the media files by specified size Pin
David Crow24-Sep-07 2:53
David Crow24-Sep-07 2:53 
zakkas2483 wrote:
now i have to split media file by specified size.but i don't found any interfaces for the same. can anyone tell me any interface that help me to do same.


This should be easier than what you've already done as it does not require any knowledge of the file's format.

1) Open the file you want to split
2) Read a certain number of bytes
3) Create new file
4) Write those bytes to new file
5) Close new file
6) Repeat at step 2 until no more bytes to read

Make sense?


"A good athlete is the result of a good and worthy opponent." - David Crow

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionRe: split the media files by specified size Pin
Hamid_RT24-Sep-07 3:48
Hamid_RT24-Sep-07 3:48 
AnswerRe: split the media files by specified size Pin
David Crow24-Sep-07 4:07
David Crow24-Sep-07 4:07 
GeneralRe: split the media files by specified size Pin
zakkas248324-Sep-07 18:53
zakkas248324-Sep-07 18:53 
GeneralRe: split the media files by specified size Pin
David Crow25-Sep-07 2:42
David Crow25-Sep-07 2:42 
GeneralRe: split the media files by specified size Pin
zakkas248325-Sep-07 19:19
zakkas248325-Sep-07 19:19 
GeneralRe: split the media files by specified size Pin
David Crow26-Sep-07 2:27
David Crow26-Sep-07 2:27 
Questionport number Pin
p_23-Sep-07 18:37
p_23-Sep-07 18:37 

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.