Click here to Skip to main content
15,901,505 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMissing packets Pin
dushkin7-Aug-11 8:55
dushkin7-Aug-11 8:55 
AnswerRe: Missing packets Pin
Ahmed Charfeddine8-Aug-11 0:13
Ahmed Charfeddine8-Aug-11 0:13 
GeneralRe: Missing packets Pin
Albert Holguin8-Aug-11 9:24
professionalAlbert Holguin8-Aug-11 9:24 
GeneralRe: Missing packets Pin
Tony Hill8-Aug-11 9:43
professionalTony Hill8-Aug-11 9:43 
GeneralRe: Missing packets Pin
Albert Holguin8-Aug-11 10:21
professionalAlbert Holguin8-Aug-11 10:21 
GeneralRe: Missing packets Pin
Tony Hill8-Aug-11 10:44
professionalTony Hill8-Aug-11 10:44 
GeneralRe: Missing packets Pin
Albert Holguin9-Aug-11 4:11
professionalAlbert Holguin9-Aug-11 4:11 
AnswerRe: Missing packets Pin
Chuck O'Toole8-Aug-11 10:32
Chuck O'Toole8-Aug-11 10:32 
Questionhow use API HOOKing interception URLs and modify URLs Pin
67847467-Aug-11 5:14
67847467-Aug-11 5:14 
AnswerRe: how use API HOOKing interception URLs and modify URLs Pin
Richard MacCutchan7-Aug-11 21:36
mveRichard MacCutchan7-Aug-11 21:36 
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 

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.