Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
4answers
470 views

Are you using event streaming products?

Maybe you're familiar with the concept of event streaming processing (ESP) ... if you are, I'd love to hear what you're using and what platforms you're using them on. I am an active contributor to ...
7
votes
5answers
679 views

Function call jumps to the wrong function

I am compiling a c++ static library in vs2008, and in the solution i also have a startup project that uses the lib, and that works fine. But when using the lib in another solution i get an run-time ...
3
votes
1answer
458 views

How to change processor stack?

Why doesn't this code print "test"? #include <stdio.h> #include <stdlib.h> void foo ( void ) { printf("test\n"); } __declspec(naked) void bar ( void ) { asm { push ...
1
vote
1answer
74 views

The value of ESP was not properly saved… and C/C++ calling conventions

I am writing an application using the OpenCV libraries, the Boost libraries and a pieve of code that I have downloaded from this LINK. I have created a project under the same solution with Thunk32 and ...
1
vote
2answers
47 views

Restoring the stack causes an access violation

I am writing essentially the equivalent of memset() using ASM. The code I have written works, except that when I try to restore the stack, it crashes with an access violation. I have put the code into ...
1
vote
1answer
32 views

Why does the ESP referring to the address in a stack jumps 4h each time?

Why doesn't the Extended Stack Pointer (ESP) jump 1h in each PUSH or POP operation?
1
vote
1answer
160 views

Run-Time Check Failure #0 in embedded asm code

Hey folks! I'm a bit new to assembler, but I'm trying to lookup the parameters from a C++ method in the esp stack, using embedded assembler code. So far I haven't even been able to copy the esp ...
1
vote
4answers
160 views

Invalid ESP when using multiple inheritance in C++ (VS2005)

I've been making a game which uses the Box2D physics engine, and I've come across some weirdness with the stack pointer (ESP) and multiple inheritance. I've managed to reproduce it in a minimal amount ...
0
votes
2answers
41 views

How do I stop ESP from being corrupted in a __fastcall?

I'm attempting to write a function in assembly that sets a block of memory to a specified value, much like memset(), however, when I go to get the third argument off the stack (it uses the fastcall ...
0
votes
1answer
47 views

ESP calling convection issues C++

For homework Im supposed to read a file and the sort the strings. For this im using a selection sort and it works. Now, right after it makes the call to selSort fucntion it crashes. I have ran out of ...
0
votes
2answers
1k views

“The value of ESP was not properly saved across a function call.” problem [closed]

Possible Duplicate: Weird MSC 8.0 error: “The value of ESP was not properly saved across a function call…” I have an OBJ file for which I don't have any soure code. I ...
0
votes
1answer
19 views

What is used instead of FP in 8086 assembly?

What register is used in 8086 assembly instead of FP? I think it is SP or ESP. Am I right?
0
votes
2answers
248 views

Is CEP what I need (system state and event replaying)

I'm looking for a CEP engine, but I' don't know if any engine meets my requirements. My system has to process multiple streams of event data and generate complex events and this is exactly what almost ...
-1
votes
0answers
15 views

performance of FAST ESP on a NAS or SAN?

I have to deploy FAST ESP for a customer but I have no experience over FAST ESP... So I'd like to know if anyone here has already installed FAST and if performances are better with SAN or NAS storage. ...