Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Missing atlapp.h and empty ATLHelpers directory (Read 1860 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Missing atlapp.h and empty ATLHelpers directory

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
Haven't we been here before?

https://hydrogenaud.io/index.php?topic=42886.msg981639#msg981639

If you really want to "do it yourself", download WTL

https://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
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
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 #5
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
@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.

Re: Missing atlapp.h and empty ATLHelpers directory

Reply #7
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
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