Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
XE7 64-bit not working
#1
Forgive me for opening another thread but it is essential here that I get this going - I have staked my reputation on IntraWeb against almost irresistable opposition from the VS dot crap camp - so to recap ...

I have a clean install of XE7 on a 64-bit W7 PC with the latest IntraWeb release freshly downloaded and installed according to the instructions including removing the bundled edition.  On 32-bit platform an app builds and runs perfectly just like I am used to.

I start a new project in a new and completely different directory, adding 64-bit platform and removing 32-bit platform, I put a button on the IW form and build...

[ilink64 Error] Error: Unresolved external 'WinMain' referenced from C:\PROGRAM FILES (X86)\EMBARCADERO\STUDIO\15.0\LIB\WIN64\RELEASE\C0W64.O

I open Project | View Source where I know the main is located, there I see...

#if _WIN64
int WINAPI _tWinMain(HINSTANCE, HINSTANCE, LPTSTR, int)
#elif __WIN32__
WINAPI WinMain(HINSTANCE, HINSTANCE, LPSTR, int)
#endif
{

So, I try renaming _tWinMain to just WinMain and rebuild - success !

Then I run the app, which immediately crashes out with "The application was unable to start correctly (0x0000007b)."

So there was obviously a reason why WinMain was renamed.  Now I am stumpped and need to make progress...

Help Alexandre my hero !!!

PS I should have said - I'm using C++ Builder not Delphi.

PPS...
Since the whole rational behind this new project is to add a Web form to the 64-vit VCL app....

I tried adding IW to a VCL application using the technique I developed last year (and which was so successful I published it in the then C++ Builder Journal) thinking this would navigate around the Linker error - which it did.  But unfortunately the program still crashed out on start-up with the same Unable to start correctly ... error as above.

I am quite willing to pay for support and a solution !


Denville.


Attached Files
.doc   IntraWeb - add a web page.doc (Size: 29.5 KB / Downloads: 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: 2 Guest(s)