Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

C::B Unable to start (0xc000007b) on win64/MinGW64 GCC 4.5.0

<< < (2/4) > >>

oBFusCATed:
Have you read the thread I've shown you? There Biplap has a patch for the scripting, have you tried it?

thynson:
The patch is not enough. The patch is just for svn 5XXX(sorry I forgot). After applying it, there is still many bad cast from pointer to interger. And particulary much of them was found in the SQplus library.

Biplab:

--- Quote from: thynson on May 29, 2010, 11:46:27 am ---The patch is not enough. The patch is just for svn 5XXX(sorry I forgot). After applying it, there is still many bad cast from pointer to interger. And particulary much of them was found in the SQplus library.

--- End quote ---

Well that patch is enough to compile code::blocks successfully. I had also uploaded compiled binary for others to try out. I believe you didn't even give it a try.

I have also pointed out remaining issues (mostly runtime issues) in the same thread. Anyway I'm attaching a new patch made against trunk. Do note that - you need WPG-System64 1.99-1 to compile and run it. If you use Mingw-w64 compilers you'll be able to compile; however the resulting binary won't run.

[attachment deleted by admin]

thynson:
Be calmed, plz. I tried. I'm using MinGW-W64 GCC 4.5.0 to compile Code::Blocks x64. The patch from you tyeken8 and me have applied. But there are still some compile errors. To prove this, here is our patch.
Debating about this is meaningless. But the most important is not that the CodeBlocks x64 version couldn't be built, but how it ran failed. Actually we've successfully built it and  have ran it, through it doesn't run properly, as Tydus descript above. We have found it's a call failed in SQplus.

[attachment deleted by admin]

Biplab:

--- Quote from: thynson on May 29, 2010, 06:08:43 pm ---Be calmed, plz. I tried. I'm using MinGW-W64 GCC 4.5.0 to compile Code::Blocks x64. The patch from you tyeken8 and me have applied. But there are still some compile errors. To prove this, here is our patch.
Debating about this is meaningless. But the most important is not that the CodeBlocks x64 version couldn't be built, but how it ran failed. Actually we've successfully built it and  have ran it, through it doesn't run properly, as Tydus descript above. We have found it's a call failed in SQplus.

--- End quote ---

Thanks for the patch! I recently rewrote a portion of SqPlus patch to avoid the use of data type INT and BOOL. Reason is to avoid conflict with pre-defined types. I also see you have added necessary code in crashhandler.cpp file. I'll apply it to my local repo.

Coming back to your runtime issue, I had uploaded a compiled binary at the following post.

--- Quote ---http://forums.codeblocks.org/index.php/topic,11567.msg80360.html#msg80360
--- End quote ---

The problem you are highlighting is not present in my build. You can give it a try.

However if you use my build I'd suggest you disable Code-Completion plugin and you may need to kill it from Task Manager after you exit. I'll upload a new build based on latest svn code tomorrow.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version