Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XE7 64-bit not working
#9
This project template works correctly. The only difference is the inclusion of tchar.h. I don't know why it started failing in new projects in some C++ IDEs, not in others.

There is no AV regarding ServerController missing or something.

Can you please test it and let me know?


Code:
//---------------------------------------------------------------------------

#include <vcl.h>
#pragma hdrstop
#include <tchar.h>
USEFORM("Unit1.cpp", IWForm1); /* TIWAppForm: File Type */
USEFORM("ServerController.cpp", IWServerController); /* TIWServerControllerBase: File Type */
USEFORM("UserSessionUnit.cpp", IWUserSession); /* TIWUserSessionBase: File Type */
//---------------------------------------------------------------------------
#include <IWRtlFix.hpp>
#include <IWStart.hpp>
//---------------------------------------------------------------------------
#if _WIN64
int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
#elif __WIN32__
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
#endif
{
        try
        {
           TIWStart::Execute(true);
        }
        catch (Exception &exception)
        {

        }
        return 0;
}
//---------
Reply


Messages In This Thread
XE7 64-bit not working - by denville - 03-07-2019, 03:59 PM
RE: XE7 64-bit not working - by JuergenS - 03-07-2019, 06:25 PM
RE: XE7 64-bit not working - by denville - 03-08-2019, 05:04 AM
RE: XE7 64-bit not working - by JuergenS - 03-08-2019, 08:51 AM
RE: XE7 64-bit not working - by kudzu - 03-08-2019, 02:30 PM
RE: XE7 64-bit not working - by denville - 03-08-2019, 03:24 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-10-2019, 04:49 AM
RE: XE7 64-bit not working - by Alexandre Machado - 03-10-2019, 04:52 AM
RE: XE7 64-bit not working - by Alexandre Machado - 03-11-2019, 08:22 AM
RE: XE7 64-bit not working - by denville - 03-12-2019, 12:23 PM
RE: XE7 64-bit not working - by kudzu - 03-12-2019, 04:24 PM
RE: XE7 64-bit not working - by DanBarclay - 03-13-2019, 05:34 AM
RE: XE7 64-bit not working - by denville - 03-13-2019, 12:44 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-13-2019, 09:27 PM
RE: XE7 64-bit not working - by denville - 03-13-2019, 01:56 PM
RE: XE7 64-bit not working - by denville - 03-18-2019, 04:28 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-20-2019, 10:56 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-25-2019, 08:38 AM
RE: XE7 64-bit not working - by denville - 03-25-2019, 10:02 AM
RE: XE7 64-bit not working - by denville - 03-25-2019, 04:32 PM
RE: XE7 64-bit not working - by kudzu - 03-26-2019, 01:48 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-26-2019, 10:34 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-26-2019, 11:39 PM
RE: XE7 64-bit not working - by denville - 03-27-2019, 12:42 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-27-2019, 07:27 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-27-2019, 07:44 PM
RE: XE7 64-bit not working - by Alexandre Machado - 03-27-2019, 07:54 PM
RE: XE7 64-bit not working - by denville - 03-28-2019, 11:10 PM
RE: XE7 64-bit not working - by denville - 03-29-2019, 12:39 AM
RE: XE7 64-bit not working - by Alexandre Machado - 03-30-2019, 12:15 AM
RE: XE7 64-bit not working - by denville - 04-04-2019, 01:30 PM
RE: XE7 64-bit not working - by kudzu - 04-04-2019, 02:27 PM
RE: XE7 64-bit not working - by denville - 04-06-2019, 09:54 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)