Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHelp me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
r.gokuldass7-Jun-07 22:07
r.gokuldass7-Jun-07 22:07 
AnswerRe: Help me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
KarstenK7-Jun-07 22:40
mveKarstenK7-Jun-07 22:40 
GeneralRe: Help me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
r.gokuldass8-Jun-07 3:00
r.gokuldass8-Jun-07 3:00 
AnswerRe: Help me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
Hamid_RT7-Jun-07 22:48
Hamid_RT7-Jun-07 22:48 
GeneralRe: Help me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
r.gokuldass8-Jun-07 3:01
r.gokuldass8-Jun-07 3:01 
GeneralRe: Help me, I want to convert multiple jpeg file to single swf file in my VC++/MFC project Pin
Hamid_RT8-Jun-07 3:52
Hamid_RT8-Jun-07 3:52 
QuestionDont send error after application closes Pin
neha.agarwal277-Jun-07 22:03
neha.agarwal277-Jun-07 22:03 
AnswerRe: Dont send error after application closes Pin
Nibu babu thomas7-Jun-07 22:17
Nibu babu thomas7-Jun-07 22:17 
neha.agarwal27 wrote:
I have made a SDI application it consist of various threads running together, now my problem is when i close the frame it gives a Don't send error. I close frame using this


How are you creating this frame. Make sure that you always "new" CFrameWnd objects.

Don't create CFrameWnd objects on stack since PostNcDestroy(unless you override) tries to delete the "new"ed object.

Anyway I am just trying to guess the reason. This could be one of them.


Nibu thomas
A Developer

Code must be written to be read, not by the compiler, but by another human being.

http:\\nibuthomas.wordpress.com

AnswerRe: Dont send error after application closes Pin
SandipG 7-Jun-07 22:51
SandipG 7-Jun-07 22:51 
AnswerRe: Dont send error after application closes Pin
GameProfessor8-Jun-07 0:12
GameProfessor8-Jun-07 0:12 
QuestionHow to create static libraries that link to each other Pin
GameProfessor7-Jun-07 21:53
GameProfessor7-Jun-07 21:53 
QuestionDisabling Copy/Paste in CEdit control Pin
flippydeflippydebop7-Jun-07 21:52
flippydeflippydebop7-Jun-07 21:52 
AnswerRe: Disabling Copy/Paste in CEdit control Pin
Hamid_RT7-Jun-07 22:04
Hamid_RT7-Jun-07 22:04 
GeneralRe: Disabling Copy/Paste in CEdit control Pin
flippydeflippydebop7-Jun-07 23:53
flippydeflippydebop7-Jun-07 23:53 
GeneralRe: Disabling Copy/Paste in CEdit control Pin
Hamid_RT8-Jun-07 3:59
Hamid_RT8-Jun-07 3:59 
QuestionRetreiving Text Pin
arun kumar kk7-Jun-07 21:12
arun kumar kk7-Jun-07 21:12 
AnswerRe: Retreiving Text Pin
Hamid_RT7-Jun-07 21:33
Hamid_RT7-Jun-07 21:33 
Questionlogin name Pin
Jhony george7-Jun-07 21:10
Jhony george7-Jun-07 21:10 
AnswerRe: login name Pin
arun kumar kk7-Jun-07 21:14
arun kumar kk7-Jun-07 21:14 
GeneralRe: login name Pin
Jhony george7-Jun-07 21:35
Jhony george7-Jun-07 21:35 
GeneralRe: login name Pin
arun kumar kk7-Jun-07 23:18
arun kumar kk7-Jun-07 23:18 
GeneralRe: login name Pin
Jhony george7-Jun-07 23:50
Jhony george7-Jun-07 23:50 
Questionreference for character input control Pin
sonavi7-Jun-07 20:05
sonavi7-Jun-07 20:05 
QuestionRe: reference for character input control Pin
Rajkumar R7-Jun-07 21:34
Rajkumar R7-Jun-07 21:34 
AnswerRe: reference for character input control Pin
sonavi7-Jun-07 22:53
sonavi7-Jun-07 22:53 

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.