Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

EPICenter Compile Error

Featured Replies

Everything I try to compile comes up with the same error: ";"expected "". There is no ";" in the program and the item expected is in the program. Can anyone tell me what my problem is?Thanks,Steve K.

I would have to see the whole project you did not only your Epl.Some times the error is not where Epic center says it is.

..yes, We'd have to see the source code.. Sometimes it's a missing brace '}'...Ray

Ray S.

 

Check out my aviation portfolio:

http://scottshangar.net

Steve look at the code below. if you make the two file as 1 an .epl file and 2 as .hpl file they will compile in epiccenter. then if you comment out the ; you will see that it won't compile. give it a try. just copy and past them in a new project in epiccenter. good luck. Ron//......................TESTDEVICE.EPL FILE 1..................// #define FASTSCAN 0 definemodule(0,FASTSCAN,0,1) #include "testdevice.hpl" //*********** end of file*******************//...................TESTDEVICE.HPL FILE 2.......................// connector(Mod0) { modrow(0,0); // NOTE THE ; HERE. IF IT IS MISSING YOU GET THE FOLLING ERROR//[20] ERROR 11: ";" expected ( "}" ) in line 14 of file C:EPICProjectstestdevicetestdevice.hpl // NOTE THE ERROR IS IN LINE 9 NOT 14. }; // SAME HERE IF ; IS MISSING YOU GET THIS ERROR// 25] ERROR 11: ";" expected ( "connector" ) in line 18 of file C:EPICProjectstestdevicetestdevice.hpl connector(An1) { analog(0); analog(1); analog(2); }; device(testdevice0) { connector(An1); analog(0,ailrons,X); analog(1,elevators,Y); analog(2,rudder,Z); button(0,0,firstbutton); // AGAIN IF ; IS MISSING ERROR IS IN LINE 35 NOT 38.// [45] ERROR 11: ";" expected ( "button" ) in line 38 of file button(0,1,secondbutton); button(0,2,thirdbutton); }; //**********************end of file****************

Thanks guys, for all the help.I was misreading the error message/ I thought the error was the ; when it actually needed a ;. After I put the ; in to end the line everything compiled.Regards to all,Steve K

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.