https://bugs.winehq.org/show_bug.cgi?id=37344
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|SNMPc 7 Network Manager |SNMPc 7 Network Manager |crashes on unimplemented |crashes on unimplemented |function |function |wsnmp32.dll.SnmpStartup |wsnmp32.dll.SnmpOpen Ever confirmed|0 |1
--- Comment #4 from Anastasius Focht focht@gmx.net --- Hello Andrew,
that's a different issue.
You don't target different issues in a single bug until the app starts working. That's not how Wine/Bugzilla is supposed to work -> recycling of bugs should be avoided.
I'll let this one slip for now...
--- snip --- Unhandled exception: unimplemented function wsnmp32.dll.SnmpOpen called in 32-bit code (0x7b83af9e). --- snip ---
MSDN: http://msdn.microsoft.com/en-us/library/windows/desktop/aa378226%28v=vs.85%2...
Even with stubs in place the server/manager app is not going to work anyway unless someone spends the time to implement WinSNMP API. This is an area of little interest/importance.
You could try with native wsnmp32 override(s) -> no support here. If that doesn't work you might want to look at native Linux products if you need a solution in near future.
Regards