Search results

  1. JMW

    C++ Question error LNK1120

    Anyone help with this please - been trying to solve for hours. I know could be dozens of things but just a most likely pointer would be helpful. Think I'm blinded by the light, thanks. 1>MSVCRT.lib(exe_winmain.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function...
  2. JMW

    Problem Lua Console option not appearing in scenario Functions tab. (OpenOrbiter)

    Hi All, Can't get the Lua Console option to display in Function tab of scenario running OpenOrbiter. All seems to be there as below, but maybe missing something elsewhere? Any ideas please? (I have activated the LuaConsole module in Launchpad) This is on windows 11. All works fine on windows...
  3. JMW

    Error System Error: D3D9Client code execution [SOLVED]

    JUST RE-STARTING PC SOLVED IT (y) Hi again, It's not my weekend:rolleyes: Unable to launch 2024 Orbiter_ng.exe Getting error as screenshot, even after clean install. zlib.dll is there, it's just not seeing it....?
  4. JMW

    Problem Old style tiles not displaying

    Hi All, Can anyone explain why my Heathrow tiles show in OO D3D9Client, but Westcott RPE won't no matter what I try? Loading sequence etc..... Heathrow: "Westcott": Just shows generic tiles?
  5. JMW

    Software Smart App Control

    Hi People. Smart App Control blocks running Orbiter.exe and Orbiter_ng.exe from anywhere except my root folder. If I copy them and put on taskbar they're blocked. If I make a shortcut and leave it in the root folder it blocks that! Notifying that I think it is safe doesn't make it recognised...
  6. JMW

    Installation Graphics Engine and Orbiter 2024 [SOLVED]

    Hi All, Can anyone help here please. I've installed 2024 on a new laptop and can't run with integral D3D9, only D3D7. This gives me all manner of strange visual anomalies with my F-35B addon. Specs below - is there some sort of incompatibility? If run with D3D9 no 3D device is seen and it just...
  7. JMW

    C++ Question Sketchpad already exists for this surface

    Hi All, A shot in the dark that someone may have had this already, I'm getting a ctd with this error in orbiter log "000089.707: D3D9ERROR: Sketchpad already exists for this surface" It's specifically in VC mode when HUD is removed [H] and attempted to restore (D3D9Client only)
  8. JMW

    Request Script Vessels Update to Open Orbiter

    Hi All, It would be really great if someone versed in Lua could update these scripts to OO. https://www.orbiter-forum.com/resources/cruiser-operations-the-ticonderoga-v0-01-cruiser-operations-script-vessel.1668/ and...
  9. JMW

    General Question Copying changes from one .cpp to another

    Hi All, I have two .cpp files. One is for a 2016 Release addon, and another for Open Orbiter (diff. being one uses OrbiterSound 5.0, the other XRSound) I want to automatically copy any changes I make (apart from sound related of course) from one to the other (at least one way). Any help how I...
  10. JMW

    Compiling Addons for Open Orbiter

    Hi All, Coming at this late in the day....... Have tried to search answers to these but probably putting wrong key words.... Do addons for Open Orbiter have to be specifically compiled ? If so, I've seen several mentions of VS 2019 in connection with, does it have to be this version? And...
  11. JMW

    C++ Question Sketchpad colors

    Hi All, Can we draw text in Sketchpad in black ? I've tried searching and all I found was that if "black (0) is specified then SetTextColor is not called so text is printed in last specified color"..... But can we actually print in black ? Any help appreciated.
  12. JMW

    SDK Question Find Max Height of a Mesh

    Hi All, Is there a way to find the highest part of a mesh, and of a building in a .cfg file ? (eg: .y of scale ?) (Tall order eh ! - Excuse the pun) Needed to hone an approach autopilot. Many thanks.
  13. JMW

    Problem Surface tiles disappear with Zoom [D3D9Client only]

    Hi People. Problem: Tiles disappear when zoom in, only happens in D3D9Client. [Orbiter2016 Release rev 62, with D3D9ClientR4.11-forOrbiter2016(r1355)] Also, mismatch appears in D3D9 that isn't there in Stock Orbiter. Looks like lower resolution tiles loading ? Screenshots attached (hopefully in...
  14. JMW

    SDK Question Ctd when compiled in Debug but not in Release

    Hi There Everyone. Good to be back. Was stuck abroad for 10 months ! I'm perplexed, have searched but can't find a similar case. Code compiles with my usual warnings, but ctd after few seconds unless compiled with debug which runs fine. I know which code is causing it but can't find out why...
  15. JMW

    Resolved Bookmarks?

    Well hello Forum Guys. Being a forum noob at the best of times, I'm totally unaware of the doubtless many advantages of the recent migration. So this is gonna seem a thankless question (but I'm not). All my myriad browser Bookmarks to much needed info are now redundant. ? Is there any way to...
  16. JMW

    SDK Question Bogus statements?

    Hi Can anyone help as regards loads of seemingly bogus statements/warnings I'm getting. Everything compiles fine, but getting multiple "red-liners"......
  17. JMW

    CTD from SVN r65 on

    Hi Guys. Can anyone help with my latest dilemma please. Any installation from r65 onward crashes at Jupiter according to log. r65 and below are fine............ What am I missing ? **** Orbiter.log 000000.000: Build Aug 27 2017 [v.170827] 000000.000: Timer precision: 1e-007 sec 000000.000...
  18. JMW

    SDK Question Distance calc overrun ?

    Hi People. Quick question, probably not quick answer..... On a distance calculation I'm getting a value of "-1.#IND" intermittently. It's messing up an autopilot. Is it an overrun of some kind. If so, what do I need to do....? Code used: dis = sin((latitude)*RAD) * sin((tgtlat)*RAD) +...
  19. JMW

    PennyBlack

    Has anyone heard from this guy?
  20. JMW

    SDK Question Nested loop?

    Help please. Try as I may I haven't been able to display distances to bases in red if going further away, and in white if getting nearer. Sounds simple and no doubt is, but can't crack it ! Standard display code is: if(HUD2 == 1 && oapiGetHUDMode() == HUD_DOCKING &&oapiCockpitMode() ==...
Back
Top