Windows Headers and Atom Tables

General FreeBASIC programming questions.
Post Reply
CPT-GrayWolf
Posts: 3
Joined: Oct 22, 2014 13:28
Location: A Colorado Nothingtown

Windows Headers and Atom Tables

Post by CPT-GrayWolf »

Does anyone know if the Windows API headers included with fbc have the needed references for using atom tables, and, if so, does anyone have any examples?
St_W
Posts: 1619
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: Windows Headers and Atom Tables

Post by St_W »

The headers define functions like "AddAtom", "FindAtom" and similar ones, so I guess yes. Any examples in plain C should be straightforward to implement in FreeBasic. My suggestion would be: try yourself & learn. You can always report about your findings or ask about specific errors here on the forums.
Post Reply