User Profile

Collapse

Profile Sidebar

Collapse
babhishek
babhishek
Last Activity: Nov 25 '09, 02:51 AM
Joined: Nov 24 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • babhishek
    replied to cannot find -lobjc
    in C
    Hi mac11, thanks for the reply, but after I uninstalled and reinstalled dev c++, the program is working fine
    See more | Go to post

    Leave a comment:


  • babhishek
    started a topic cannot find -lobjc
    in C

    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


    ...
    See more | Go to post
No activity results to display
Show More
Working...