Hi, > Either I have the file format wrong for my tester.prj file or .prj > files > aren't yet implemented. To make a real test I put the file together > with > the syntax below: > > about.vb > inkey.vb > > The InkeyMethod contained in inkey.vb was used several times inside of > about.vb. Not valid identifier were the two errors I got when trying > to do vbnc tester.prj.
You have to do: vbnc about.vb inkey.vb vbnc -help will give you a list of all the compiler arguments. Rolf Two other ways to do these includes were also > identified. Putting a link in for the file to be included and putting > all > the pieces in a project folder then compiling against that project > folder > would compile all that was found within the project folder. > > _______________________________________________ > Mono-vb mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/mono-vb _______________________________________________ Mono-vb mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-vb
