Hi,

  Check if you are using the correct manifest file for 32 or 64 bits.

  You can take a look at LuaBinaries distribution source files. There
manifests for both. The IUP source package also contains sample manifests.

Best,
Scuri


Em dom, 25 de nov de 2018 às 12:44, Johann Philippe <[email protected]>
escreveu:

> Some precisions : i'm compiling some Lua code with the lua C api, using
> iup precompiled.
>
> Le dimanche 25 novembre 2018 à 15:41:33 UTC+1, Johann Philippe <
> [email protected]> a écrit :
>
>
> I'm compiling the application with gcc. So i did pre-compile the iup.rc to
> an object file .o, and compiled my project like this :
> gcc myapp.c myrc.o -I... -L... -o myapp.exe
> The rc seems to work well since the application icon "tecgraf" is used.
> But the windows style isn't changed. So i'm wondering if the manifest is
> really working here ?
>
>
>
> Le samedi 6 octobre 2018 à 13:41:16 UTC+2, Antonio Scuri <
> [email protected]> a écrit :
>
>
>   Yes, when you build the application.
>
>   Add a Windows RC file to the project. See the IUP documentation in
> System / Drivers / Win32.
>
> Best,
> Scuri
>
>
> Em sáb, 6 de out de 2018 08:30, Johann Philippe <[email protected]>
> escreveu:
>
> Thank for the answer.
> To be sur I understand well - the manifest is not used when I compile the
> IUP source, but it's used when i build an application from my IUP program ?
> What should i write then to make it work with Windows w/ style  instead of
> classic style ?
>
> Thanks in advance
> Johann
>
> Le jeudi 4 octobre 2018 à 13:08:34 UTC+2, Antonio Scuri <
> [email protected]> a écrit :
>
>
>   Hi,
>
>   The style is changed by using a Manifest when building the executable.
> You can find a Manifest file for that purpose in the iup/etc folder.
>
> Best,
> Scuri
>
>
> Em qui, 4 de out de 2018 06:15, Johann Philippe via Iup-users <
> [email protected]> escreveu:
>
> Dear all,
>
> I'm using LuaJIT 2.0.3 (Terra project) and the IUP precompiled binaries,
> and i'd like to know if it is possible to change the windows style ? Or is
> it only possible at build time ?
> Default is windows classic.
>
> Regards
> Johann Philippe
> _______________________________________________
> Iup-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/iup-users
>
>
_______________________________________________
Iup-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to