Deltares / MeshKernelNET

.NET wrapper for the MeshKernel library
3 stars 3 forks source link

About c# test meshkernal api.CurvilinearXXX function problem #7

Open chinaray opened 1 year ago

chinaray commented 1 year ago

Hi, I am using the MeshKernalApi.dll unzip from meshkernel-1.0.0-py3-none-win_amd64.whl.zip I guess this dll is x64 dll, not a x86 dll. then I try to test MeshKernelNET functions in Win10, VS2022 I can test some functions like GenerateRegularGrid() successfully. but I cannot test those api.CurvilinearXXX like api.CurvilinearMakeUniform() I think the author of this project has already tested it. I don't know the reason, it could be I don't have a right version of MeshKernalApi.dll Can you attach your build dll to this project? Best regards KuaiShou

Bordaryao commented 1 year ago

Deal developpers, Can you release a pre-build dll in windows along with the code? The build process is hard for me. Thanks a lot! Best wishes! Bordar