Ups, I've done it. It's fubar [1] now.

However it's possible to send an error report using the errorreport switch: csc *.cs /errorreport:prompt

Actually I found why the compiler screw up. I use a lot of plattform invokes and because I am lazy I use a constant with the library name.

private const string LIB = "MyNativeDll.dll";

[DllImport(LIB)]
//...

While changing the code, I removed the const modifier by accident, which causes the compiler to fail...

[1] dict.tu-chemnitz.de
[2] msdn.microsoft.com

Posted at Tuesday, July 12, 2005 1:39:10 PM (W. Europe Daylight Time, UTC+02:00) 
Comments [0] #      |  Tracked by:
"viagra" (viagra) [Trackback]
"casino online" (casino online) [Trackback]
All comments require the approval of the site owner before being displayed.
OpenID
Please login with either your OpenID above, or your details below.
Name
E-mail
(will show your gravatar icon)
Home page

Comment (Some html is allowed: a@href@title, strike) where the @ means "attribute." For example, you can use <a href="" title=""> or <blockquote cite="Scott">.  

Live Comment Preview
Copyright © 1995-2009 by Andreas Heil. aheil is a registered trademark of Andreas Heil. All rights reserved.
The opinions expressed herein are my own personal opinions and do not represent my employers' views in any way. Content and thoughts expressed on these pages and the weblog are subject to be changed. Out of date posts should not be considererd as my current thoughts and opinions.