Different DLL Style
So im new to learning DLL's and everything and I want to know everybodys opinion, in will this work? and if not, are there small tweeks I could do to make it work?
Then just use a warrock injector?
Code:
SimpleH.h :
namespace cody
{
Class Galloway
{
public:
static _declspec(dllexport) void test();
};
}
SimpleCPP.cpp:
#include <iostream>
#include "SimpleH.h"
using namespace std;
namespace cody
{
void Galloway::test()
{
Auto on all hacks in here... of course with defines ^^^^ up there.
}
}
FOR LOOP HERE.