[progress Communities] [progress Openedge Abl] Forum Post: Compile Error Disappears After...

  • Thread starter Thread starter DenDuze
  • Start date Start date
Status
Not open for further replies.
D

DenDuze

Guest
Hi, I have a class coded in Progress Developer studio 4.3 (OE11.6.0), on that machine also the Telerik DefCraft suite is installed. In a program on that machine I use somewhere the code: define variable oChildren as "System.Collections.Generic.List " no-undo. This compiles and runs fine! Now I copied the source (cls-file) of that class and the needed dll's to another machine. That machine has OE11.5.1 installed and no Telerik. If I now open a Progress editor and do a compile .cls save I get an error on that piece of code: Invalid substitution type 'telerik.WinControls.RadElement' supplied ..... (15214) I get the same error when I try to use that class from my application If i now copy the the compiled .r to this machine and again try to run that from my application it works just fine (so now the compiled .r is runned and that is OK) The strange thing now is if I now do a compile .cls save (that failed before) then I do not get that compile error? Why is that? It looks like when a program is runned that uses that "System.Collections.Generic.List " then Progress remembers that this is a valid control and compiles all files that use that compile fine. When I close the Progress session and start a new one the problem is back? I find that very confusing. is that expected behaviour and can someone explain that to me? Regards Didier

Continue reading...
 
Status
Not open for further replies.
Back
Top