Closed pka4916 closed 4 years ago
I had the same issue. After opening DragDropDR102TGroup.groupproj and installing with these projects packages, the problem is solved.
That seems to work, but then I don't have Windows 64 Bit support.
That seems to work, but then I don't have Windows 64 Bit support.
You can now compile your application with 64 bit support.
After compiling, I am trying to install the package, and keep getting the error that it cannot find a package in the folder. Everything is there, so I don't know what else it's looking for.
Same problem for me as well..
After compiling, I am trying to install the package, and keep getting the error that it cannot find a package in the folder. Everything is there, so I don't know what else it's looking for.
I faced the same issue. Can you please fix the packages for 10.3.X, instead of installing packages for 10.2 in 10.3, as @birkangit suggested?
Update: As @birkangit suggested, In Delphi 10.3.1 IDE, I opened DragDropDR102TGroup.groupproj. Thereafter, the things that did not work were: I changed the dcp/dcu/package output path to a custom dir and after successful compilation, tried to install from the custom path. Got the same error .. "module not found.." or some. So deleted all generated binaries from the custom folder. And this time, I went with default settings of the project options as came with fresh downloaded source code. And this time ti worked. After installation of the components, when I checked from where the .bpl was installed, it was found at
if you don't want to add this directories to IDE Lib Path, then change the project settings or copy files to where you need.... for instance \Users\Public\Documents\Embarcadero\Studio\20.0\Bpl \Users\Public\Documents\Embarcadero\Studio\20.0\Dcu
Thank you @landrix for your reply. Following sequence worked for me (with one error at the end. Greatly appreciate if you can confirm it). (1) Opened DragDropDR103RGroup.groupproj (both projects, set to 32 bit) (2) First compiled project DragDropDR103R.bpl. Copied DragDropDR103R.bpl and DragDropDR103R.dcp from Library\DX103R\Win32_Release folder to \Users\Public\Documents\Embarcadero\Studio\20.0\Bpl. (3) Now compiled project dclDragDropDR103R.bpl and copied generated .bpl and .dcp files as above. (4) Right clicked on dclDragDropDR103R.bpl and 'install'. Design-time 32-bit components installed in IDE. (5) Set project DragDropDR103R.bpl to 64-bit and compile. Worked fine. Binaries generated in Library\DX103R\Win64_Release. Copied DragDropDR103R.bpl and DragDropDR103R.dcp from Library\DX103R\Win64_Release folder to C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\Win64. (6). Set project dclDragDropDR103R.bpl to 64-bit and compile. Error generated here that 'designide.dcp' not found. I checked in Emabrcadero "lib" dir, there is only 32bit version supplied and not 64-bit. Since, this is a designtime package, I believe, there is not need to compile this project in 64-bit. right?
With above steps, do you think my application using your components will be 64-bit compliant?
There is no 64 Bit design time support in Delphi. And this Option isn't in the design time package
The components works under 64-bit. There is only no need for a 64-bit designtime package.
Post Build event for Runtime bpl
copy "$(OUTPUTDIR)\$(OUTPUTFILENAME)" "$(BDSCOMMONDIR)\Bpl
After compiling, I am trying to install the package, and keep getting the error that it cannot find a package in the folder.
Everything is there, so I don't know what else it's looking for.