Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 84matte84 on October 24, 2013, 01:04:31 pm

Title: Function declaration and definition not found...
Post by: 84matte84 on October 24, 2013, 01:04:31 pm
Hi guys,

I am new to CodeBlocks and I'm loving it...

I was able to import my C windows console project and to make it
able to compile with my custom external Makefile...

everything works now and I am able to compile the program BUT
I can't browse the code...code definition and declaration always answer
"NOT FOUND"

what's the problem? what am I supposed to do to make it works?

thank you
Title: Re: Function declaration and definition not found...
Post by: ToApolytoXaos on October 24, 2013, 02:05:48 pm
I was able to import my C windows console project and to make it
able to compile with my custom external Makefile...

everything works now and I am able to compile the program BUT
I can't browse the code...code definition and declaration always answer
"NOT FOUND"

what's the problem? what am I supposed to do to make it works?

thank you
I have imported Lua source code in an empty C::B project, edited the makefiles a bit to help with cleanup, and everything compiles smoothly. Code definitions and declarations work just fine; why it's not working in your case, I have no idea.

Besides, you did not provide further information as of what compiler are you using with C::B, which version of C::B are you using, what version of Windows, and so forth. Provide this kind of information and folks here will definitely going to help you 84matte84.

Cheers.