SAPI + CODEBLOCKS

even though i installed libraries it's still ger errors inside sapi.h...

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <cstdlib>
#include <iostream>
#include <sapi.h>
#include <windows.h>
#include <Servprov.h>
using namespace std;


int main(int argc, char *argv[])
{

    system("PAUSE");
    return EXIT_SUCCESS;
}

i very appreciate if you give me a source that i just hit button f9 and it run without interupting
here is the image of errors:
https://scontent.fdad3-2.fna.fbcdn.net/v/t1.0-9/36475422_1044995732323707_2236488663296901120_o.jpg?_nc_cat=0&oh=97d56b8aa53c7dcebbe63adda58741ab&oe=5BEBF980
Last edited on
Do NOT post the same exact topic in multiple forum sections. It won't make you get a faster reply (except for me telling you to not double-post). Use your existing thread at http://www.cplusplus.com/forum/general/239019/
I DELETE THE OLD POSTED ALREADY...STILL NOT FIGURE OUT HOW TO SOLVE
Topic archived. No new replies allowed.