How to modify and rebuild source code (like Calibrui)?

From: Michael Schwab (michael.schwab_at_cobecv.com)
Date: 03/24/04


Date: Wed, 24 Mar 2004 11:50:10 -0700

Another PB newbie question:

I found this under the Help topic "Customizing the Touch Screen Calibration
User Interface Component":

    "To customize Calibrui, modify and rebuild the code located in
%_WINCEROOT%\Public\Common\Oak\Drivers\Calibrui."

I need to make a small change to calibrui.cpp, so I edited the source file
(in the directory mentioned above) and rebuilt the platform in PB (4.2), but
the change was not picked up. I guess I don't know how to "rebuild the
code", as specified in the help topic. There's no project or workspace
files that I can find to compile this under eVC++ 4.0, and there's no object
file under that directory either. I was hoping the rebuild in PB would
somehow re-compile this source file, but I guess that didn't happen.

All I have in the directory mentioned is calibrrc.h, calibrui.cpp.
calibrui.rc, makefile, makefile.inc, and sources. I tried running nmake on
the makefile, but it didn't work.

Can anyone point me in the right direction?
Michael Schwab



Relevant Pages

  • Re: Parser error in Global.asax
    ... end of the file), save it and rebuild. ... In every project I try to compile and run, I'm getting a parser error on ... details and modify your source file appropriately. ... Parser Error Message: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Makefiles
    ... have a shell program source file, say prog.sh, and type "make prog" the make utility will automatically create "prog" and change the mode so it is executable. ... A Makefile defines targets -- prog, for example, is the target of prog.sh -- and dependencies. ... A C program depends upon a object file, not the source file. ... CFLAGS and LDFLAGS are tokens defined to mean something by make; MAINS and OBJECTS are tokens defined locally. ...
    (comp.databases.informix)
  • Re: How Javac works
    ... For every generated file you would have to keep a record of its timestamp and the timestamp of all its dependencies. ... Then when building again if any timestamp has changed then you rebuild. ... changed from mto m, or the value of some static final has changed, e.g. flipping DEBUGGING = true to DEBUGGING = false. ... So while A may depend on B and B is up to date with its source file there may be a hundred files that B depends on that are out of date but they won't be checked because the analysis stops at B because B was up to date. ...
    (comp.lang.java.programmer)
  • Re: resource files
    ... For me, patching the production binaries _of your own_ is silly, if you ... can rebuild. ... Patching the binaries _of another parties_ is not silly, ... 1.set a compilation flag in source file as you said.Depending upon that my ...
    (microsoft.public.development.device.drivers)
  • Re: Questions re C mode, ECB and some more
    ... Ah, I see, but that won't work when the Makefile is not in the same ... directory as the source file. ... but Makefile and objects are generated in a separate ...
    (comp.emacs)