473,396 Members | 1,724 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.

Custom mscorlib.dll

Hi

I'm currently in the process of writing my own mscorlib.dll, this in order to write my own Virtual Machine. Now all may seem a bit useless, but I'd like to use C# as scripting for our game engine, since basically all needed feature are already available in C#, and hell... why think of something new, if something else is already available
Mono, dotGNU and Rotor are totally useless for me, since they are GPL or some custom microsoft license thingie, that make them useless for commercial stuff, so I started writing my own

The ECMA 335 Standardized class description XML describe a huge amount of classes that are needed in order to be ECMA 335 compliant... well, oke, I don't really need that, but I want to be able to test our code with the VC 7.1 compiler/debugger, and so I need at least a number of classes in there, since the compiler complains about classes missing if I compile with the "do not use mscorlib.dll" flag enabled
Implementing just these classes the compiler complains about results in an internal compiler error, so something is wrong

No here comes the question... What classes are REALLY REALLY needed in order to make the following application compile and work, without using the standard mscorlib.dll. ("do not use mscorlib.dll" flag enabled

namespace bl

class blee

bleep() {
static void Main(string[] args

bleep blah = new bleep()

if you have any answers, please email me at: to*@NOSPAM.mudge.nl.BLABLEEP (remove the uppercase parts)
Nov 22 '05 #1
2 3572
Hi,

Maybe this will be of help.
http://www.codeproject.com/dotnet/Do...rget=scripting

Ken
---------------------
"Tom van Dijck" <an*******@discussions.microsoft.com> wrote in message
news:29**********************************@microsof t.com...
Hi,

I'm currently in the process of writing my own mscorlib.dll, this in order to write my own Virtual Machine. Now all may seem a bit useless, but I'd
like to use C# as scripting for our game engine, since basically all needed
feature are already available in C#, and hell... why think of something new,
if something else is already available. Mono, dotGNU and Rotor are totally useless for me, since they are GPL or some custom microsoft license thingie, that make them useless for commercial
stuff, so I started writing my own.
The ECMA 335 Standardized class description XML describe a huge amount of classes that are needed in order to be ECMA 335 compliant... well, oke, I
don't really need that, but I want to be able to test our code with the VC
7.1 compiler/debugger, and so I need at least a number of classes in there,
since the compiler complains about classes missing if I compile with the "do
not use mscorlib.dll" flag enabled. Implementing just these classes the compiler complains about results in an internal compiler error, so something is wrong.
No here comes the question... What classes are REALLY REALLY needed in order to make the following application compile and work, without using the
standard mscorlib.dll. ("do not use mscorlib.dll" flag enabled)
namespace bla
{
class bleep
{
bleep() {}
}

static void Main(string[] args)
{
bleep blah = new bleep();
}
}

if you have any answers, please email me at: to*@NOSPAM.mudge.nl.BLABLEEP

(remove the uppercase parts)
Nov 22 '05 #2
Hi,

Maybe this will be of help.
http://www.codeproject.com/dotnet/Do...rget=scripting

Ken
---------------------
"Tom van Dijck" <an*******@discussions.microsoft.com> wrote in message
news:29**********************************@microsof t.com...
Hi,

I'm currently in the process of writing my own mscorlib.dll, this in order to write my own Virtual Machine. Now all may seem a bit useless, but I'd
like to use C# as scripting for our game engine, since basically all needed
feature are already available in C#, and hell... why think of something new,
if something else is already available. Mono, dotGNU and Rotor are totally useless for me, since they are GPL or some custom microsoft license thingie, that make them useless for commercial
stuff, so I started writing my own.
The ECMA 335 Standardized class description XML describe a huge amount of classes that are needed in order to be ECMA 335 compliant... well, oke, I
don't really need that, but I want to be able to test our code with the VC
7.1 compiler/debugger, and so I need at least a number of classes in there,
since the compiler complains about classes missing if I compile with the "do
not use mscorlib.dll" flag enabled. Implementing just these classes the compiler complains about results in an internal compiler error, so something is wrong.
No here comes the question... What classes are REALLY REALLY needed in order to make the following application compile and work, without using the
standard mscorlib.dll. ("do not use mscorlib.dll" flag enabled)
namespace bla
{
class bleep
{
bleep() {}
}

static void Main(string[] args)
{
bleep blah = new bleep();
}
}

if you have any answers, please email me at: to*@NOSPAM.mudge.nl.BLABLEEP

(remove the uppercase parts)
Nov 22 '05 #3

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

Similar topics

0
by: Tom van Dijck | last post by:
Hi I'm currently in the process of writing my own mscorlib.dll, this in order to write my own Virtual Machine. Now all may seem a bit useless, but I'd like to use C# as scripting for our game...
3
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
3
by: Laura T. | last post by:
The following code is driving me so crazy, that I'm thinking it's a "feature" or a.. ....dare I say it... a BUG. I'm using VS 2003. I've created a new value type (struct) called MyInt. MyInt has...
6
by: mccoyn | last post by:
I have a header that is included from some files that use mscorlib and some that don't use it. One of the macros in this file uses the __pin keyword. When this header is compiled with a source file...
4
by: Earl | last post by:
Created a .dll to use in multiple projects. Very simple, one class to return a purpose for a particular version. But when I added it as a reference to one of my other projects, I get a build error...
3
by: DJTN | last post by:
I'm getting the following error when I try to compile my setup project in VS 2002. I have re-installed the .net framework 1.1 and it didnt solve the problem. WARNING: Unable to find dependency...
1
by: David Herbst | last post by:
Enterprise Library Jan 2006 with Visual Studio 2005 on Windows 2000 Server sp4. My custom exception formatter fails with a "Unable to handle exception: 'LoggingExceptionHandler'." exception. ...
0
by: paulodonnell99 | last post by:
Hi, I am trying to build an installer application to run on the compact framework, I want to produce a netmodule using CSC.exe, then use AL.exe to embed resouce files and produce an exe. My...
0
by: Atul Thombre | last post by:
Hello, I am developing a custom membership provider. For that I built a prototype that uses a SQL Server 2005 database as a backend store. I implemented the class...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
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
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
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...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.