Re: Building latest snapshop
[email protected] Fri, 29 Aug 2025 08:54:33 -0500
| Newsgroups | gmane.comp.lib.fox-toolkit.user |
|---|---|
| Message-ID | <[email protected]> |
On 2025-08-29 08:11, Cesar wrote: > Hello, > > I'm having trouble building fox-toolkit and the samples. I was > successful in building with msys2 mingw64 but whenever i run the > samples it opens an extra command prompt, even with -mwindows ldflag. > However with the -mwindows ldflag i can close the command prompy > without the app closing (calculator for example) so i decided to try > and build with visual studio instead to see if it does that. But it > fails to compile because in foxlib the icons.cpp and icons.h keeps > getting overwritten with an incomplete version. I removed it from the > "Extensions to Delete on Clean" but it still happens. Please help. > > Thank you, VStudio2015 works for me; pulling into later versions of VStudio should work w/o problems, as far as my experience goes. There's a custom build step to generate icons.h and icons.cpp via reswrap. Dependencies are set to ensure reswrap is compiled first thing, but you might want to make sure that this actually happens. I have noticed on occasion that custom build step fails; it seems to be that you have an icons.h or icons.cpp from a previous build; so clean the project first, and make sure the old icons.h/icons.cpp are gone. -- JVZ