Re: Custom Build Command, CEC entry, or BIB file?

From: Nick (anonymous_at_tentechnologies.com)
Date: 10/06/04


Date: Wed, 6 Oct 2004 09:45:12 -0400

Yes, 4.2., I'm using method #2. I don't mind using #4, I just figured out
#2 first.

I'm curious why is #1 a hack? The only difference between #1 and #2/#3 is
the location of the DLL (FLATRELEASE vs. some other folder). Perhaps the
original intent was to have everything associated with the platform in one
folder and this breaks that assumption. Is there a deeper darker piece I am
missing? After all, 5.0 has hard links to files to decrease the need for
copying files all over the place. Since the path to the file is all macros,
this should work from one installation to another.

As I was writing this I came up with another question. Can I simply set
WINCEREL=1 in the SOUCES file for my driver, build it, then make image
(removing all the copy stuff per #2)?

Thanks,
Nick.

"Chuck Zalinski" <charlz@online.microsoft.com> wrote in message
news:kPjB9dyqEHA.1340@cpmsftngxa06.phx.gbl...
> I assume you are using a version prior to 5.0.
> In 5.0 we added support for this.
>
> #1 is a hack. I wouldn't take this approach.
> #2 or #3 will both work in pre 5.0, I would choose #2 because it works for
> both IDE builds and command line builds, and will work in 5.0 (#3 won't
> work in 5.0)
>
> #4 is the cleanest way but is probably cumbersome, so I assume you were
> trying #2 or #3 to speed things up for day-to-day development.
>
>
> In 5.0 we added support for #4
>
> Here is what you can do (5.0):
> * From the FileView workspace tab, select the component you want to build,
> right click to get the menu, and choose "Show In Favorites"
> This puts it in your Favorites folder and makes it easy to find.
> * Right click on this entry in favorites and choose "Make Run time image
> after build". This is a global setting and will run makeimg after any
build
> * Now any time you right click on this component and select "build" you
> will get #4 happening
>



Relevant Pages

  • Re: Out of Memory when editing graphic...
    ... Just add a reference to the DLL in the .NET folder. ... Find great Windows Forms articles in Windows Forms Tips and Tricks ... When I try to add the barcode to ...
    (microsoft.public.dotnet.framework.drawing)
  • Re: Service pack 3 problem
    ... Opening the regsvr32 file is as you say, no dll specified, followed by the ... and no dllcache folder exists, ... After show hidden files, folders, and system files, use WINDOWS Explorer ...
    (microsoft.public.windowsxp.general)
  • Re: Linking Application with the Library file
    ... I have never worked with LOADLIBRARY and GETPROCADDRESS. ... The DLL will go in the TARGET folder of your BSP and also in the ... <apellerin AT adeneo DOT adetelgroup DOT ...
    (microsoft.public.windowsce.embedded)
  • Re: GAC entries dont show up in References/.NET
    ... Lets say dll1 needs dll2 to ... and dll1 should be able to find it if dll2 is registered in the gac. ... > DLL that references another DLL an error is thrown and the second DLL ... > Both are in a folder in Program files and contained in the GAC. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: GAC entries dont show up in References/.NET
    ... Lets say dll1 needs dll2 to ... and dll1 should be able to find it if dll2 is registered in the gac. ... > DLL that references another DLL an error is thrown and the second DLL ... > Both are in a folder in Program files and contained in the GAC. ...
    (microsoft.public.dotnet.general)