March 23, 20188 yr Has anybody got a list of event id's in 5 digit format as the SDK.h list only seems to work in some cases
March 23, 20188 yr A header that works only sometimes? More like the program logic :) //this: #include "stdafx.h" #include <iostream> #include <PMDG_747QOTSII_SDK.h> using std::cout; using std::endl; int main() { cout << (0x00011000 + 60) << endl; } //or this: #include "stdafx.h" #include <iostream> #include <PMDG_747QOTSII_SDK.h> using std::cout; using std::endl; int main() { cout << (THIRD_PARTY_EVENT_ID_MIN + 60) << endl; } // is the same as this: #include "stdafx.h" #include <iostream> #include <PMDG_747QOTSII_SDK.h> using std::cout; using std::endl; int main() { cout << EVT_OH_FIRE_OVHT_TEST << endl; } Also you could just substitute the macro calls or am I wrong? Edited March 23, 20188 yr by 30K Cheers Henrik K. IT Student, future ATPL holder, Freight forwarder air cargo and thx to COVID no longer a Ramp Agent at EDDL/DUS+ | FS2Crew Beta tester (&Voice Actor) for the FSlabs and UGCX Sim: Prepar3d V4.5 Rig: CPU R7-5800X | RAM: 32GB DDR4-3000 | GPU: GTX 3080 | TFT: DELL 3840x1600
Archived
This topic is now archived and is closed to further replies.