Thread: WSOCK32 Issues
View Single Post
  #25  
Old 09-04-2011, 11:15 AM
Meeks741 Meeks741 is offline
Orc


Join Date: Feb 2010
Posts: 47
Default

Quote:
Originally Posted by Rogean [You must be logged in to view images. Log in or Register.]
Code:
#include <Windows.h>
// socket
extern "C" __declspec(naked) void __stdcall __E__74__()
    {
    __asm
        {
        jmp p[74*4];
        }
    }

Well DUH heres your problem........it should be

"C" __declspec(naked(Please)) void __stdcall __E__74__()

When you write code for a Living you have to beg or Purchase naked you cant just demand it!