You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mat...@googlegroups.com
Hi, there! I need help!
I'm currently developing an interface using C# on Visual Studio platform. And I want to employ MathGL for ploting. In https://groups.google.com/forum/?fromgroups=#!topic/mathgl/05QjQS44VhE, it is said that "you can use MathGL C function directly from C#". How to do that? I'm a beginner on both MathGL and C#, so I need some detailed instructions on this.
Thanks a ton!
mathgl....@gmail.com
unread,
Mar 20, 2013, 5:08:55 AM3/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
> --
> You received this message because you are subscribed to the Google Groups
> "MathGL" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mathgl+un...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
--
All the best,
Alexey Balakin
Yvonne Tan
unread,
Mar 21, 2013, 11:46:36 PM3/21/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mat...@googlegroups.com
Can I use MathGL C++ fuctions directly from C#?
mathgl....@gmail.com
unread,
Mar 22, 2013, 1:45:03 AM3/22/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mat...@googlegroups.com
All "end-user" C++ functions are just interface to C functions (see
mgl2/mgl.h for example). This give me high compatibility (even for
binary files) with non-GNU compilers. I think that you can repeat
similar for C# too.