indy - How can I install my own copy of Indy10 from source, in Delphi XE4, if I get "not a valid win32 application" error? -


using latest indy10 sources subversion, installing in delphi xe4, error when try install "dclindyprotocols180.bpl":

error:  can't load package c:\dev\..\comp\indy10\lib\output\bpi\win32\debug\dclindyprotocols180.bpl. %1 not valid win32 application. 

the bpi\win32\debug folder in question contains these files:

dclindycore180.bpl dclindyprotocols180.bpl indycore180.bpi indycore180.bpl indyprotocols180.bpi indyprotocols180.bpl indysystem180.bpi indysystem180.bpl 

how fix or work around this? not new indy, or delphi, each time there's new delphi release, there interesting surprises of prefer build source code , track subversion rather using random point in time ships delphi xe4 installer.

as general side question: there place status of indy project's subversion code, compared whatever embarcadero ships in products noted, or recorded?

by default new package in delphi might automatically 64 bit, or may have built dependency 64 bit bpl, not have switched 32 bit bpl , rebuilt it.

also might have folders in library path allow 32 bit , 64 bit bpls try load each other, causing issue.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -