Jump to content

FlyBy2507

Members
  • Posts

    38
  • Joined

  • Last visited

1 Follower

About FlyBy2507

  • Birthday 02/26/1966

Personal Information

  • Flight Simulators
    DCS, Cliffs of Dover
  • Location
    Brussels
  • Interests
    3D printing, micro-controllers

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. It's a bitmask (see link below). Processor affinity bitmask Example of code #include <Windows.h> #include <iostream> using namespace std; int main () { HANDLE process = GetCurrentProcess(); DWORD_PTR processAffinityMask = 0; /// What to do here? BOOL success = SetProcessAffinityMask(process, processAffinityMask); cout << success << endl; return 0; }
  2. Does size matter? If so, my ex-girlfriends lied to me!
  3. Remember the back reflection of red panel for the FW190-A8 ? Take months to be fixed.
  4. Sorry but buy a powerful computer is not the solution, optimized code is the one. It's a pity that someone like Reflected Simulation needs to cheat with number of bomber who drop their bomb or needs to challenge the AI behaviour.
  5. Why did you removed the passage of Brigg's post in DD_Fendir's answer? A bias perhaps or you have not read it?
  6. In 30 years someone will say exactly the same.
  7. Seems there is an option somewhere where we can delay the tacview flow from server to client to avoid cheating.
×
×
  • Create New...