Missing atlapp.h and empty ATLHelpers directory 2020-08-22 10:25:37 Hello,I installed VS 2019 and downloaded the last SDK 2020-07-28.I tried to build the foo_sample but I am getting 80 errors (mostly undeclared IDs likes buttons).Among all, I think the most relevant missing is the file atlapp.h.I also noticed that the ATLHelpers directory of the SDK package is empty.Regards, Andrea
Re: Missing atlapp.h and empty ATLHelpers directory Reply #1 – 2020-08-22 11:52:00 Haven't we been here before?https://hydrogenaud.io/index.php?topic=42886.msg981639#msg981639If you really want to "do it yourself", download WTLhttps://sourceforge.net/projects/wtl/Extract the files somewhere and then make sure SDK helpers, libPPUI and foo_sample are all configured to include the wtl\include folder. See here for a screenshot...https://hydrogenaud.io/index.php/topic,111311.0.html
Re: Missing atlapp.h and empty ATLHelpers directory Reply #2 – 2020-08-22 16:37:48 Hello @snotlicker , becasue my VS 2019 was not supportin XP anymore, I got rid at that time.Now, with the new SDK I am trying to put it working again.I installed the components as suggested (MSVC 142 + ATL). Understood now to install also WTL and configure the include.I will do.Many thanks and kind regards, Andrea
Re: Missing atlapp.h and empty ATLHelpers directory Reply #3 – 2020-08-22 17:21:54 Hello @snotlicker , thanks for your help. I can now build almost all the projects of the "foo_sample" solution.Unfortunately I cannot yet build the project "foobar2000_SDK" ... (:-<).I will investigate more tomorrow.PS: Now I am using the last SDK released by Peter, the version 2020-07-28.Regards, Andrea
Re: Missing atlapp.h and empty ATLHelpers directory Reply #4 – 2020-08-23 10:03:37 Quote from: AndreaT on 2020-08-22 16:37:48I will do.Quote from: AndreaT on 2020-08-22 17:21:54I will investigate more tomorrow.What I cannot understand is why people post useless comments like this. It's not a chat, after all.
Re: Missing atlapp.h and empty ATLHelpers directory Reply #5 – 2020-08-23 21:15:37 Hello @lvqcl, I do so because I am 55 and I am Italian and I have been well educated.I also have been educated to start any conversation with Hello and to close with Regards.But I am sorry if I am consuming so much useless "bytes" of your Peta-Byte large storage.Kindly let me know how-much is for these extra bytes and I will immediately pay you for.Best regards, Andrea Tarasconi
Re: Missing atlapp.h and empty ATLHelpers directory Reply #6 – 2020-08-23 21:59:00 @AndreaT, can't help you much, since you did not provide a error message, but there is a bug in the latest fb2k SDK: https://hydrogenaud.io/index.php?topic=117822.msg985935#msg985935 , which might be the same one that you are having. The previous version of SDK works fine. Last Edit: 2020-08-24 14:41:34 by TheQwertiest
Re: Missing atlapp.h and empty ATLHelpers directory Reply #7 – 2020-08-23 22:42:08 Hello @TheQwertiest , thanks for your help. I will check if it is the same problem.I didn't reported the error because I am having 78 errors while trying to build the project "foobar2000_SDK" (I don't think the case to post here the list of these error... or not?).And I was supposing to be a problem of bad configuration of my VS 2019. I reinstalled it from the scratch, but nothing changed. Still having the same problem.Kind regards, Andrea
Re: Missing atlapp.h and empty ATLHelpers directory Reply #8 – 2020-08-24 14:19:38 Hello @TheQwertiest , you gave me the right tip!All the errors were related to the popup_message_v3 module, so I simply targeted the project to FOOBAR2000_TARGET_VERSION 80 and the new build went well.Many thanks again and warm regards, Andrea