View Issue Details

IDProjectCategoryView StatusLast Update
0002209JEDI VCL02 Installationpublic2004-10-15 01:24
ReporteranonymousAssigned To 
PrioritynormalSeverityblockReproducibilityalways
Status closedResolutionopen 
Product Version3.00 BETA 2 
Target VersionFixed in Version 
Summary0002209: Could not build wininet related packages
DescriptionC5 Packages using wininet.dll (JvNetC5R.bpk, JvSystemC5R.bpk) could not be linked.
The linker missed imported functions from the DLL.
Adding wininet.lib to the package is impossible, because IDE removes references (with message: wininet already in Cjcl50 bla bla...)
Temporaly I copied wininet.lib into a file named wininet2.lib and added wininet2.lib to the packages. That made link possible.
TagsNo tags attached.

Activities

obones

2004-10-14 13:20

administrator   ~0005389

The wininet.lib dependency is already in those packages. Further, I don't have any problems compiling them on my machine here.
Which version of the JVCL 3 and which version of C++ Builder 5 are you using ?

ihof

2004-10-14 23:21

reporter   ~0005392

Last edited: 2004-10-14 23:24

Yes a saw wininet.lib in the original package source, but the ide always removes the entry. I'm using JVCL 3.00 BETA 2 with C++Builder 5 Ent. Update#2 on a windows XP sp2 box

edited on: 10-14-04 23:24

obones

2004-10-15 00:29

administrator   ~0005394

The readme file for BCB specifically says: DO NOT SAVE packages.
Just open them, compile them, but NEVER EVER save them from within the IDE, they will be modified and rendered useless.
This is why it is even recommended to close the IDE, open a command line, go into packages\bin and type 'build c5'. Or you can use the installer. Clearly, the IDE is trying to be too intelligent, and while it does work when you open the package, if you ever save it, it will be modified and be useless.

ihof

2004-10-15 00:37

reporter   ~0005396

Last edited: 2004-10-15 00:42

Yes the ide is stupid (would like to be too inteligent) but you can't control the save process sometimes. The file would be overwritten whether you want it or not.
I'll check the packages\bin directory for see how to command line build

edited on: 10-15-04 00:42

obones

2004-10-15 01:24

administrator   ~0005397

I'm closing this, as to me it is a non issue.
As far as I can remember, the IDE never saved the project file without either asking first (when I quit) or me clicking on the Save (or Save all) button.

Issue History

Date Modified Username Field Change
2004-10-12 09:56 anonymous New Issue
2004-10-14 13:20 obones Note Added: 0005389
2004-10-14 13:20 obones Status new => feedback
2004-10-14 23:21 ihof Note Added: 0005392
2004-10-14 23:24 ihof Note Edited: 0005392
2004-10-15 00:29 obones Note Added: 0005394
2004-10-15 00:37 ihof Note Added: 0005396
2004-10-15 00:42 ihof Note Edited: 0005396
2004-10-15 01:24 obones Status feedback => closed
2004-10-15 01:24 obones Note Added: 0005397