Re: [go-nuts] Re: Call the .net dlls into the golang

2024-05-23 Thread Pavan Kumar A R
s from Go, it's called Cgo: >> https://go.dev/blog/cgo >> >> On Wednesday 22 May 2024 at 18:04:19 UTC+2 Pavan Kumar A R wrote: >> >>> >>>> Okay, it's possible to call the C program to Golang. Because I also >>>> have the C platfor

Re: [go-nuts] Re: Call the .net dlls into the golang

2024-05-22 Thread Pavan Kumar A R
> > Okay, it's possible to call the C program to Golang. Because I also have > the C platform dlls and the C platform dlls we using in the cross platform > mono and in the mono internally call the.net dlls function , can I use > the C program dlls in Golang? > -- You received this message becau

[go-nuts] Call the .net dlls into the golang

2024-05-22 Thread Pavan Kumar A R
Hello , I build the.net dlls in the target framework, which is.net-framework 2.0, and inside the.net dlls are some functions. I want to call this function in Golang. How can I call the.net function in Golang? Please help out here. -- You received this message because you are subscribed to

[go-nuts] Calling the .net dlls to the golang

2024-05-21 Thread Pavan Kumar A R
Hello , I am new to Golang. I have the.net dlls, and I am trying to call the.net function in the dll in Golang. but its not working and i searching in the Google also i could not find the relavent information, please me out here and provide the sample program also Thanks for the advance. --