I downloaded the latest VW version from Cincom's website, and looking
at the source code of Glorp classes and methods the variables are decompiled as t1, t2, t3 and so on, making the source code hard to read. Is it like this by design or was it a faulty build process from Cincom side? The sources of VW are okay, because classes from other packages have its source code OK. Esteban A. Maringolo APPENDIX: The code is shown as follows. printBasicSQLOn: t1 withParameters: t2 forSelect: t3 " ***This is decompiled code.*** This may reflect a problem with the configuration of your image and its sources and changes files. Please refer to the documentation and the settings tool for help in setting up the proper source code files." t1 nextPutAll: self castFunctionName; nextPut: $(. t3 ifTrue: [base printSelectSQLOn: t1 withParameters: t2] ifFalse: [base printSQLOn: t1 withParameters: t2]. t1 nextPut: $). alias notNil ifTrue: [t1 nextPutAll: ' AS '; nextPutAll: alias]. ^self -- You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Go to Settings then system and hit the button paste current.
This will set the correct home directory making the sources in sync with the image.
Regards,
@+Maarten,
> I downloaded the latest VW version from Cincom's website, and looking > at the source code of Glorp classes and methods the variables are > decompiled as t1, t2, t3 and so on, making the source code hard to > read. > > Is it like this by design or was it a faulty build process from Cincom side? > > The sources of VW are okay, because classes from other packages have > its source code OK. > > Esteban A. Maringolo > > > APPENDIX: The code is shown as follows. > > printBasicSQLOn: t1 withParameters: t2 forSelect: t3 > " ***This is decompiled code.*** > This may reflect a problem with the configuration of your image > and its sources and changes files. > Please refer to the documentation and the settings tool for help > in setting up the proper source > code files." > > t1 nextPutAll: self castFunctionName; nextPut: $(. > t3 > ifTrue: [base printSelectSQLOn: t1 withParameters: t2] > ifFalse: [base printSQLOn: t1 withParameters: t2]. > t1 nextPut: $). > alias notNil ifTrue: [t1 nextPutAll: ' AS '; nextPutAll: alias]. > ^self > > -- > You received this message because you are subscribed to the Google Groups > "glorp-group" group. > To unsubscribe from this group and stop receiving emails from it, send an email to > [hidden email]. > To post to this group, send email to [hidden email]. > Visit this group at http://groups.google.com/group/glorp-group. > For more options, visit https://groups.google.com/d/optout. > To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
2015-10-05 0:06 GMT-03:00 <[hidden email]>:
-- > Go to Settings then system and hit the button paste current. > This will set the correct home directory making the sources in sync with the > image. I did that before, and retried now, without luck. I even copied the whole installation directory into the image directory, without luck either. For some reason the Glorp parcel is missing in both the project (image) directory and the installation directory. You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Yes the question mark is no good, grab it from the public store or do a customized installation.
@+Maarten,
2015-10-05 0:06 GMT-03:00 <[hidden email]>:
-- > Go to Settings then system and hit the button paste current. > This will set the correct home directory making the sources in sync with the > image. I did that before, and retried now, without luck. I even copied the whole installation directory into the image directory, without luck either. For some reason the Glorp parcel is missing in both the project (image) directory and the installation directory.
You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
I expanded the zipped tarball of Glorp from the installation CD to the installation directory and it works now.
-- Apparently there is a bug in the installation of VW. Thanks for your support. Esteban A. Maringolo 2015-10-05 11:28 GMT-03:00 <[hidden email]>:
You received this message because you are subscribed to the Google Groups "glorp-group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. Visit this group at http://groups.google.com/group/glorp-group. For more options, visit https://groups.google.com/d/optout. |
Free forum by Nabble | Edit this page |