Greetings friends, my working environment is xHarbour / FWH 15.01 / Bcc582 and xEdit as Editor. Does any one who is working with Xedit V3.0.0., After compiling Myapp, xEdit does not create the executable, following up on the explorer while linking creates two files one RCX10.tmp and myapp.exe.$$$, But at the end of link only RCX10.tmp remain, renaming RCX10.tmp to Myapp.exe the application run fine, does anyone know why is thing happening?
xedit.cfg attached file
xedit.cfg attached file
  [OPTIONS]
  CreateBAK=.T.
  SaveOnRun=.T.
  SaveDesktop=.T.
  OpenLastProject=.F.
  AskQuit=.T.
  StopOnErrors=.F.
  ShowAllMessages=.F.
  AutoDepend=1
  Processes=1
  DontRunOnWarnings=.F.
  DebugMemoryLeaks=.T.
  MinimizeToTray=.F.
  UIFont=MS Sans Serif,8
  Language=10
  [TOOLBARS]
  File=.T.
  Project=.T.
  Navigation=.T.
  NavigationWidth=340
  Edit=.T.
  Find=.T.
  Marks=.T.
  [-]
  Root=D:\xedit
  Bin=D:\xedit\Bin
  Lib=D:\xedit\Lib
  Include=D:\xedit\Include
  [VCS]
  CVS=
  SVN=
  StateOk=1
  StateModified=3
  StateConflict=4
  StateAdded=5
  [USER]
  Root=D:\Documents and Settings\vargashn\Mis documentos\-
  Projects=D:\Documents and Settings\vargashn\Mis documentos\-\Projects
  Template=D:\Documents and Settings\vargashn\Mis documentos\-\Template
  Plugins=D:\Documents and Settings\vargashn\Mis documentos\-\Plugins
  Components=D:\Documents and Settings\vargashn\Mis documentos\-\Components
  [ProgrammingEnvironment]
  1=xharbour / FiveWin
  [xharbour / FiveWin]
  Default=.T.
  Include=C:\FWH\include
  Lib=C:\FWH\lib
  Libraries=Fivehx,Fivehc
  HBCompiler=xHarbour
  HBDir=C:\xHarbour
  HBDirBin=C:\xHarbour\Bin
  HBDirInclude=C:\xHarbour\Include
  HBDirLib=C:\xHarbour\Lib
  HBFlags=/m /n /es0
  HBLibraries=
  CCompiler=BCC
  CDir=D:\bcc582
  CDirBin=D:\bcc582\Bin
  CDirInclude=D:\bcc582\include
  CDirLib=D:\bcc582\Lib
  CFlags=-tWM -c -v- -O2 -X
  CLibraries=
  StripSymbols=.F.
  RCDefault=.T.
  RC=D:\bcc582\Bin\brc32.exe
  RCFlags=
  LinkFlags=-Gn -Tpe
  StandardIcons=.F.
  LibFlags=
  [HELP]
  1=C:\fwh\manual\fwcmd.chm
  2=C:\fwh\manual\fwclass.chm
  3=C:\fwh\manual\fwfun.chm
  4=C:\fwh\manual\fwcmd.chm
  5=C:\fwh\manual\fwclass.chm
  6=C:\fwh\manual\fwfun.chm
  7=C:\fwh\manual\fwcmd.chm
  8=C:\fwh\manual\fwclass.chm
  9=C:\fwh\manual\fwfun.chm
  10=C:\fwh\manual\fwcmd.chm
  11=C:\fwh\manual\fwclass.chm
  12=C:\fwh\manual\fwfun.chm
  13=C:\fwh\manual\fwcmd.chm
  14=C:\fwh\manual\fwclass.chm
  15=C:\fwh\manual\fwfun.chm
  16=C:\fwh\manual\fwcmd.chm
  17=C:\fwh\manual\fwclass.chm
  18=C:\fwh\manual\fwfun.chm
  19=C:\fwh\manual\fwcmd.chm
  20=C:\fwh\manual\fwclass.chm
  21=C:\fwh\manual\fwfun.chm
  22=C:\fwh\manual\fwcmd.chm
  23=C:\fwh\manual\fwclass.chm
  24=C:\fwh\manual\fwfun.chm
  25=C:\fwh\manual\fwcmd.chm
  26=C:\fwh\manual\fwclass.chm
  27=C:\fwh\manual\fwfun.chm
  28=C:\fwh\manual\fwcmd.chm
  29=C:\fwh\manual\fwclass.chm
  30=C:\fwh\manual\fwfun.chm
  31=C:\fwh\manual\fwcmd.chm
  32=C:\fwh\manual\fwclass.chm
  33=C:\fwh\manual\fwfun.chm
  34=C:\fwh\manual\fwcmd.chm
  35=C:\fwh\manual\fwclass.chm
  36=C:\fwh\manual\fwfun.chm
  37=C:\fwh\manual\fwcmd.chm
  38=C:\fwh\manual\fwclass.chm
  39=C:\fwh\manual\fwfun.chm
  40=C:\fwh\manual\fwcmd.chm
  41=C:\fwh\manual\fwclass.chm
  42=C:\fwh\manual\fwfun.chm
  43=C:\fwh\manual\fwcmd.chm
  44=C:\fwh\manual\fwclass.chm
  45=C:\fwh\manual\fwfun.chm
  46=C:\fwh\manual\fwcmd.chm
  47=C:\fwh\manual\fwclass.chm
  48=C:\fwh\manual\fwfun.chm
  [Abbreviations]
  if=IF |\nENDIF
  ife=IF |\nELSE\nENDIF
  wi=WITH OBJECT |\nEND
  me=METHOD |() CLASS\nRETURN
  fn=FUNCTION |()\nRETURN
  pr=PROCEDURE |()\nRETURN
  tr=TRY |\nCATCH\nEND
  to=// TODO:
  tom=/* TODO: |\n*/
  //-=//------------------------------------------------------------------------------\n|
  [PROJECTS]
  1=D:\PDVSA\Plan2excel\Plan2Excel.xpj
  2=D:\PDVSA\MP3COLLECTOR\MP3COLLECTOR.xpj
  3=D:\PDVSA\GPRO\gpro.xpj
  4=D:\PDVSA\GPRO\gproadm.xpjCompiler version: xHarbour 1.2.3 Intl. (SimpLex) (Build 20141106)
FiveWin Version: FWHX 15.01
BCC 5.8.2
FiveWin Version: FWHX 15.01
BCC 5.8.2