Re: Use IESIMPLE in OS design (full screen)



perfect, it works..I already did it, but the project must compile and include
the iesimple.exe on the OS, it has to be like that, not for me (requirements
of design)

So, the only chance it's use sysgen variables. Belive me, i know it's more
complicated but I have (and must) to do. Can you help me to set the sysgen
variables?

where I must to set __sysgen_iesimple and sysgen_iesample?
Please help me.

Thanks
--
JP


"Paul G. Tobey [eMVP]" wrote:

I've already given you the information. You *don't have to use a sysgen
variable at all*. Copy the IESIMPLE source code and build an EXE yourself
using eVC. You can call it whatever you want and add it to your OS any way
you like.

Paul T.

"JP_DTS" <JPDTS@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:64C862CF-5087-4813-8C2E-BDF7CDF4E657@xxxxxxxxxxxxxxxx
I must use iesimple because i need full screen (kiosk mode) and other
properties, that's why I need set:
set __SYSGEN_IESIMPLE=1
set SYSGEN_IESAMPLE=
I delete iesample of my catalog and set iesimple at Platform | Settings |
Environment, but where I must set iesample?

I use CE 5.0

best regards,

--
JP


"Paul G. Tobey [eMVP]" wrote:


Thanks for the quickly answer.

I did that with iesimple, not with iesample because that component it's
part
of the project, so where I must set iesample ?


You can add the full IE browser to the build using the catalog. Look
under
Internet Client Services and add Internet Explorer 6.0 Sample Browser.
That's IESAMPLE. If you do that, you don't have to manually set any
SYSGEN
variables for it. The PB IDE is just a nice front end for setting up all
of
the environment variables that the actual underlying build system needs.
There's no practical difference between adding a catalog item using the
user
interface or setting the SYSGEN variable via a batch file or the
Environment
tab in PB.

What do you mean with "(and, of course, you have to set the option for
one
or more build configurations, BSP + DEBUG/RETAIL)."

You can set separate environment settings for each build configuration,
Emulator - Debug, Emulator - Retail, YourBSP - Debug, YourBSP - Real,
etc.


Best Regards,


--
JP

Paul T.






.



Relevant Pages

  • Re: Use IESIMPLE in OS design (full screen)
    ... the only chance it's use sysgen variables. ... I delete iesample of my catalog and set iesimple at Platform | Settings ... Environment, but where I must set iesample? ...
    (microsoft.public.windowsce.embedded)
  • Re: Use IESIMPLE in OS design (full screen)
    ... the only chance it's use sysgen variables. ... I delete iesample of my catalog and set iesimple at Platform | Settings ... Environment, but where I must set iesample? ...
    (microsoft.public.windowsce.embedded)
  • Re: Use IESIMPLE in OS design (full screen)
    ... Copy the IESIMPLE source code and build an EXE yourself ... Environment, but where I must set iesample? ... You can set separate environment settings for each build configuration, ...
    (microsoft.public.windowsce.embedded)
  • Re: Use IESIMPLE in OS design (full screen)
    ... I must modificate the source of iesimple, and then set iesimple for include ... the only chance it's use sysgen variables. ... Environment, but where I must set iesample? ...
    (microsoft.public.windowsce.embedded)
  • Re: Use IESIMPLE in OS design (full screen)
    ... add the code that you've copied from the PUBLIC folder for IESIMPLE. ... Environment, but where I must set iesample? ... You can add the full IE browser to the build using the catalog. ...
    (microsoft.public.windowsce.embedded)

Loading