Apr 132009
 

I guess I will need this some day – to build resource into the executable.

  1. Edit and save a rc file, say, myres.rc
  2. compile the rc file by “windres -i myres.rc -o myres.o”
  3. Link with “gnatmake main-prog -largs myres.o”

That’s it.

I haven’t figure out how to make things work in GPS yet.

 Posted by at 22:49

Sorry, the comment form is closed at this time.