Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - GeorgeLee

Pages: [1]
1
QB64 Discussion / $VERSIONINFO:PRODUCTVERSION Workaround
« on: June 30, 2020, 02:37:09 pm »
I saw somewhere where someone was having problems getting the "PRODUCTVERSION#" to register correctly.  MY workaround is to use this syntax: $VERSIONINFO:PRODUCTVERSION=4.2.0.0

Skip the # sign and use dots in place of commas.  It is probably a simple routine error in the QB1.4 compile.

George Lee

2
QB64 Discussion / Coding Conversion Problem
« on: June 01, 2020, 05:18:58 pm »
I wrote a software program in BASIC PDS about 35 years ago and want to utilize it for my 64 Bit
computers in my home using QB64.  I am now 74 years old and have trouble remembering so I cannot attempt
to learn another language therefore, would appreciate help with this problem.  Virtual Windows XP
is NOT an option with my Windows 10 computers.  I know that the rest of the software program
works with Windows 10, but the info from the DEF FNname routine makes the use of the software
unusable.

Can anyone help me change the following DEF FNname lines to a FUNCTION in QB64 BASIC formula?

   DEF FNA (Z) = CDBL(INT((SIN((V / Z - INT(V / Z)) * P#) + 1) * 13.5))
   DEF FNG (Z) = 100 * SIN(V / Z * P#)
   DEF FNB = V - 28 * INT(V / 28) + 1
   DEF FNC = V - 23 * INT(V / 23) + 1
   DEF FND = V - 33 * INT(V / 33) + 1

Thanks in advance,
George Lee

Pages: [1]