Rip van Winkle feeling
Posted: Fri Jan 02, 2015 7:24 pm
Greetings fellow forum members
I have a distinct Rip van winkle feeling at present as I last did any serious programming back in 1990 when I was
doing a lot of AutoCAD customisation. I am a structural engineer and I fear I may be one of the oldest members
on this whole forum judging by the ages for some of the birthdays mentioned.
I wrote a concrete continuous beam program back in 1975 for the then HP9830 which I had access to, and have upgraded
it steadily through half a dozen machines since then, finally coming to a halt with GWBasic for the IBM PC AT.
I still use the program as I have an old machine that can talk to a HPLJ 4P via DB25 LPT1 and a centronics connector.
I realised while on a bush vcation in November that my professional practice is dependant on the serviceability of that
old printer and most modern printers have USB connectors.
I have since upgraded the program to PDS ( QB7.1? ) and compiled it to EXE format and extended the output options to
include a print to file option. I can now run the EXE on Win XP and a DOSBOX on Win7 and print out the required info to
any of the windows printers on my network. So far so good but I do not plan to stop there.
It is now time for a GUI interface and I have chosen PureBasic as the tool for the job because of the Linux potiential
going foward - I have drawn a line in the sand as far as Microsoft OS's are concerned becasue of Autodesk's latest nonsense
but that is a different story.
My immediate questions are the following to which I could not find any answer in the FAQ or by a forum search
Are there any gadgets which will accept a 'real' as input? Or does everything have to come in as a string and then checked
and converted to a 'real'? There is probably a library function for that anyway.
My application has lots of real values for example beam spans, depths and breadths, loadings and start and end positions. Is
a GUI the right way to handle this kind of input? I could read a preprepared file but that does not seem elegant. Without going
into too much detail could someone be kind enough to tell me if I am heading in the right direction or not.
I wrote my first program in Fortran back in 1969 for the University of CapeTown IBM1130 We had 8k of RAM in those days and
I remember how excited we got when it was upgraded to 16k!
You might ask why an old topper like me still wants to do programming and the answer is simple. Because it is fun and Linus T.
would understand that I think. I aklso own the program and it reflects my design style. It can be important to own the process
on occasions.
I have slept past VBDOS, VBasic, .net Framework and OOP and based on my internet research I may not have missed out on too
much of real value, especially in regards to technical programmig.
Regards
Tony Aimer
Johannesburg
I have a distinct Rip van winkle feeling at present as I last did any serious programming back in 1990 when I was
doing a lot of AutoCAD customisation. I am a structural engineer and I fear I may be one of the oldest members
on this whole forum judging by the ages for some of the birthdays mentioned.
I wrote a concrete continuous beam program back in 1975 for the then HP9830 which I had access to, and have upgraded
it steadily through half a dozen machines since then, finally coming to a halt with GWBasic for the IBM PC AT.
I still use the program as I have an old machine that can talk to a HPLJ 4P via DB25 LPT1 and a centronics connector.
I realised while on a bush vcation in November that my professional practice is dependant on the serviceability of that
old printer and most modern printers have USB connectors.
I have since upgraded the program to PDS ( QB7.1? ) and compiled it to EXE format and extended the output options to
include a print to file option. I can now run the EXE on Win XP and a DOSBOX on Win7 and print out the required info to
any of the windows printers on my network. So far so good but I do not plan to stop there.
It is now time for a GUI interface and I have chosen PureBasic as the tool for the job because of the Linux potiential
going foward - I have drawn a line in the sand as far as Microsoft OS's are concerned becasue of Autodesk's latest nonsense
but that is a different story.
My immediate questions are the following to which I could not find any answer in the FAQ or by a forum search
Are there any gadgets which will accept a 'real' as input? Or does everything have to come in as a string and then checked
and converted to a 'real'? There is probably a library function for that anyway.
My application has lots of real values for example beam spans, depths and breadths, loadings and start and end positions. Is
a GUI the right way to handle this kind of input? I could read a preprepared file but that does not seem elegant. Without going
into too much detail could someone be kind enough to tell me if I am heading in the right direction or not.
I wrote my first program in Fortran back in 1969 for the University of CapeTown IBM1130 We had 8k of RAM in those days and
I remember how excited we got when it was upgraded to 16k!
You might ask why an old topper like me still wants to do programming and the answer is simple. Because it is fun and Linus T.
would understand that I think. I aklso own the program and it reflects my design style. It can be important to own the process
on occasions.
I have slept past VBDOS, VBasic, .net Framework and OOP and based on my internet research I may not have missed out on too
much of real value, especially in regards to technical programmig.
Regards
Tony Aimer
Johannesburg