Author Topic: Squirrel 3.0 stable has been released  (Read 9286 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Squirrel 3.0 stable has been released
« on: April 29, 2011, 04:54:08 am »

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Squirrel 3.0 stable has been released
« Reply #1 on: April 29, 2011, 05:04:32 am »
Quote
You 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.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Squirrel 3.0 stable has been released
« Reply #2 on: April 29, 2011, 05:40:41 am »
Quote
You 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.codeblocks.org/index.php/topic,14480.msg98192.html#msg98192

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7607
    • My Best Post
Re: Squirrel 3.0 stable has been released
« Reply #3 on: April 29, 2011, 04:48:59 pm »
The first question is does sqplus work with Squirrel 3.0.

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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Squirrel 3.0 stable has been released
« Reply #4 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: Squirrel 3.0 stable has been released
« Reply #5 on: April 30, 2011, 04:28:11 am »
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/

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5930
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Squirrel 3.0 stable has been released
« Reply #6 on: April 30, 2011, 04:45:07 am »
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Squirrel 3.0 stable has been released
« Reply #7 on: April 30, 2011, 09:27:31 pm »
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ