I have a program developed by powerbuilder 6.5.
and now it's required to change an image in the program..
I have no idea about powerbuilder 6.5, just list what I did and wish someone can help me..
The original path of the image points on t:xxxxitmapxxx.bmp
and I just change it to bitmapxxx.2.bmp
I added the xxx.2.bmp into the resource file (pbr).
I changed the path in the window and run in powerbuilder, it looks fine..
Then I use the project printer, add the pbr file and full rebuild..
The compiler information messages tell me that some object...
the object variable declarations conflict with an existing global variable with this name
and the new definition of my process will take precedence and the prior value will be ignore until this version of xxx goes out of scope???
Object: w_r_change_password
Object Variable Declarations
(0001): Information C0146: The identifier 'w_r_change_password' conflicts with an existing global variable with this name. The new definition of 'w_r_change_password' will take precedence and the prior value will be ignored until this version of 'w_r_change_password' goes out of scope
I can get the exe but my updates are not work
what can I do and how to solve it.
Thanks a lot....
question from:
https://stackoverflow.com/questions/65917040/powerbuilder-6-5-compile-exe-not-update 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…