Jump to content

Recommended Posts

Posted

Hi, i created C++ VS2008 Console, with Framewerk project type, but these lines are confusing me.

 

 


// Create framewerk object and set it to a global object so other scripts can access it        
Framewerk fw;
if( !fw.Create() )        
{
ErrOut( "Failed to initialize engine." );
return 1;        
}        

// Note! Lua is not supported when using Framewerk      

 

It says to "Create framewerk object and set it to a global object so other scripts can access it"

 

but then it says, "Note! Lua is not supported when using Framewerk".

 

So, Lua is not supported when using Framewerk ?

Win 7 64, LE 2.31, Liquid Cooled I7-960 @ 4.00GHz, 6GB DDR3 Ram @ 1600mhz, BFG GTX295, Sound Blaster X-FI.

Posted

ZeroByte

 

Lumooja made this template and he tells me

that LUA dont work with framewerk at least

in a way thats compatible with the Editor.

 

I'm not capable of tell exactly why but

you could ask in the C++ programming section.

Roland Strålberg
Website: https://rstralberg.com

Posted

Beta4 has a visual bug, when using VS2008 Console option: It says "Framewerk (BM Framework)" which are 2 completely different things.

 

LEO contains the BM Framework, and Framewerk is the C++ source code Framewerk, which does not work with Editor's Lua model scripts, because the Framewerk fw object is incompatible with the Framework object.

 

Since the menu option "Framewerk (BM Framework)" is shared with BlitzMax projects, it needs to be a seperate menu option for BlitzMax and C++ projects:

BlitzMax: "Framework"

C++: "Framewerk"

Ryzen 9 RX 6800M ■ 16GB XF8 Windows 11 ■
Ultra ■ LE 2.53DWS 5.6  Reaper ■ C/C++ C# ■ Fortran 2008 ■ Story ■
■ Homepage: https://canardia.com ■

Posted

Beta4 has a visual bug, when using VS2008 Console option: It says "Framewerk (BM Framework)" which are 2 completely different things.

 

LEO contains the BM Framework, and Framewerk is the C++ source code Framewerk, which does not work with Editor's Lua model scripts, because the Framewerk fw object is incompatible with the Framework object.

 

Since the menu option "Framewerk (BM Framework)" is shared with BlitzMax projects, it needs to be a seperate menu option for BlitzMax and C++ projects:

BlitzMax: "Framework"

C++: "Framewerk"

 

Ok. I'll see what I can do for Beta 5

Roland Strålberg
Website: https://rstralberg.com

Posted

Thank's for explaining that Lumooja, i was having problems, but it's ok after i did clean 2.3.1 install.

 

Oh, and great job on Project Wizard Roland.

Win 7 64, LE 2.31, Liquid Cooled I7-960 @ 4.00GHz, 6GB DDR3 Ram @ 1600mhz, BFG GTX295, Sound Blaster X-FI.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...