Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / February 2007

Tip: Looking for answers? Try searching our database.

CLI compilation problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
DaTurk - 22 Feb 2007 15:35 GMT
Hi,

I have a strange issue.  I'm pretty sure it's just some strage
configuration issue.  I have a solution with a couple CLI projects,
and a couple unmanged c++ projects.  When I clean, and rebuild the
build breaks.  During this build I see it copying the files it has a
dependency on lacally, and then it breaks with errors saying it
doesn't know about them.

But, when I do a subsequent rebuild, it works.  I don't quite
understand what I'm missing.  THe project that breaks needs the other
CLI project, and a c# library.  These are what it loads.  Anyone have
any ideas?

Thanks in advance
Bruno van Dooren [MVP VC++] - 22 Feb 2007 15:49 GMT
> I have a strange issue.  I'm pretty sure it's just some strage
> configuration issue.  I have a solution with a couple CLI projects,
[quoted text clipped - 7 lines]
> CLI project, and a c# library.  These are what it loads.  Anyone have
> any ideas?

I suspect that your build order is wrong.
As a result, proj A wich requires the output of proj B gets built first.
Because B does not yet exist, the build breaks.
then proj B is built.

if you build again the error will disappear because now B already exists.

You can check this if you right-click your solution and then select build
order, or project dependencies.

Signature

Kind regards,
   Bruno van Dooren
   bruno_nos_pam_van_dooren@hotmail.com
   Remove only "_nos_pam"

DaTurk - 22 Feb 2007 16:53 GMT
On Feb 22, 9:49 am, "Bruno van Dooren [MVP VC++]"
<bruno_nos_pam_van_doo...@hotmail.com> wrote:
> > I have a strange issue.  I'm pretty sure it's just some strage
> > configuration issue.  I have a solution with a couple CLI projects,
[quoted text clipped - 24 lines]
>     bruno_nos_pam_van_doo...@hotmail.com
>     Remove only "_nos_pam"

I believe that was the problem!  Thank you

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.