Results 1 to 10 of 36

Thread: Machina Engine DevPascal - IDE for Free Pascal

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Quote Originally Posted by FelipeFS
    I just asked in the facebook where should I put this browser(together with the "manager frame", or in a new frame on right side of the screen?).
    I like to see nothing on left side, only line numbers and code But many others put something there. So, provide possibility to configure environment, and everybody will be hapy

    Your project works on my computer at work with Windows 7. But there are some bugs/etc.:
    - custom caption not a good idea, because people expect maximizing of window when they double click on it, and custom theme looks not good, I prefer to see what I configured in system
    - window doesn't minimize after clicking on icon in taskbar
    - as I understand editor support UTF-8, but only if there is a BOM code at start of file, it will be a good idea to have option for default encoding somewhere in preferences

    About the compiler preferences - take them from Lazarus, because there they placed good

  2. #2
    I'm trying to use the compiler externally, so I'm using a unit which I can compile using the FreePascal IDE, but I'm not getting it to compile using command line. These are the commands:

    FPC -Rdefault
    -Sc -Sg -Si -Sh -SIcom -vv -vw -vl

    -FuD:\FPC\units\i386-win32\
    -FuD:\FPC\units\i386-win32\*
    -FuD:\FPC\units\i386-win32\rtl\
    -FuD:\FPC\units\i386-win32\lcl\
    -FuD:\FPC\units\i386-win32\lcl\*
    -FuD:\FPC\units\i386-win32\lcl\units\i386-win32\
    -FuD:\FPC\units\i386-win32\lcl\interfaces\win32\
    -FuD:\FPC\units\i386-win32\lcl\units\i386-win32\win32\
    -FuD:\Arquivos\Desenvolvimento\Programação\Projetos \
    -FiD:\FPC\units\i386-win32\lcl\include\
    -FiD:\Arquivos\Desenvolvimento\Programação\Projetos \
    -FlD:\FPC\units\i386-win32\lcl\*
    -FoD:\Lazarus\lcl\units\i386-win32\
    -FoD:\Lazarus\lcl\* -FoD:\Lazarus\lcl\units\*

    -TWin32 -g- -p- -b- -Mfpc -XS -Cp80386 -Op80386
    D:\Arquivos\Desenvolvimento\Programação\Projetos\M EGameEngine.pas


    I recieve this message:
    control(935,27) Error: Identifier not found "TPopupMenu"

    Does anyone know what the problem is?

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •