EvilZone

Programming and Scripting => C - C++ => Topic started by: bubzuru on August 18, 2012, 05:43:37 PM

Title: C++ Resource File Help
Post by: bubzuru on August 18, 2012, 05:43:37 PM
im not so good in c\++, and i want to work with resource's
 iv worked with 'FindResource' , 'LoadResource' , 'etc' in delphi just want a c\++ view.
examples, explanations ?. just need some info
Title: Re: C++ Resource File Help
Post by: Daemon on August 18, 2012, 10:54:38 PM
So you want a c++ view within delphi?? Or you want c++ resources for c++ programming? I'm a bit confused
Title: Re: C++ Resource File Help
Post by: bubzuru on August 19, 2012, 12:24:02 PM
i wanted to use resource files ('FindResource' , 'LoadResource' , 'etc', what types to use ?) in c++

i have working code now (delphi is alot like c++, wasnt hard to port. guess winapi is winapi no matter what language)