johnstiles76's Forum Posts

  • What is this suppose to mean? " If you have questions about JohnStiles76 "

    I just thought I'd offer the libs. and yes you need them to compile the ide

  • Hello everyone,

    I have the prof-uis 2.84 libs with a distribution contract with the developers if anyone needs it.

    I know its expensive and I know many people who want to contribute to the construct classic development can't afford the library.

    If you need it email me at johnstiles76edy@gmail.com

  • ok thank you everyone for your replies.

  • When will a new version of Construct Classic be available?

    Is Classic still in development?

    Thanks

  • What is the ImageCache.bin and is it needed for Construct to run?

    What exactly is the imagecache.bin is it a zip file or something with images? Any help would be appreciated.

    Thanks

  • Hi sure I'll share the fix.

    All I did was in the Visual Studio 2005 Source Code of the IDE was Disable The Desktop Composition.

    to do this I delayed the dwmapi.dll under the ide linker properties and to the additional libs I added dwmapi.lib

    Next on the MainFrm.cpp I added #include <Dwmapi.h>

    Then on CMainFrame::OnCreate I added DwmEnableComposition(DWM_EC_DISABLECOMPOSITION);

    This was a hack I learned from someone who hacked Construct but I won't mention his name because people doesn't like him. I found this hack in one of the few source codes he released back in 2008.

    Thank you and I hope this helps people.

  • Hi, The C++ I mean. The Original Construct Classic v1.2 Source Code

  • Nevermind Everyone, I've figured it out and was able to stop the crash by making some changes to the Construct Classic Source Code.

  • Hi,

    thank you for your reply. I'll have a look at those you suggested.

    Thanks again

  • Hi I'm new to Construct classic and am just learning it. I think its a great game maker. Does anybody have an example of space invaders or a pinball machine? I'd like to learn Construct Classic a lot better.

    Thanks to everyone and the construct community

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • When I have vista aero set on my computer running windows vista 32 bit home premium when I preview or export a full screen game it crashes and gives an error like failed to initialize texture.

    Any idea's?

    Running as administrator or in compatability mode doesn't help.

    Thanks in advance

  • I'm running Windows Vista 32 Bit with Construct classic 1.2 installed.

    When I have my vista computer set to aero thne preview a full screen game or export it construct classic crashes and gives some kind of failer to initialize texture. does anybody else have this problem?

    It also does it when I export my game.

    Running it in compatability mode or as an administrator doesn't help either. please someone help.

    Thanks

  • Hi I have a problem on vista with aero enabled. Construct Classic 1.2 crashes after previewing a full screen game. It gave an error message then closes. Any help is appreciated.

  • ok thanks I found out what I did wrong. I renamed DX9_ps to DX9_s instead of DX9 to DX9_s thank you for your help but do you have any idea how to fix the vista areo crash?

  • Hi Yes, I'm able to preview and export the built runtimes with python disabled. I will try to use python 2.6.4 and see if that helps.

    Also I'm running windows vista 32 bit and Construct Classic seems not to work with vista areo is enabled. Do you know why or how I can fix this issue?

    Thanks