User forums > General (but related to Code::Blocks)
code compliation not working properly
ollydbg:
--- Quote from: websnake on January 30, 2011, 11:28:43 am ---the codeblocks is not showing any library functions of any .cpp project till i close the project and reopen it again
--- Code: ---#include<iostream>
#include<conio.h>
#include<time.h>
using namespace std;
int main()
{
time_t rawtime;
struct tm * timeinfo;
time(&rawtime);
timeinfo = localtime(&rawtime);
cout<<asctime(timeinfo);
getch();
return 0;
}
--- End code ---
when i type this code its showing function time_t, return, struct but its not showing any functions related to time.h library.
and when close and reopen the same file again every thing is working fine. it shows all the time.h and other library functions properly.
i think its a bug and i hope it will get fixed soon.
if anyone knows how can i fix this then please let me know.
--- End quote ---
thanks, I can confirm this. It was definitely a bug. It seems even the file is saved, the new #included "header" file was not parsed.
--- Quote ---off topic question -- does anyone know how to setup codeblocks to work with pspsdk.
my pspsdk is properly working. just need to attach it with codeblocks and compile the program.
--- End quote ---
what does this means?? I don't get your idea...
Navigation
[0] Message Index
[*] Previous page
Go to full version