View Issue Details

IDProjectCategoryView StatusLast Update
0002985JEDI VCL00 JVCL Componentspublic2005-08-22 14:24
Reporterivan_raAssigned Toobones 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0002985: JVCL dirs structure
DescriptionJVCL library has same structure:

JVCL
 \Lib
  \D5
...
  \D9
 \Resources
 \Run

So, source files and units (Dx) are not on the same level. In IDE it is not problem, but when I compile my project from command line and use JVCL\Lib\Dx path in search path, DCC32 can't compile it because it can't find resources:
Error: File not found: '..\Resources\JvDBControls.res'
Error: File not found: '..\Resources\JvDBGrid.res'
...
This is because path to resources from Run and Dx not the same, so, to compile project I must add JVCL\Run to search path or copy "Resources" folder into "Lib"
TagsNo tags attached.

Activities

obones

2005-08-22 13:36

administrator   ~0007835

I'm working on this as we speak, the path informations will be removed from the $R statements

obones

2005-08-22 14:24

administrator   ~0007836

This is now fixed in CVS.

Issue History

Date Modified Username Field Change
2005-05-23 08:49 ivan_ra New Issue
2005-08-22 13:36 obones Note Added: 0007835
2005-08-22 13:36 obones Status new => confirmed
2005-08-22 14:24 obones Status confirmed => resolved
2005-08-22 14:24 obones Resolution open => fixed
2005-08-22 14:24 obones Assigned To => obones
2005-08-22 14:24 obones Note Added: 0007836