Re: A tool for renaming globals in C code?



argee wrote:

I'm looking for a tool that could help me rename all the #defines,
functions and global variables (with the respected references, of
course) in a C project. (To provide more context) I have two
distinct projects for a (explicitly parallel) two-processor
system. This all works fine when you build these projects
separately and download each program to the appropriate processor.
However, if I want to use the same code for simulation on a single
processor system I get compile and link errors because the two
projects share some common functions and same file names and some
functions are called the same but are actually different etc.

Have a look at id2id-20. It is available at:

<http://cbfalconer.home.att.net/download/id2id-20.zip>

--
[mail]: Chuck F (cbfalconer at maineline dot net)
[page]: <http://cbfalconer.home.att.net>
Try the download section.

.



Relevant Pages

  • Re: Main Menu Form Will Not Open
    ... Jeanette Cunningham MS Access MVP -- Melbourne Victoria Australia ... Check the box next to this reference then close the references dialog. ... Download ...
    (microsoft.public.access.forms)
  • Re: move button click to shortcut menu
    ... where the references to it are, download and use the free V-Tools (Total Deep ... I would like to clean it. ...
    (microsoft.public.access.formscoding)
  • Re: Visual Studio.NET 2003 Getting Started Instructions
    ... It references the SQL2KDeskSP3 that you mentioned in the instructions that ... Also this download specifically states that I should use VSDOTNET as the ... >> never even opened your attachments. ... >> try the install the way I attempted. ...
    (microsoft.public.vsnet.setup)
  • ActiveX sharing its global variables ?????
    ... I created an ATL-based ActiveX which is used to download a file, ... This ActiveX uses some global variables, for example a DownloadStatus which is modified in several places of the DownloadFile, and can be returned to the web page which instanciated it. ... new instance of the object increments the variable not from 0 but from the value it had in the previous instance ... ...
    (microsoft.public.vc.atl)
  • Re: Error on loading DLL in Access Query Wizard
    ... There was a download to survey the ... references should be in working order. ... shows you which corrupted file needs replacement, ... It is my understanding that you can replace a corrupted DLL file by ...
    (microsoft.public.access.queries)

Loading