Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: B1gBear
  • Order by date
  1. B1gBear

    call malloc exception

    It is solved. I'm using Visual Studio 2005 and standard functions are called from address table, so I have to call it in another waycall dword ptr mallocor change properties of project :-)
  2. B1gBear

    call malloc exception

    Hi everybody, I'm working at school with inline assembler (in C++). I don't understand, where I could have a mistake. My code: #include <stdlib.h> void blah() { _asm { mov ecx, 4 // I'd like to allocate place for four pointers inc ecx // in the end...

Part and Inventory Search

Back
Top