[C++] CoFollower

06/05/2009 23:33 Alexios#16
I think I found where to download SDK... [Only registered and activated users can see links. Click Here To Register...]

But.. in order to install it I must have Internet explorer 5 or later. I have 6.2 or something like that,but it does not want to install... Every time I run the setup.exe opens a page at firefox saying the below.
Quote:
Welcome to SDK Update
The Microsoft® Platform SDK site requires Microsoft Internet Explorer version 5.0 or later. You can download the latest Internet Explorer for free.

In addition, Microsoft ActiveX® controls are used to install components on your computer. If you are not running Microsoft Windows® or an operating system that is compatible with ActiveX controls, you cannot install the SDK using SDK Update.
Btw, the picture in bigger size:
[Only registered and activated users can see links. Click Here To Register...]
06/05/2009 23:38 high7#17
Quote:
Originally Posted by Alexios View Post
I think I found where to download SDK... [Only registered and activated users can see links. Click Here To Register...]

But.. in order to install it I must have Internet explorer 5 or later. I have 6.2 or something like that,but it does not want to install... Every time I run the setup.exe opens a page at firefox saying the below.


Btw, the picture in bigger size:
[Only registered and activated users can see links. Click Here To Register...]
Forgot, __interface is a microsoft extension.

__asm is probably a microsoft extension too, try using just _asm.

Really you should be using MSVC++.
06/06/2009 08:20 clintonselke#18
@ Alexios:

Attached is a rough translation i did to mingw, u can use it with the mingw version of Code::Block (or even in ur old dev-c++ compiler).
06/06/2009 09:59 bucifal23#19
could you upload it to another site ?
stupid share cash wont let me download it lol
06/06/2009 10:48 Alexios#20
Quote:
Originally Posted by high7 View Post
Forgot, __interface is a microsoft extension.

__asm is probably a microsoft extension too, try using just _asm.

Really you should be using MSVC++.
I will format my PC in the next 3-4 days and after that I will have enough space to install MSVC++
I will post again when I install MSVC++ if I have problem or no.

Quote:
Originally Posted by clintonselke View Post
@ Alexios:

Attached is a rough translation i did to mingw, u can use it with the mingw version of Code::Block (or even in ur old dev-c++ compiler).
It does not work,but it is ok...
Thanks for helping me anyway. :)
06/07/2009 01:17 ace_heart#21
i newer in VC++ can post tutorial how use this code with application to read Co memory, thx high7 for ur efforts