Hi, I guess you created a new file that contains the new class but you don't pass that file on command line.
The .bat files (for Windows) use vbnc/vbnc/tests/SelfTest/bootstrap.rsp that references SelfCompile.files.rsp in that directory that contains the list of source files. You have to add the new source file to that list. bootstrap.mono (for Linux) uses no response files it contains the list of source files itself. You have to add the new source file to that list as well. Kornél ----- Original Message ----- From: "MrUnleaded" <[EMAIL PROTECTED]> To: "Kornél Pál" <[EMAIL PROTECTED]> Sent: Tuesday, October 24, 2006 5:22 AM Subject: Re: [mono-vb] vbnc Do you know what i need to do if i want to add a class to vbnc? When I added a class I get an error during bootstrap that says Could not resolve unqualified name 'MyClassName' Any thoughts? Thanks On 10/19/06, MrUnleaded <[EMAIL PROTECTED]> wrote: > > ok thanks. > > I will see what I can do to help. > > On 10/19/06, Kornél Pál <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > > I was wondering if the vbnc compiler was still active I would like to > > > contribute but there has not been any commits since september. So I > > just > > > wanted to be sure that this was the active project. > > > > It's only october so september wasn't that long ago.:) Anyway it's still > > an > > active project so please feel free to contribute to vbnc. > > > > Note that vbnc is self hosting on MS.NET but it's still unable to > > bootstrap > > on Mono. That is mainly caused by bugs in Mono but I recently reallized > > that > > vbnc itself contains some code that assumes MS.NET and that has to be > > modified to be runtime independent as well. > > > > Kornél > > > > > > > -- > Kevin > > ----------------------------------------------------------------- > Anyone who doesn't take truth seriously in small matters cannot be trusted > in large ones either. > Albert Einstein > > I am always doing that which I can not do, in order that I may learn how > to do it. - Pablo Picasso (1881-1973) > > A thinker sees his own actions as experiments and questions--as attempts > to find out something. Success and failure are for him answers above all. > - Friedrich Nietzsche > -- Kevin ----------------------------------------------------------------- Anyone who doesn't take truth seriously in small matters cannot be trusted in large ones either. Albert Einstein I am always doing that which I can not do, in order that I may learn how to do it. - Pablo Picasso (1881-1973) A thinker sees his own actions as experiments and questions--as attempts to find out something. Success and failure are for him answers above all. - Friedrich Nietzsche _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
