User profile: modoran

User info
User name:modoran
History
Joined:
Number of posts:1397
Latest posts:

Sending a file to email
Use libcurl for this, there is example code on project website: http://curl.haxx.se/libcurl/

Create high priority process
This works for me: [code]#define USING_WIN32_LEAN_AND_MEAN #include <windows.h> int main () { ...

commad line arguments
Use argc and argv arguments and use this for main(): [code]int main(int argc, char [] argv)[/code]

I need HELP ASAP
InternalTools.cpp implements [b]bool zeadZombieFile(char path [], Zombie zombies [], int maxCount, i...

PROGRAMMING FLASH DEVICE
What "flash device" are you interested in ? Using serial port, USB, etc ? If linux kernel already h...