From: Richard Pilkington on 19 Jul 2010 10:26 Frank Is the location that you set as the target for the exe in the IDE the same as the one you test the compiled EXE from, or different? In other words once you compile the EXE do you copy it somewhere else to test it? If this is the case you may have some mismatched dlls in the location you are testing from. I am assuming that all the dlls have been recompiled with 2.8 Richard On 19/07/2010 15:48, Frank Leverenz wrote: > Hi Karl, > > Yes, the actual system is compiled with VO 2.7b and works fine on over > 200 workstations (and on my PC and my laptop). > > I try to update the whole app (32 dll and 2 exe, don't know how many > of thousands of codelines) to VO 2.8 and 'til now it only works from > IDE (and if I start the app from IDE, it uses the dll too) or if I > built a big EXE file without dll) > > Frank > --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: Frank Leverenz on 20 Jul 2010 01:43 Hi Richard, > Is the location that you set as the target for the exe in the IDE the same as > the one you test the compiled EXE from, or different? It's the same location. And I also tried to copy all dll and the exe to the VO 2.8 bin directory and start it from there, but it's the same behaviour. > I am assuming that all the dlls have been recompiled with 2.8 Yes, I've deleted all dll and exe and generate these file new with build 2836 Frank
From: Richard Pilkington on 20 Jul 2010 02:00 Frank Finally, When you recreated the Dlls did you re-import the associated library (the one created when the dll is created) and reference those as libraries in the exe? The reason I asked these questions is I had the same problem that you described (but with 2.7). It was solved by recreating all dlls in the app and re-importing the dll libraries. I also made sure that the dll libraries and not the dlls themselves were referenced in the exe libraries. When the exe was then created the problem went away. Richard On 20/07/2010 07:43, Frank Leverenz wrote: > Hi Richard, > >> Is the location that you set as the target for the exe in the IDE the same as >> the one you test the compiled EXE from, or different? > > It's the same location. And I also tried to copy all dll and the exe > to the VO 2.8 bin directory and start it from there, but it's the same > behaviour. > > >> I am assuming that all the dlls have been recompiled with 2.8 > > Yes, I've deleted all dll and exe and generate these file new with > build 2836 > > Frank > --- news://freenews.netfront.net/ - complaints: news(a)netfront.net ---
From: Frank Leverenz on 20 Jul 2010 07:50
Hi Richard, perfect idea: I've deleted all dll links in all modules, make a reindex and make them new, and now it seems to work. Thanx Frank |