[Mono-devel-list] Re: AW: [mono-vb] VB Class status

B Anirban banirban at novell.com
Thu Jun 24 05:39:05 EDT 2004


So we have three scenarios here :

1) Compile in vbc using .Net libraries. Run the exe on mono. Works fine.

2) Try to compile on mbas with a value in calling function for optional parameter. Compiles well and runs well. 

3) Without a value in calling function (try to use the default value). Fails to compile. Following is the message thrown by mbas.
BC30455: Could not find any application function to invoke for this argument list

HTH.
Anirban.

>>> "Jochen Wezel" <jwezel at compumaster.de> 24-Jun-04 2:28:12 PM >>>
Have you compiled with VBC the calling programm or the called library? Or both?

Since the default value get's compiled into the calling method, the library is only a provider of the value the compiler shall compile when the calling program shall be compiled.

*complicated*
-Jochen


-----Ursprüngliche Nachricht-----
Von: mono-vb-admin at lists.ximian.com [mailto:mono-vb-admin at lists.ximian.com] Im Auftrag von Rob.Tillie at Student.tUL.EDU 
Gesendet: Donnerstag, 24. Juni 2004 10:22
An: kjambunathan at novell.com; rafaelteixeirabr at hotmail.com; mono-vb at lists.ximian.com 
Cc: mono-devel-list at lists.ximian.com; jackson at ximian.com 
Betreff: RE: [mono-vb] VB Class status

Hey Jambunathan,

> Anyways the functionality is not broken ( if you use vbc as opposed to 
> mbas ) only that the MSVB class status page simply refuse to recognize 
> all the good effort that we have put in ...

But are default values working with you? 
When compiling with vbc and running with mono I didn't get the correct default values passed on to methods...
(Or doesn't this have anything to do with it)

Greetz,
-- Rob.
_______________________________________________
Mono-vb mailing list
Mono-vb at lists.ximian.com 
http://lists.ximian.com/mailman/listinfo/mono-vb 


_______________________________________________
Mono-vb mailing list
Mono-vb at lists.ximian.com 
http://lists.ximian.com/mailman/listinfo/mono-vb




More information about the Mono-devel-list mailing list