Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiling .exe with multiple image files
#2
QM does not know values of variables in F"string" when making exe, therefore cannot add the files.

You can add each file with #exe addfile "c:\....bmp" id RT_BITMAP.
But easier is this:

Code:
Copy      Help
_s=
;:1 C:\Users\admin1\Documents\My QM\SL\num0.bmp
;...
;:38 C:\Users\admin1\Documents\My QM\SL\num37.bmp

for Count 0 37
,SetRect &r 657 249 693 296
,if(scan(F":{Count+1} C:\Users\admin1\Documents\My QM\SL\num{Count}.bmp" w r 0 100))


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)