Problem compiling since I installed C#

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
jan banan
Posts: 7
Joined: 2003-01-11 15:20

Problem compiling since I installed C#

Post by jan banan » 2004-10-08 09:28

I could compile DC++ just fine before but a few weeks ago I installed the C# component to Visual Studio .NET and now I can't build any C++ projects at all. It's not even trying to compile it just skips them all

Build: 0 succeeded, 5 failed, 1 skipped

joakim_tosteberg
Forum Moderator
Posts: 587
Joined: 2003-05-07 02:38
Location: Sweden, Linkoping

Post by joakim_tosteberg » 2004-10-08 11:12

This is about dc++ programming and not general dc++ help and is therefore moved to programmers help.

No, it doean't just skip them "Build: 0 succeeded, 5 failed, 1 skipped".
Try to do a rebuild and see if it helps, if it doesn't post some of the errors you get here.

jan banan
Posts: 7
Joined: 2003-01-11 15:20

Post by jan banan » 2004-10-08 19:22

------ Rebuild All started: Project: MakeDefs, Configuration: Debug Win32 ------

Deleting intermediate files and output files for project 'MakeDefs', configuration 'Debug|Win32'.

Build log was saved at "file://c:\Temp\DCPlusPlus-0.4034-src\vc7\Debug\MakeDefs\BuildLog.htm"
MakeDefs - 1 error(s), 0 warning(s)

This happens with all projects, and it doesnt write any build log at all. Seems to be something with that file://
And it doesnt say anymore then what I pasted above about that 1 error

GargoyleMT
DC++ Contributor
Posts: 3212
Joined: 2003-01-07 21:46
Location: .pa.us

Post by GargoyleMT » 2004-10-12 11:12

jan banan wrote:Seems to be something with that file://
That file is the buildlog - look in your intermediate directories for buildlog.htm

If nothing else, run a repair install on VStudio.

Locked