User Profile
Collapse
-
Hi mac11, thanks for the reply, but after I uninstalled and reinstalled dev c++, the program is working fine -
cannot find -lobjc
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
...
No activity results to display
Show More
Leave a comment: