Jump to content

wh1sp3r

Members
  • Posts

    421
  • Joined

  • Last visited

Everything posted by wh1sp3r

  1. You are distributing debug version.... if you want to distribute your app, compile it as release.
  2. I have bought Start8, funny right ? but it killed damn metro on my desktop. I like Win8 new features ( mainly taskmanager and ribbon ), but metro on desktop ? no way.
  3. if you want to use VS2012, just right click on your project in solution explorer, properties and in general, set Platform toolset to VS2010 v100.
  4. 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
  5. pfff, then i don't know, lol. Last stupid question, have you tried it to run it as admin ?
  6. there should be more info or at least i always have, lol
  7. 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.
  8. Could you please run Event viewer ? start button, run eventvwr, expand Custom Views, events and check last event after your error. You should get better description what happend. Canardian: Windows SDK are included in Windows. Visual C++ redistributable works only for Release version of applications. For Debug, you need to install Visual studio tools. For x86 applications, only x86 redistributation pack is needed. Additional info: http://msdn.microsoft.com/en-us/library/k089yyh0.aspx abort function was called, so, some kind of exception occured.
  9. How long will this price stay for LE2 users ?
  10. that's what i really don't like .... we have no idea, when we have to pay and for what and how much. Small update, and pay !! or no support. it reminds me small upgrade from 2.2 to 2.3 or how's the version. We really don't know when they can suprises us with price. I really hate these marketing models where you have to pay for bugfixes.
  11. I would like to react on admin's reply on offtopic: wh1sp3r, on 27 February 2013 - 04:58 PM, said: now, the question is will be a GL4 renderer added without any fee ? Admin's answer: No. That's completely infeasible. Implementation will be a huge amount of research and development. So it means .. we have to pay additional money for that. Ok, That i wanted to know. Thank you.
  12. Actually not. We have own dx10/11 engine, so i will make that game in our engine only .. I just wanted to be first, who will make a game in LE3 .. but i am really suprised by the price.
  13. Actually ... i wanted to revive my BallWars game i did years ago and i wanted to be first, who will finish a game for LE3 Now, i can't ... and it's not worth to spend these money for it now, It's a pity ... Ballwars on mobiles phones .... hmmm
  14. disable keys ? Let's say, when you meet another character, you can disable movement keys and mouse look .. and game script can take care about camera look. Camera can smoothly point to character, who wants to talk with you
  15. So, where's a LE3 ? how many hours to release ?
  16. We have nice proverb. "Who wants more and more has nothing." And that's a problem. Everyone wants great game with great graphic with great gameplay, which is running everywhere. I did a complete game, it was called The Ball Wars, i released it with source code on old forum. Even such a small game was not easy to do becuase i was learning c++ by programming that game. I am thinking about buying LE3, but only thinking ...if i buy LE3, The Balls wars will be first game i will make with proper programming and i will finish it. We are great community here, if you make a simple game, we can have fun playing it over internet just don't do ultra big projects you can't ever finish, lol.
  17. wh1sp3r

    It's Friday

    I have whiteboard too. It really helps, when you need to think, lol.
  18. wh1sp3r

    A Red-Letter Day

    I installed it on desktop, laptop everywhere with Start8 .. and i am just enjoying new features without new interface I don't like only one thing and that's no option to choose, what i want to use( new interface<->desktop only ),that's all.
  19. You can't run debug apps on other systems as it's using debug redistributable libraries. It will be only running on system with Visual studio installed ( with same toolset version ). If you need tu run it, just include toolset debug libraries with app. ( msvcXXXd.dll, etc ( 'd' in the end ) ) and it will work. You can see, different version of Visual studio is using different toolset version as libraries are newer. You can set one version everywhere, for example v100 and include debug libraries with debug exe.
×
×
  • Create New...