|
View:
New views
9 Messages
—
Rating Filter:
Alert me
|
|
|
[VS08/Express] Cannot compile due to lack of afxres.hHi all, It seems that 5.6.0 of Crypto++ doesn't include afxres.h, and I'm too new to the C++ scene to know what to put there. My OS is Vista Home Premium SP2 64-bit, if that makes a difference. Can someone tell me do to compile the library? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: [VS08/Express] Cannot compile due to lack of afxres.hhttp://www.cryptopp.com/wiki/External_Samples On 8/18/09, rk <thewickedflea@...> wrote: > > Hi all, > > It seems that 5.6.0 of Crypto++ doesn't include afxres.h, and I'm too > new to the C++ scene to know what to put there. My OS is Vista Home > Premium SP2 64-bit, if that makes a difference. > > Can someone tell me do to compile the library? > > Thanks. > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hYou'd think that a project that came with projects for VS++ would include the header necessary for localization. I found better information in my log and googled it, thanks for the link anyway. (You really ought to cover RC1015 in your article, if the issue is almost a year old, you know. See: "http://www.mail-archive.com/cryptopp- users@.../msg04491.html") On Aug 18, 9:30 am, Jeffrey Walton <noloa...@...> wrote: > http://www.cryptopp.com/wiki/External_Samples > > On 8/18/09, rk <thewickedf...@...> wrote: > > > > > Hi all, > > > It seems that 5.6.0 of Crypto++ doesn't include afxres.h, and I'm too > > new to the C++ scene to know what to put there. My OS is Vista Home > > Premium SP2 64-bit, if that makes a difference. > > > Can someone tell me do to compile the library? > > > Thanks. You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hHi rk, > You really ought to cover RC1015 in your article, if the > issue is almost a year old, you know. Unfortunately, I've never encountered the error from VC++ 5.0 days througn now (including Visual Studio 9.0) . Are you also using Express Edition? Jeff On 8/18/09, rk <thewickedflea@...> wrote: > > You'd think that a project that came with projects for VS++ would > include the header necessary for localization. I found better > information in my log and googled it, thanks for the link anyway. (You > really ought to cover RC1015 in your article, if the issue is almost a > year old, you know. See: "http://www.mail-archive.com/cryptopp- > users@.../msg04491.html") > > On Aug 18, 9:30 am, Jeffrey Walton <noloa...@...> wrote: > > http://www.cryptopp.com/wiki/External_Samples > > > > On 8/18/09, rk <thewickedf...@...> wrote: > > > > > Hi all, > > > > > It seems that 5.6.0 of Crypto++ doesn't include afxres.h, and I'm too > > > new to the C++ scene to know what to put there. My OS is Vista Home > > > Premium SP2 64-bit, if that makes a difference. > > > > > Can someone tell me do to compile the library? > > > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hYes I am. I'm learning this on my own time, and personal resources are limited. I thought I had mentioned that, but I guess it got chopped out of the title of the message. Are square brackets used for a topic, or are they removed by the newsgroup? Is afxres.h a file that is omitted from the Express edition? I apologize if my last message came across gruffly, I did try to moderate my attitude rather than let it through. rk On Aug 18, 10:12 am, Jeffrey Walton <noloa...@...> wrote: > Hi rk, > > > You really ought to cover RC1015 in your article, if the > > issue is almost a year old, you know. > > Unfortunately, I've never encountered the error from VC++ 5.0 days > througn now (including Visual Studio 9.0) . > > Are you also using Express Edition? > > Jeff > > On 8/18/09, rk <thewickedf...@...> wrote: > > > > > You'd think that a project that came with projects for VS++ would > > include the header necessary for localization. I found better > > information in my log and googled it, thanks for the link anyway. (You > > really ought to cover RC1015 in your article, if the issue is almost a > > year old, you know. See: "http://www.mail-archive.com/cryptopp- > > users@.../msg04491.html") > > > On Aug 18, 9:30 am, Jeffrey Walton <noloa...@...> wrote: > > >http://www.cryptopp.com/wiki/External_Samples > > > > On 8/18/09, rk <thewickedf...@...> wrote: > > > > > Hi all, > > > > > It seems that 5.6.0 of Crypto++ doesn't include afxres.h, and I'm too > > > > new to the C++ scene to know what to put there. My OS is Vista Home > > > > Premium SP2 64-bit, if that makes a difference. > > > > > Can someone tell me do to compile the library? > > > > > Thanks. You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hI think you can replace afxres.h with winres.h (I had to do it for some other VS project I had to compile on VS express). On Aug 18, 9:05 am, rk <thewickedf...@...> wrote: > Yes I am. I'm learning this on my own time, and personal resources are > limited. I thought I had mentioned that, but I guess it got chopped > out of the title of the message. Are square brackets used for a topic, > or are they removed by the newsgroup? > > Is afxres.h a file that is omitted from the Express edition? > > I apologize if my last message came across gruffly, I did try to > moderate my attitude rather than let it through. > > rk > > On Aug 18, 10:12 am, Jeffrey Walton <noloa...@...> wrote: --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hHi rk, > but I guess it got chopped > out of the title of the message. It is there - I missed the detail while reading the body of the reply. > Is afxres.h a file that is omitted from the Express edition? Unfortunately I don't know. > I apologize if my last message came across gruffly, NP. If I were insulted, I would not have answered. >>>> It seems that 5.6.0 of Crypto++ doesn't include afxres.h Are you building the library, or are you buillding an MFC project? Or is this issue encountered when building the library using Express Edition? Eugene Zolenko appears to have the best advice since he has worked through the problems. Jeff On 8/18/09, rk <thewickedflea@...> wrote: > > Yes I am. I'm learning this on my own time, and personal resources are > limited. I thought I had mentioned that, but I guess it got chopped > out of the title of the message. Are square brackets used for a topic, > or are they removed by the newsgroup? > > Is afxres.h a file that is omitted from the Express edition? > > I apologize if my last message came across gruffly, I did try to > moderate my attitude rather than let it through. > > rk > > On Aug 18, 10:12 am, Jeffrey Walton <noloa...@...> wrote: > > Hi rk, > > > > > You really ought to cover RC1015 in your article, if the > > > issue is almost a year old, you know. > > > > Unfortunately, I've never encountered the error from VC++ 5.0 days > > througn now (including Visual Studio 9.0) . > > > > Are you also using Express Edition? > > > > Jeff > > > > [SNIP] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hOn Aug 18, 2:13 pm, Jeffrey Walton <noloa...@...> wrote: > >>>> It seems that 5.6.0 of Crypto++ doesn't include afxres.h > > Are you building the library, or are you buillding an MFC project? Or > is this issue encountered when building the library using Express > Edition? I encountered this while building the library with Express, "cryptest" also compiled because I did a "build solution" by accident. > Eugene Zolenko appears to have the best advice since he has worked > through the problems. Yup, I excluded the resource file and the trouble went away. Thanks for the help. rk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
|
|
Re: Cannot compile due to lack of afxres.hThanks, I'll fix that in the next release. -------------------------------------------------- From: "Eugene Zolenko" <zolenkoe@...> Sent: Tuesday, August 18, 2009 10:30 AM To: "Crypto++ Users" <cryptopp-users@...> Subject: Re: Cannot compile due to lack of afxres.h > > I think you can replace afxres.h with winres.h (I had to do it for > some other VS project I had to compile on VS express). > > On Aug 18, 9:05 am, rk <thewickedf...@...> wrote: >> Yes I am. I'm learning this on my own time, and personal resources are >> limited. I thought I had mentioned that, but I guess it got chopped >> out of the title of the message. Are square brackets used for a topic, >> or are they removed by the newsgroup? >> >> Is afxres.h a file that is omitted from the Express edition? >> >> I apologize if my last message came across gruffly, I did try to >> moderate my attitude rather than let it through. >> >> rk >> >> On Aug 18, 10:12 am, Jeffrey Walton <noloa...@...> wrote: > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the "Crypto++ Users" Google Group. To unsubscribe, send an email to cryptopp-users-unsubscribe@.... More information about Crypto++ and this group is available at http://www.cryptopp.com. -~----------~----~----~----~------~----~------~--~--- |
| Free embeddable forum powered by Nabble | Forum Help |