FoolishFrost
About
- Username
- FoolishFrost
- Joined
- Visits
- 30
- Last Active
- Roles
- Member
Comments
-
Huh. Okay, rewrote the code for this: async static public Task Connect(MbientLabDevice _device ) { if (string.IsNullOrEmpty(_device.deviceMac)) { // no mac address to process? What are we supposed to do with …
-
I passed the whole class in the other thread, and while I can rebuild the whole thing as a series of static classes, that's a whole new rebuild. If that's the only way it'll work, that's fine, but I was kind of hoping to figure out the why, as oppo…
-
Simple. I never found a way to remove routes. Even the samples I found have addition of null routes. I can't even find a usable method for route removal. Can I ask why you want it static, as opposed as in a storage class? Generally, I have th…
-
Yes, I was able to get it working. Solved. Based on copying the warble.dll 32 bit version into the app directory.
-
Yeah, I've been seeing that. Got way past the initial issues, and ran head-first into the crash from trying to have more than one mbientlab device InitializeAsync()... Works in the editor, but the compiled app dies like a bugger on the second …