Hi I am trying to compile this code on dev c++
#include<window s.h>
#include<stdio. h>
#include<iostre am>
int main(){
char s[255];
GetWindowsDirec tory(s,255);
printf("%s",s);
getchar();
}
but I am getting this error
cannot find -lobjc
ld returned -1 exit status
Any help would be appreciated.
#include<window s.h>
#include<stdio. h>
#include<iostre am>
int main(){
char s[255];
GetWindowsDirec tory(s,255);
printf("%s",s);
getchar();
}
but I am getting this error
cannot find -lobjc
ld returned -1 exit status
Any help would be appreciated.
Comment