Click here to Skip to main content
15,886,723 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how use API HOOKing interception URLs and modify URLs Pin
Code-o-mat7-Aug-11 21:58
Code-o-mat7-Aug-11 21:58 
QuestionNeed source code of changing animated gif frames to Bitmap file Pin
includeh106-Aug-11 15:15
includeh106-Aug-11 15:15 
AnswerRe: Need source code of changing animated gif frames to Bitmap file Pin
Code-o-mat7-Aug-11 2:00
Code-o-mat7-Aug-11 2:00 
QuestionUnsigned Integer Arrays? Pin
Software20076-Aug-11 5:33
Software20076-Aug-11 5:33 
AnswerRe: Unsigned Integer Arrays? PinPopular
Chris Losinger6-Aug-11 5:55
professionalChris Losinger6-Aug-11 5:55 
GeneralRe: Unsigned Integer Arrays? Pin
Software20076-Aug-11 6:05
Software20076-Aug-11 6:05 
GeneralRe: Unsigned Integer Arrays? Pin
Rick York7-Aug-11 7:37
mveRick York7-Aug-11 7:37 
QuestionResource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 7:00
Andraw Tang5-Aug-11 7:00 
Hi, dear all,

I have a C++ project created in VS2003, now I need to create another project based on it, but need VS2008.

I open this project from VS2008, and the system did some conversion for it.

After did some small change about it, the project can be built in VS2008, but when I run it, get exception.

For example, my application class named as XXXXXApp (file name is XXXXXApp.cpp), the resurece file name as XXXXXAPP.resx.

System::Resources::ResourceManager * resources = new System::Resources::ResourceManager(__typeof(SHXStiffLibNet::SHXStiffLibApp));

this->AppImageList->ImageStream = (__try_cast<system::windows::forms::imageliststreamer *="">(resources->GetObject(S"AppImageList.ImageStream")));

the GetObject() call causes the error.

I open the .resx file and I can see the "AppImageList.ImageStream" node is there, but why cause exception?

Thanks!
AnswerRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 7:29
professionalAlbert Holguin5-Aug-11 7:29 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 7:45
Andraw Tang5-Aug-11 7:45 
SuggestionRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 8:36
professionalAlbert Holguin5-Aug-11 8:36 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin5-Aug-11 8:37
professionalAlbert Holguin5-Aug-11 8:37 
AnswerRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Andraw Tang5-Aug-11 11:08
Andraw Tang5-Aug-11 11:08 
GeneralRe: Resource Issue after Convert C++ program from VS 2003 to VS2008 Pin
Albert Holguin6-Aug-11 13:36
professionalAlbert Holguin6-Aug-11 13:36 
QuestionWhat's the workspace coordinates in WINDOWS ? Pin
Cold_Fearing_Bird5-Aug-11 4:09
Cold_Fearing_Bird5-Aug-11 4:09 
AnswerRe: What's the workspace coordinates in WINDOWS ? Pin
Charles Oppermann5-Aug-11 4:24
Charles Oppermann5-Aug-11 4:24 
GeneralRe: What's the workspace coordinates in WINDOWS ? Pin
Cold_Fearing_Bird5-Aug-11 4:37
Cold_Fearing_Bird5-Aug-11 4:37 
GeneralRe: What's the workspace coordinates in WINDOWS ? Pin
Charles Oppermann5-Aug-11 6:23
Charles Oppermann5-Aug-11 6:23 
QuestionFlickering problem in list control Pin
MKC0025-Aug-11 0:46
MKC0025-Aug-11 0:46 
AnswerRe: Flickering problem in list control Pin
Chris Meech5-Aug-11 2:15
Chris Meech5-Aug-11 2:15 
AnswerRe: Flickering problem in list control Pin
Richard MacCutchan5-Aug-11 3:38
mveRichard MacCutchan5-Aug-11 3:38 
AnswerRe: Flickering problem in list control Pin
Rolf Kristensen9-Aug-11 10:34
Rolf Kristensen9-Aug-11 10:34 
QuestionWDM kernel driver: ZwClose in timed procedure causes bluescreen Pin
J. Ruffing4-Aug-11 22:49
J. Ruffing4-Aug-11 22:49 
AnswerRe: WDM kernel driver: ZwClose in timed procedure causes bluescreen Pin
Ahmed Charfeddine8-Aug-11 0:24
Ahmed Charfeddine8-Aug-11 0:24 
QuestionWhat's the real difference between POPUP window and OVERLAPPED window Pin
Cold_Fearing_Bird3-Aug-11 23:50
Cold_Fearing_Bird3-Aug-11 23:50 

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.