PlanetSquires Forums

Support Forums => WinFBX - Windows Framework for FreeBASIC => Topic started by: Frank Bruebach on April 03, 2024, 09:00:24 AM

Title: Notepad expl question
Post by: Frank Bruebach on April 03, 2024, 09:00:24 AM
hi all, hello paul, can you please fix this Notepad.bas example, doesn't work here
thanks, frank

Examples \Visual_Designer_Projects\Notepad\Notepad.bas

"afxRichEdit.inc"
error in line 1165

' // Loads the resource
   hResInfo = FindResourceW(hInstance, wszResourceName, RT_RCDATA) 'RT_RCDATA
   IF hResInfo = NULL THEN EXIT FUNCTION

warning 3(2) : passing diffeerent pointer types, at parameter 3 of FINDRESOURCEW()
Title: Re: Notepad expl question
Post by: Paul Squires on April 03, 2024, 10:00:44 AM
I am not sure why you are getting an error but the code attached to this post works perfectly.