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.exeThe 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 
<antonio.sc...@gmail.com> 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 <johannphili...@yahoo.fr> 
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 advanceJohann

    Le jeudi 4 octobre 2018 à 13:08:34 UTC+2, Antonio Scuri 
<antonio.sc...@gmail.com> 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 
<iup-users@lists.sourceforge.net> 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. 

RegardsJohann Philippe
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

  
  
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to