Massayu

Results 4 comments of Massayu

@bb107 thanks for the quick reply, i think it worked now, doing some tests! Isn't possible to debug the DLL injected with this lib right? I mean, breakpoints on Visual...

I'm referring if its possible to debug our own DLL that has been loaded using the memory module using Visual Studio. When i set `#define MMPP_USE_TLS 0` It fails when...

On my tests above i had the npm imports on deno.json now i tried with npm: ```js import { MongoClient } from "npm:[email protected]"; const client = new MongoClient("mongodb+srv://..."); await client.connect();...