473,396 Members | 1,683 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Compiler steps details question

Hi,

I created a COM object in C# and everything works fine on my machine. Now,
the compiler gives me the following messages when compiling my code:

------ Rebuild All started: Project: SI, Configuration: Debug .NET ------

Unregistering previous project output for COM Interop...
Preparing resources...
Updating references...
Performing main compilation...
c:\_dev\dotnet\svd_proxy\si\si.cs(72,4): warning CS0168: The variable 'we'
is declared but never used
c:\_dev\dotnet\svd_proxy\si\si.cs(101,4): warning CS0168: The variable 'e'
is declared but never used

Build complete -- 0 errors, 2 warnings
Building satellite assemblies...
Registering project output for COM Interop...

Is it possible to have the details of the steps involved (the commands that
are actually issued)? Specifically, I'd like to know the exact commands sent
to the compiler during the "performing main compilation..." step and all that
occurs during the unregistration/registration steps of the COM object.

Is that possible/available?

Thanks a lot,

Skip.
Nov 16 '05 #1
1 2441
Skip,

With the compiler as it exists, no, it is not possible. However, with
..NET 2.0, VS.NET 2005 will use the MSBUILD system to handle all of the
building of the project. Your project file will have all the steps and
tasks that are required. You can go in, modify them, and output whatever
you want.

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

"Skip" <Sk**@discussions.microsoft.com> wrote in message
news:8A**********************************@microsof t.com...
Hi,

I created a COM object in C# and everything works fine on my machine.
Now,
the compiler gives me the following messages when compiling my code:

------ Rebuild All started: Project: SI, Configuration: Debug .NET ------

Unregistering previous project output for COM Interop...
Preparing resources...
Updating references...
Performing main compilation...
c:\_dev\dotnet\svd_proxy\si\si.cs(72,4): warning CS0168: The variable 'we'
is declared but never used
c:\_dev\dotnet\svd_proxy\si\si.cs(101,4): warning CS0168: The variable 'e'
is declared but never used

Build complete -- 0 errors, 2 warnings
Building satellite assemblies...
Registering project output for COM Interop...

Is it possible to have the details of the steps involved (the commands
that
are actually issued)? Specifically, I'd like to know the exact commands
sent
to the compiler during the "performing main compilation..." step and all
that
occurs during the unregistration/registration steps of the COM object.

Is that possible/available?

Thanks a lot,

Skip.

Nov 16 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Ryan Mitchley | last post by:
Hi all I have code for an object factory, heavily based on an article by Jim Hyslop (although I've made minor modifications). The factory was working fine using g++, but since switching to the...
5
by: fayyaz | last post by:
I need to install C# compiler, could you please help me the steps? I got .net framework installed, because I have been learing ASP.NET on my own.What else needed to be installed, could you send...
10
by: PufferFish | last post by:
Hi folks, I hope that this is the correct group for these things, apologies if not. I've got a strange compiler error. It appears to be similar to the issue described in knowledgebase...
1
by: Invalidlastname | last post by:
Hi, Our developer team recently started getting the compilation error, see below, once a while running the asp.net web application from Visual Studio 2003 (in debug mode), and we have to rebuild the...
0
by: Steve Menard | last post by:
It's been observed a couple times recently ... distributing and compiling extensions is a pain, especially on windows, when the main supported compilers are not freely availble .. nor even...
0
by: U S Contractors Offering Service A Non-profit | last post by:
Baby steps to the "New" New Orleans Inbox Reply Craig Somerford to Chasing, Donald, me, (bcc:Discovery), (bcc:Beijing) show details 3:55 pm (0 minutes ago) Our Beloved New Orleans needs you...
30
by: lovecreatesbea... | last post by:
K&R says the following in the preface to the first edition, "... the C compiler, and ... are written in C." I'm wondering, does it say even the first / original C compiler was written in C?
5
by: ganesh.kundapur | last post by:
Hi, I want to know how to compile the C source file without using the compiler directly. I mean to say by using compiler componets such as ( cpp, cc, as, ld ). I tried to compile the fallowing...
41
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.