News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Squirrel 3.0 stable has been released

Started by Loaden, April 29, 2011, 04:54:08 AM

Previous topic - Next topic

ollydbg

QuoteYou can download Squirrel 3.0 stable here
Released March 13, 2011.
Is it easy to update our squirrel engine in Codeblocks ??
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Loaden

Quote from: ollydbg on April 29, 2011, 05:04:32 AM
QuoteYou can download Squirrel 3.0 stable here
Released March 13, 2011.
Is it easy to update our squirrel engine in Codeblocks ??
I am failed for this update.
I hope someone can do it. It's a stable release, and compatible MSVC10.
In current CB trunk, there has a crash occured in squirrel if using MSVC 10.
See: http://forums.next.codeblocks.org/index.php/topic,14480.msg98192.html#msg98192

stahta01

The first question is does sqplus work with Squirrel 3.0.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

MortenMacFly

It's not only squirrel, but SqPlus that must support v3.0. We are using both, you know.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Loaden

Quote from: MortenMacFly on April 29, 2011, 08:38:46 PM
It's not only squirrel, but SqPlus that must support v3.0. We are using both, you know.
I review the SqPlus, and it seems been dead.
http://sqplus.svn.sourceforge.net/viewvc/sqplus/

ollydbg

too bad news... :?
Hope some guys will continue to develop SqPlus. :D
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on April 30, 2011, 04:45:07 AM
Hope some guys will continue to develop SqPlus. :D
I doubt. There were similar projects like http://sourceforge.net/projects/squadd but this is dead, too. Sqrat (http://scrat.sourceforge.net) seems active and claims to be syntax compatible to SqPlus, but I haven't tried yet.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]