Closed GoogleCodeExporter closed 9 years ago
I believe VB is crashing because it expects __stdcall exports. Mongoose's API is
exported as __cdecl. VB cleans up the stack, and so does Mongoose, leading to
stack
corruption.
There are couple of soultions can be found on Internet.
Original comment by valenok
on 2 Sep 2009 at 8:54
i want to someone do my code from VB 6.0!
How to i make antivirus system but that who
doesnt wrealy see viruses in my compyter also he must
to look like he doing that phisicly!
I'm sorry becouse my bad writting
i'm from the Serbia!
Original comment by pilly.va...@gmail.com
on 30 Sep 2009 at 8:54
The VB6 and older does not work support multi-threading, so correcting the call
convention may not solve the problem, because the dll is multi-threaded...
If more than one thread call the callback function at the same time we can have
problems in VB6. But in VB.Net there is no problems.
Original comment by k...@krog.cjb.net
on 13 May 2010 at 12:52
Original comment by valenok
on 7 Sep 2010 at 8:45
Original issue reported on code.google.com by
patogat...@gmail.com
on 2 Sep 2009 at 6:57