Juggernaut Posted March 4, 2013 Share Posted March 4, 2013 Hello, I am using Leadwerks 2.5 Each time I try to create a new project using LE Builder for Visual C++ 2008, I get the following error message as shown in the attached screen shot. Ironically the message refers to Visual Studio 2010 which I do not have installed. I only have Visual C++ 2008 Express installed. How can I rectify it ? Thanks, Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
wh1sp3r Posted March 4, 2013 Share Posted March 4, 2013 Install VS2010 express or VS2012 express, it seems, older version of solutions are not supported. You can make own solution in VS2008, but you need to setup your paths. Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Juggernaut Posted March 4, 2013 Author Share Posted March 4, 2013 Ah .... ok. Still wonder why the menu option label is " CPP 2008" and not "CPP 2010" Despite of the error, the project generated is compiling in Visual C++ 2008 Express Edition ! I will stick with VS 2008 for the time being. Thank you wh1sp3r for dropping by. Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
BES Posted March 4, 2013 Share Posted March 4, 2013 First time I have seen that before ... glad it still works for you with VS2008. To avoid problems i just Installed 2008,2010, and 2012... I actually like 2012 ...seems to run the fastest .. Quote Threadripper 2920X Gen2 CPU(AMD 12-core 24 thread) | 32Gigs DDR4 RAM | MSI Nvidia GeForce RTX 2070 Stock OCed | ASRock X399 Professional Gaming Motherboard | Triple M.2 500Gig SSD's in Raid0 Windows 10 Pro | Blender | Paint.Net | World Machine | Shader Map 4 | Substance Designer | Substance Painter | Inkscape | Universal Sound FX | ProBuilder | 3D World Studio | Spacescape | OpenSky | CubeMapGen | Ecrett Music | Godot Engine | Krita | Kumoworks | GDScript | Lua | Python | C# | Leadworks Engine | Unity Engine Link to comment Share on other sites More sharing options...
cassius Posted March 4, 2013 Share Posted March 4, 2013 I use codeblocks with le 2. Works great. Quote amd quad core 4 ghz / geforce 660 ti 2gb / win 10 Blender,gimp,silo2,ac3d,,audacity,Hexagon / using c++ Link to comment Share on other sites More sharing options...
Guest Red Ocktober Posted March 4, 2013 Share Posted March 4, 2013 im still on 2008 and have never seen that one before... but i imagine now that i've installed msvc2010 runtimes to test out L3, strange things will start happening --Mike Quote Link to comment Share on other sites More sharing options...
Juggernaut Posted March 4, 2013 Author Share Posted March 4, 2013 Thanks for sharing the personal preferences folks. I do feel the warmth to be part of this community. Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
Juggernaut Posted March 5, 2013 Author Share Posted March 5, 2013 By the way ..... is it possible to get syntax highlighting for the LE 2.5 functions and defined constants in Visual C++ 2008 Express like in the C++ video tutorials hosted at wiki ? All the LE 2.5 functions and constants are plain black in my editor. So it is not possible for me if I have mistype a function name or a constant. Anybody knows how to get this working ? Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
wh1sp3r Posted March 5, 2013 Share Posted March 5, 2013 From MSDN: To set syntax coloring for user-defined keywords In the same directory as msdev.exe, use the Text editor or Windows Notepad to create a text-only file named usertype.dat. Add your keywords to usertype.dat, one keyword per line. Note The usertype.dat file is read during initialization. It cannot be renamed, nor can it be reloaded during an editing session. The syntax coloring mechanism checks the usertype.dat file last. Thus, all previously defined color settings take precedence over the user-defined keywords. Save the file as a text-only file, exit, and then restart Visual Studio. From the Tools menu, choose Options. Select the Format tab. In the Colors box, select User Defined Keywords. Set the font, font size, foreground color, and background color to your preferences. For more information, see <a href="http://msdn.microsoft.com/en-us/library/aa265717(v=vs.60).aspx#_asug_to_change_colors_used_for_syntax_coloring" sab="1378">To change colors used in syntax coloring. Click OK. I don't know better way, but perhaps, you can download some extensions for this. Also, you have to make function list yourself or perhaps someone can make it from header Quote -= Phenom II X4 965 3.4Ghz - ATI HD5870 - 6 GB DDR3 RAM - Windows 8 Pro 64x=- Website: http://www.flamewarestudios.com Link to comment Share on other sites More sharing options...
Juggernaut Posted March 5, 2013 Author Share Posted March 5, 2013 @wh1sp3r : Thank you for the steps. Looks like Mr. did real hard work to get syntax hi lighting working in his Visual C++ 2008 Express. I will not be doing it right now. First I learn the functions and how the engine works. Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
Pixel Perfect Posted March 5, 2013 Share Posted March 5, 2013 Just look in the Leadwerks SDK CPP folder and you will find a usertype.dat file ready for this very purpose Quote Intel Core i5 2.66 GHz, Asus P7P55D, 8Gb DDR3 RAM, GTX460 1Gb DDR5, Windows 7 (x64), LE Editor, GMax, 3DWS, UU3D Pro, Texture Maker Pro, Shader Map Pro. Development language: C/C++ Link to comment Share on other sites More sharing options...
Juggernaut Posted March 5, 2013 Author Share Posted March 5, 2013 O ok. Thanks Pixel for that inside tip. Now this should make the job easier Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
Juggernaut Posted March 5, 2013 Author Share Posted March 5, 2013 @wh1sp3r and @Pixel Perfect ...... your steps and tips got me working the syntax hi lighting in Visual C++ 2008 Express ...... Just to note that msdev.exe was for Visual Studio 6, it is replaced by VCExpress.exe for the Visual C++ 2008 Express edition. So just by placing the usertype.dat file within the folder where VCExpress.exe resides and restarting the IDE did the job for me ! Quote LEADWERKS 2.5 Leadwerks Engine Documentation http://www.leadwerks.com/werkspace/page/Documentation/le2 Leadwerks Engine Wiki http://web.archive.org/web/20120728123827/http://www.leadwerks.com/wiki/index.php?title=Main_Page Leadwerks 2 wiki moving to Google Drive https://drive.google.com/folderview?id=0BxLsUYPSspxcfms3bmpvQlBSVjVYREljSElpQ3JfTmQydzg4anExZ2Fyb0I3NjZxSmkwd1E&usp=drive_web Link to comment Share on other sites More sharing options...
Recommended Posts
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.