Author Topic: events and malloc in QB64?  (Read 4920 times)

0 Members and 1 Guest are viewing this topic.

Offline madscijr

  • Seasoned Forum Regular
  • Posts: 295
Re: events and malloc in QB64?
« Reply #30 on: April 05, 2021, 04:23:57 pm »
I returned to this and made some minor changes, and am now stuck on this error:
Code: [Select]
Cannot convert _OFFSET type to other types on line 118.
Caused by (or after): IF ( GETRAWINPUTDEVICELIST ( MYLIST , MYADDR , MEM . SIZE ) <> 0 ) THEN

This is probably outside the scope of this thread, so I'll start a new one for this, related to type "_OFFSET".
« Last Edit: April 06, 2021, 10:06:14 am by madscijr »