Re: Modify project.reg and rebuil all platform

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hm, I'm very confused. "Copy files" and "Makeimage" sequence
must definitely update the registry. The whole thing works like
follow:

1. "Copy files" does copy files from your PLATFORM directory
to FLATRELEASE directory, including Platform.reg and Project.reg.

2. "Fmerge" tool merges all registry files to Reginit.ini.

3. "Regcomp" tool converts registry to binary form

4. "Romimage" tool builds the Run-Time image, and of course
uses an updates registry.

So something is wrong in your case. Some things to check:

1. Can you see a string like this one
"copying files from PLATFORM\BSP\FILES to FLATRELEASEDIR"
in the build log when doing "Copy to Relase Dir"?

2. Check FLATRELEASEDIR\project.reg to see if your changes
are there.

4. Check FLATRELEASEDIR\reginit.ini to see if your changes
are there.

Oh, forgot! Delete PLATFORM\BSP\CESYSGEN\FILES before
to run "Copy to Release Dir".


"Stefano Magni" <StefanoMagni@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:69509E51-F253-490D-AE3D-D7DAB0594266@xxxxxxxxxxxxxxxx
Excuse me Voidcoder but I cant' open the message in newsgroup (14 answer !!!)
...

If I modify my project.reg is necessary rebuild all my platform ?
I'v tried with :
1) mofidy registry project.reg
2) Run command from PB "Copy files to release directory"
3) Run command from PB "Make Runtime image"
but PB show different error ... if I rebuil all run correctly.... !!

Exist a method for not rebuil all after project.reg modify ?
Stefano Magni


.